qiskit/releasenotes/notes/0.22/condition-in-while-loop-d6b...

7 lines
224 B
YAML

---
fixes:
- |
The method :meth:`.QuantumCircuit.while_loop` will now resolve classical bit
references in its condition in the same way that :meth:`.QuantumCircuit.if_test`
and :meth:`.InstructionSet.c_if` do.