mirror of https://github.com/Qiskit/qiskit.git
9 lines
384 B
YAML
9 lines
384 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``text`` output method for the :func:`~qiskit.visualization.circuit_drawer`
|
|
function and the :meth:`.QuantumCircuit.draw` method can now
|
|
draw circuits that contain gates with single bit condition. This was added for
|
|
compatibility of text drawer with the new feature of supporting classical
|
|
conditioning of gates on single classical bits.
|