mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 19:53:41 +02:00
Added tests and support for U(1) group
This commit is contained in:
parent
cd6c28ff5f
commit
0587e5ffea
7 changed files with 332 additions and 1 deletions
|
@ -23,6 +23,10 @@ export SU2, SU2alg
|
|||
include("GroupSU3.jl")
|
||||
export SU3, SU3alg
|
||||
|
||||
include("GroupU1.jl")
|
||||
export U1, U1alg
|
||||
|
||||
|
||||
export dot, expm, exp, dag, normalize, inverse, tr, projalg, norm, norm2, isgroup
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue