qiskit/releasenotes/notes/0.23/fix-barrier-before-final-me...

8 lines
303 B
YAML

---
fixes:
- |
Fixed the :class:`.BarrierBeforeFinalMeasurements` transpiler pass when there
are conditions on loose :class:`.Clbit`\ s immediately before the final measurement
layer. Previously, this would fail claiming that the bit was not present
in an internal temporary circuit.