12externconst std::array<Tensor, 5> Gamma; // Gamma matrices, orderered weirdly due to ROOT convention, so Gamma[{0,1,2}] = gamma[{1,2,3}] and Gamma[3] =
13// gamma[0] where gamma are the gamma matrices in the more conventional ordering.
14externconst std::array<Tensor, 3> Sigma; // The pauli matrices
15externconst std::array<Tensor, 3> Sigma4; // The pauli matrices acting on bispinors
16externconst std::array<Tensor, 3> SO3; // basis elements for the vector reprsentation of SO(3)
17externconst std::array<Tensor, 8> SU3; // basis elements for the vector representation of SU(3), i.e. the Gell-Mann matrices