Added basic support for Spinors and fields in fundamental rep.

This commit is contained in:
Alberto Ramos 2021-11-18 13:37:32 +01:00
parent 1ab51e0727
commit cbdd0ec8fb
6 changed files with 366 additions and 8 deletions

View file

@ -41,6 +41,7 @@ export SU3, SU3alg, M3x3
include("GroupSU3.jl")
include("M3x3.jl")
include("AlgebraSU3.jl")
include("FundamentalSU3.jl")
## END SU(3)
include("GroupU1.jl")