mirror of https://github.com/Qiskit/qiskit.git
10 lines
449 B
YAML
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.
|