qiskit/releasenotes/notes/0.24/deprecate-pauli-table-fc6dc...

10 lines
449 B
YAML

---
deprecations:
- |
The :class:`~qiskit.quantum_info.PauliTable` and :class:`~qiskit.quantum_info.StabilizerTable`
are deprecated and will be removed in a future release.
Instead, the :class:`~qiskit.quantum_info.PauliList` should be used.
With this change, :meth:`~qiskit.quantum_info.Clifford.table` has been deprecated
so that you should operate directly from :meth:`~qiskit.quantum_info.Clifford.tableau`
without it.