mirror of https://github.com/Qiskit/qiskit.git
10 lines
433 B
YAML
10 lines
433 B
YAML
---
|
|
features:
|
|
- |
|
|
In :class:`~qiskit.visualization.circuit.TextDrawer`, 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
|
|
with brackets to delineate the circuits.
|