qiskit/releasenotes/notes/2.0/closes_12345-2356fd2d919e3f...

7 lines
342 B
YAML

---
upgrade_circuits:
- |
The method :meth:`.QuantumCircuit.measure_active` has changed the name of the classical register it creates,
as the previous name conflicted with an OpenQASM reserved word. Instead of ``measure``, it is now called ``meas``,
aligning with the register name used by :meth:`~.QuantumCircuit.measure_all`.