-
Notifications
You must be signed in to change notification settings - Fork 29
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
The final states of the output from staq mismatch those of the input #43
Comments
@DevelopDaily Thanks! Will take a look and fix asap. btw, do you have any "minimal" (shorter) example that reproduces the issue? |
Here is the minimal version:
|
This should be fixed as of c56c958 and softwareQinc/qpp@470e386, both with and without The issue was a difference between |
FYI: We've now changed the option to |
Great. Thanks. Working like a charm now. May I suggest you review these two sample https://github.com/softwareQinc/qpp/blob/main/qasmtools/qasm/generic/qelib1.inc |
We have two versions of One is for |
I just notice your update on the #34 and thank you for the effort.
But, it still does not produce the correct results.
I attach an
input.qasm
and you can do this to produce two output files.Then, you can run each of the
input.qasm, out2.qasm, out3.qasm
withqpp
example programqpp_qasm
.The final states from executing the three files are different from each other. The phases are different.
I tried both
qpp
andstaq
withoutUSE_QISKIT_SPECS
. The problem exists.Then, I tried both
qpp
andstaq
withUSE_QISKIT_SPECS
. The problem still exists.input.zip
The text was updated successfully, but these errors were encountered: