mirror of https://github.com/Qiskit/qiskit.git
10 lines
413 B
YAML
10 lines
413 B
YAML
---
|
|
deprecations_circuits:
|
|
- |
|
|
The deprecated tuple-like interface for :class:`~.circuit.CircuitInstruction` was not
|
|
removed in this release as originally planned. It will be removed in Qiskit 3.0.0
|
|
instead. Instead, use the
|
|
:class:`~.circuit.CircuitInstruction.operation`,
|
|
:class:`~.circuit.CircuitInstruction.qubits`, and
|
|
:class:`~.circuit.CircuitInstruction.clbits` named attributes.
|