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