Skip to content

PauliMatrix

PauliMatrix(n)

returns nth Pauli spin 2x2 matrix for n between 0 and 4.

See

Examples

>> PauliMatrix(2)
{{0,-I},{I,0}}

Implementation status

  • ✅ - full supported

Github