Skip to content

Commit

Permalink
Debug classical shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 12, 2024
1 parent 09e7af7 commit 8f22b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qunit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4027,7 +4027,7 @@ void QUnit::ApplyBuffer(PhaseShardPtr phaseShard, bitLenInt control, bitLenInt t
if (pState) {
Phase(ONE_CMPLX, polarBottom, t);
} else {
Phase(polarTop, ONE_CMPLX, t);
Phase(ONE_CMPLX, polarTop, t);
}

if (phaseShard->isInvert) {
Expand Down

0 comments on commit 8f22b60

Please sign in to comment.