You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the fix merged on main and backported in preparation for a 1.3.1 release which will probably be published next week. You can try installing qiskit from source on the stable branch with: pip install 'git+https://github.com/Qiskit/qiskit@stable/1.3'. You will need the rust compiler installed to do this.
Environment
What is happening?
The multi-controlled gate by RZGate().control() is less optimized.
How can we reproduce the issue?
We create a circuit with a 6-qubit multi-controlled RZGate. We then transpile it to an Eagle device, and count the number of entangling gates.
What should happen?
The above code outputs 266 in 1.3.0rc2, while 65 in 1.2.4.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: