qiskit/releasenotes/notes/0.19/fix-display-measure-conditi...

17 lines
804 B
YAML

---
fixes:
- |
Fixed an issue with the :func:`~qiskit.visualization.circuit_drawer`
function and :meth:`~qiskit.circuit.QuantumCircuit.draw` method of
:class:`~qiskit.circuit.QuantumCircuit`. When displaying a ``measure``
instruction containing a classical ``condition`` using the ``mpl`` or
``latex`` options, the ``condition`` information would sometimes
overwrite the ``measure`` display.
- |
Fixed an issue with the :func:`~qiskit.visualization.circuit_drawer`
function and :meth:`~qiskit.circuit.QuantumCircuit.draw` method of
:class:`~qiskit.circuit.QuantumCircuit`. The ``mpl`` drawer used hex
notation to display the ``condition`` value, whereas the ``text`` and
``latex`` drawers used decimal notation. Now all three drawers use
hex notation.