Divided SU3 routines in different files

This commit is contained in:
Alberto Ramos 2021-10-03 09:20:53 +02:00
parent 9de5e4ad59
commit d11f7eefa3
6 changed files with 371 additions and 328 deletions

View file

@ -16,7 +16,7 @@ include("Groups/Groups.jl")
using .Groups
export Group, Algebra
export SU2, SU2alg, SU3, SU3alg, U1, U1alg
export SU2, SU2alg, SU3, SU3alg, M3x3, U1, U1alg
export dot, expm, exp, dag, normalize, inverse, tr, projalg, norm, norm2, isgroup
include("Space/Space.jl")