qiskit/releasenotes/notes/0.45/fix-gate-direction-d8bc96b6...

8 lines
253 B
YAML

---
fixes:
- |
Fixes a bug with the :class:`.GateDirection` transpiler pass where it
unnecessarily raised an exception for input DAGs with more than 1
quantum register.
Fixed `#10824 <https://github.com/Qiskit/qiskit/issues/10824>`__.