SymplecticPart

class zixy.qubit.pauli.SymplecticPart

Bases: object

Symbols representing the Pauli X and Z Used to identify the X or Z part of the symplectic representation of Paulis

ALL = [X, Z]
X = X
Z = Z
__eq__(value, /)

Return self==value.

__int__()

int(self)

__repr__()

Return repr(self).