qiskit/releasenotes/notes/0.25/fix-qasm-circuit-export-943...

8 lines
392 B
YAML

---
fixes:
- |
Fixed the OpenQASM 2 output of :meth:`.QuantumCircuit.qasm` when a custom gate object contained
a gate with the same name. Ideally this shouldn't happen for most gates, but complex algorithmic
operations like the :class:`.GroverOperator` class could produce such structures accidentally.
See `#10162 <https://github.com/Qiskit/qiskit-terra/issues/10162>`__.