mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Addition of SU2fund
This commit is contained in:
parent
d7e63ebdf2
commit
1b57d86c79
6 changed files with 131 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue