qiskit/releasenotes/notes/1.0/deprecate_clifford_indexing...

8 lines
284 B
YAML

---
upgrade_quantum_info:
- |
Removed the deprecated ``__getitem__``/``__setitem__`` magic methods of
:class:`.Clifford`.
The methods were deprecated since Qiskit 0.44, released in 2023-07.
Instead, index or iterate through the :attr:`.Clifford.tableau` attribute.