mirror of https://github.com/Qiskit/qiskit.git
8 lines
392 B
YAML
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>`__.
|