Skip to content

Commit

Permalink
[Generator] Switch back to the previous canonical representation vers…
Browse files Browse the repository at this point in the history
…ion (#175)
  • Loading branch information
xumingkuan authored May 28, 2024
1 parent 09bbc6b commit 367ca9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quartz/utils/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ constexpr PhaseShiftIdType kNoPhaseShift = -1;
constexpr bool kCheckPhaseShiftOfPiOver4 = true;
constexpr int kCheckPhaseShiftOfPiOver4Index = 10000; // not used now

constexpr bool kUseRowRepresentationToCompare = true;
constexpr bool kUseRowRepresentationToCompare = false;

constexpr int kDefaultQASMParamPrecision = 15;

Expand Down

0 comments on commit 367ca9e

Please sign in to comment.