Group SU(3) working

This commit is contained in:
Alberto Ramos 2021-07-19 00:43:10 +02:00
parent f296fd9768
commit c341cd24aa
5 changed files with 320 additions and 21 deletions

View file

@ -15,15 +15,15 @@ module Groups
abstract type Group end
abstract type Algebra end
include("GroupSU2.jl")
export Group, Algebra
export SU2, SU2alg, dag, normalize, inverse, tr, projalg, norm, norm2
export dot, expm, exp
include("GroupSU2.jl")
export SU2, SU2alg
include("GroupSU3.jl")
export SU3, SU3alg
export dot, expm, exp, dag, normalize, inverse, tr, projalg, norm, norm2
end # module