Addition of SU2fund

This commit is contained in:
Fernando P. Panadero 2023-11-21 11:44:02 +01:00
parent d7e63ebdf2
commit 1b57d86c79
6 changed files with 131 additions and 9 deletions

View file

@ -54,11 +54,12 @@ export Group, Algebra, GMatrix
# SU(2) and 2x2 matrix operations
##
include("SU2Types.jl")
export SU2, SU2alg, M2x2
export SU2, SU2alg, M2x2, SU2fund
include("GroupSU2.jl")
include("M2x2.jl")
include("AlgebraSU2.jl")
include("FundamentalSU2.jl")
## END SU(2)
##
@ -74,8 +75,10 @@ include("FundamentalSU3.jl")
export imm, mimm
## END SU(3)
include("AlgebraU2.jl")
include("AlgebraU3.jl")
export U3alg
export U2alg, U3alg
include("GroupU1.jl")
export U1, U1alg