qiskit/releasenotes/notes/0.10/deprecate-instruction-contr...

8 lines
332 B
YAML

---
deprecations:
- |
Using the ``control`` property of ``qiskit.circuit.Instruction`` for
classical control is now deprecated. In the future this property will be
used for quantum control. Classically conditioned operations will instead
be handled by the ``condition`` property of ``qiskit.circuit.Instruction``.