qiskit/releasenotes/notes/0.25/display-control-flow-mpl-dr...

10 lines
444 B
YAML

---
features:
- |
In :class:`~qiskit.visualization.circuit.MatplotlibDrawer`, operations
built from :class:`~qiskit.circuit.ControlFlowOp`, including
``if``, ``else``, ``while``, ``for``, and ``switch/case``, whether
directly instantiated or built using methods in :class:`~qiskit.circuit.QuantumCircuit`,
will now fully display the circuits defined in the ControlFlowOps wrapped
with boxes to delineate the circuits.