The Clifford Algebra #
This file defines the Gamma matrices.
The γ⁰ gamma matrix in the Dirac representation.
Equations
- spaceTime.γ0 = !![1, 0, 0, 0; 0, 1, 0, 0; 0, 0, -1, 0; 0, 0, 0, -1]
Instances For
The γ¹ gamma matrix in the Dirac representation.
Equations
- spaceTime.γ1 = !![0, 0, 0, 1; 0, 0, 1, 0; 0, -1, 0, 0; -1, 0, 0, 0]
Instances For
The γ³ gamma matrix in the Dirac representation.
Equations
- spaceTime.γ3 = !![0, 0, 1, 0; 0, 0, 0, -1; -1, 0, 0, 0; 0, 1, 0, 0]
Instances For
The γ⁵ gamma matrix in the Dirac representation.
Equations
Instances For
The γ gamma matrices in the Dirac representation.
Instances For
The algebra generated by the gamma matrices in the Dirac representation.
Instances For
The quadratic form of the clifford algebra corresponding to the γ
matrices.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
The generators of the clifford algebra correspond to the elements γ
.