qiskit/releasenotes/notes/1.2/qasm2-builtin-gate-d80c2868...

8 lines
377 B
YAML

---
fixes:
- |
The OpenQASM 2 importer previously would output incorrect :class:`.Gate` instances for gate
calls referring to a ``gate`` definition that followed a prior ``gate`` definition that was
being treated as a built-in operation by a :class:`~.qasm2.CustomInstruction`. See
`#13339 <https://github.com/Qiskit/qiskit/issues/13339>`__ for more detail.