mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-06-30 05:49:27 +02:00
Cleaned up groups modules
This commit is contained in:
parent
a27ac98554
commit
3f71a5222f
10 changed files with 149 additions and 32 deletions
|
@ -16,8 +16,8 @@ include("Groups/Groups.jl")
|
|||
|
||||
using .Groups
|
||||
export Group, Algebra
|
||||
export SU2, SU2alg, SU3, SU3alg, M3x3, U1, U1alg
|
||||
export dot, expm, exp, dag, normalize, inverse, tr, projalg, norm, norm2, isgroup
|
||||
export SU2, SU2alg, SU3, SU3alg, M3x3, M2x2, U1, U1alg
|
||||
export dot, expm, exp, dag, normalize, inverse, tr, projalg, norm, norm2, isgroup, alg2mat
|
||||
|
||||
include("Space/Space.jl")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue