PauliMatrizen
PauliMatrizen, commonly called Pauli matrices, are a set of three 2x2 complex matrices used to describe the spin of spin-1/2 particles in quantum mechanics. The matrices are σ_x = [[0, 1], [1, 0]], σ_y = [[0, -i], [i, 0]], and σ_z = [[1, 0], [0, -1]]. They form the basic algebraic toolkit for representing qubit states and spin observables.
These matrices are Hermitian and unitary, and each squares to the identity. They are traceless and satisfy
In quantum mechanics, PauliMatrizen describe the spin operators for spin-1/2 systems: S_i = (ħ/2) σ_i. They generate
For multi-qubit systems, tensor products of Pauli matrices form a basis for 2^n by 2^n operators, enabling
---