Pauli matrices #
The zeroth Pauli-matrix as a 2 x 2
complex matrix.
That is the matrix !![1, 0; 0, 1]
.
Equations
- PauliMatrix.σ0 = !![1, 0; 0, 1]
Instances For
The first Pauli-matrix as a 2 x 2
complex matrix.
That is, the matrix !![0, 1; 1, 0]
.
Equations
- PauliMatrix.σ1 = !![0, 1; 1, 0]
Instances For
The third Pauli-matrix as a 2 x 2
complex matrix.
That is, the matrix !![1, 0; 0, -1]
.
Equations
- PauliMatrix.σ3 = !![1, 0; 0, -1]
Instances For
@[simp]
@[simp]
@[simp]
@[simp]