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