Skip to content

Commit 367ca9e

Browse files
authored
[Generator] Switch back to the previous canonical representation version (#175)
1 parent 09bbc6b commit 367ca9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quartz/utils/utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ constexpr PhaseShiftIdType kNoPhaseShift = -1;
3131
constexpr bool kCheckPhaseShiftOfPiOver4 = true;
3232
constexpr int kCheckPhaseShiftOfPiOver4Index = 10000; // not used now
3333

34-
constexpr bool kUseRowRepresentationToCompare = true;
34+
constexpr bool kUseRowRepresentationToCompare = false;
3535

3636
constexpr int kDefaultQASMParamPrecision = 15;
3737

0 commit comments

Comments
 (0)