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
Thanks for the report. In this case, this is a duplicate of issue #7749, which is itself a duplicate in spirit of #7335. There's a bit more information in those issues about why this happens, and how our near-term plans will help fix this.
Environment
qiskit-terra==0.19.2
3.9.7
macOS
What is happening?
A Qiskit circuit that contains the
ecr
two qubit gate exports two definitions of rzx when converting the circuit to a QASM file:How can we reproduce the issue?
Create a Qiskit circuit with an ECR gate, and then export that circuit to QASM.
What should happen?
Upon reading in the QASM file (
QuantumCircuit.from_qasm_file
) it will throw an error because rzx is defined twice.Any suggestions?
No response
The text was updated successfully, but these errors were encountered: