qiskit/releasenotes/notes/0.13/fix3684-69e230f98546deb6.yaml

9 lines
335 B
YAML

---
fixes:
- |
The matplotlib output backend for the
:func:`qiskit.visualization.circuit_drawer` function and
:meth:`qiskit.circuit.QuantumCircuit.draw` method drawer has been fixed
to render :class:`~qiskit.extensions.CU1Gate` gates correctly.
Fixes `#3684 <https://github.com/Qiskit/qiskit-terra/issues/3684>`_