mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Group SU(3) working
This commit is contained in:
parent
f296fd9768
commit
c341cd24aa
5 changed files with 320 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue