Added tests and support for U(1) group

This commit is contained in:
Alberto Ramos 2021-09-21 12:20:44 +02:00
parent cd6c28ff5f
commit 0587e5ffea
7 changed files with 332 additions and 1 deletions

View file

@ -16,7 +16,7 @@ include("Groups/Groups.jl")
using .Groups
export Group, Algebra
export SU2, SU2alg, SU3, SU3alg
export SU2, SU2alg, SU3, SU3alg, U1, U1alg
export dot, expm, exp, dag, normalize, inverse, tr, projalg, norm, norm2, isgroup
include("Space/Space.jl")