qiskit/releasenotes/notes/0.25/fix-decompose-name-f83f5e4e...

9 lines
320 B
YAML

---
fixes:
- |
Fixed an issue in the :func:`.QuantumCircuit.decompose` method
where passing a circuit name to the function that matched a
composite gate name would not decompose the gate if it had a label
assigned to it as well.
Fixed `#9136 <https://github.com/Qiskit/qiskit-terra/issues/9136>`__