mirror of https://github.com/Qiskit/qiskit.git
16 lines
895 B
YAML
16 lines
895 B
YAML
---
|
|
features:
|
|
- |
|
|
Added new attributes :attr:`.Clifford.symplectic_matrix`, :attr:`.Clifford.tableau`,
|
|
:attr:`.Clifford.z`, :attr:`.Clifford.x`, :attr:`.Clifford.phase`,
|
|
:attr:`.Clifford.stab`, :attr:`.Clifford.stab_z`, :attr:`.Clifford.stab_x`, :attr:`.Clifford.stab_phase`,
|
|
:attr:`.Clifford.destab`, :attr:`.Clifford.destab_z`, :attr:`.Clifford.destab_x`, :attr:`.Clifford.destab_phase`
|
|
to the :class:`~.Clifford` class. These can be used instead of :attr:`.Clifford.table`, that will be deprecated in the future.
|
|
:class:`.StabilizerTable` and :class:`.PauliTable` are pending deprecation and
|
|
will be deprecated in the future release and subsequently removed after that.
|
|
|
|
deprecations:
|
|
- |
|
|
The :func:`.random_stabilizer_table` has been deprecated and will be removed in a future
|
|
release. Instead the :func:`~.random_pauli_list` function should be used.
|