Iterative Quantum Phase Estimation bug #38
debaarjun13
started this conversation in
General Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe in the new module for the Iterative Quantum Phase Estimation there is a problem where there is a reordering of the qubits of the unitary operator when the circuit is being formed. The module runs fine for a 2 qubit circuit but creates problems when more than 2 qubits are involved .
Is it mainly due to the transpilation done during run time?
I tackled the issue by coding the unitary operator in a reversed manner and then flipping the ordering of the qubits in the source code (it is funny how the reverse ordering does not cause any problems during circuit composing)
Beta Was this translation helpful? Give feedback.
All reactions