mirror of https://github.com/Qiskit/qiskit.git
10 lines
370 B
YAML
10 lines
370 B
YAML
---
|
|
fixes:
|
|
- |
|
|
QPY deserialization will no longer add extra :class:`.Clbit` instances to the
|
|
circuit if there are both loose :class:`.Clbit`\ s in the circuit and more
|
|
:class:`~qiskit.circuit.Qubit`\ s than :class:`.Clbit`\ s.
|
|
- |
|
|
QPY deserialization will no longer add registers named `q` and `c` if the
|
|
input circuit contained only loose bits.
|