Skip to content

Commit ac7fbcb

Browse files
authored
Update chemistry test imports (#2264)
This is a minor change to the chemistry library's test imports that avoids a name resolution error when the QIR Profile is set to something other than "Unrestricted." The library still does not compile outside of Unrestricted, but now at least RCA feedback on the library implementation itself is visible.
1 parent 92ffe30 commit ac7fbcb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

library/chemistry/src/Tests.qs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import Std.Arrays.Mapped;
66
import Std.Arrays.Reversed;
77
import Std.Convert.ComplexAsComplexPolar;
88
import Std.Convert.IntAsDouble;
9-
import Std.Diagnostics.CheckAllZero;
10-
import Std.Diagnostics.CheckZero;
11-
import Std.Diagnostics.DumpRegister;
12-
import Std.Diagnostics.Fact;
9+
import Std.Diagnostics.*;
1310
import Std.Math.*;
1411
import Std.StatePreparation.ApproximatelyPreparePureStateCP;
1512

0 commit comments

Comments
 (0)