PauliMatrix

class zixy.qubit.pauli.PauliMatrix

Bases: object

Pauli matrices and the identity

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

Return self==value.

__int__()

int(self)

__repr__()

Return repr(self).