qiskit/releasenotes/notes/0.22/qasm3-fix-conditional-measu...

8 lines
285 B
YAML

---
fixes:
- |
The OpenQASM 3 exporter (:mod:`qiskit.qasm3`) will now correctly handle
OpenQASM built-ins (such as ``reset`` and ``measure``) that have a classical
condition applied by :meth:`~.InstructionSet.c_if`. Previously the condition
would have been ignored.