-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatch issues of the crz #118
Comments
Continuing from #117 (comment): Since This is also related to #99 |
Mimicking the tests in the issue #117, I did four tests to show the final states out of In QISKIT:
In qpp:
The same problem, as expected, exists. |
@DevelopDaily can you check this now please? |
Passed the simple test cases. Will test more complex cases in the #117 |
These issues may be related to both
qpp
#117 and thestaq
softwareQinc/staq#43, which fixed the state distortion problem bycrz
and may have introduced some new issues(?)Here is a test script:
Qiskit produces the final state:
[ 0+0j, 0+0j, 0+0j, 0.878+0.479j ]
qpp
:0 0 0 0.540302 + 0.841471i
The
crz
is not documented in https://github.com/softwareQinc/qpp/blob/main/DISCREPANCIES.md.The text was updated successfully, but these errors were encountered: