mirror of https://github.com/Qiskit/qiskit.git
10 lines
444 B
YAML
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.
|