qiskit/releasenotes/notes/0.24/fix-qpy-import-StatePrepara...

7 lines
277 B
YAML

---
fixes:
- |
QPY (using :func:`.qpy.load`) will now correctly deserialize :class:`~.StatePreparation`
instructions. Previously, QPY would error when attempting to load a file containing one.
Fixed `#8297 <https://github.com/Qiskit/qiskit-terra/issues/8297>`__.