qiskit/releasenotes/notes/0.24/fix-qpy-mcxgray-421cf8f673f...

8 lines
299 B
YAML

---
fixes:
- |
Fixed a bug in QPY (:mod:`qiskit.qpy`) where circuits containing gates of class
:class:`.MCXGate`, :class:`.MCXGrayCode`, and :class:`MCXRecursive`, and
:class:`.MCXVChain` would fail to serialize.
See `#9390 <https://github.com/Qiskit/qiskit-terra/issues/9390>`__.