mirror of https://github.com/Qiskit/qiskit.git
8 lines
304 B
YAML
8 lines
304 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue with copying circuits with new-style :class:`.Clbit`\ s and
|
|
:class:`~qiskit.circuit.Qubit`\ s (bits without registers) where references to these bits
|
|
from the containing circuit could be broken, causing issues with
|
|
serialization and circuit visualization.
|