Non-seg-fault HMC. Energy not conserved.

This commit is contained in:
Alberto Ramos 2021-07-17 18:43:33 +02:00
parent 5bb4f28c8b
commit f296fd9768
8 changed files with 172 additions and 40 deletions

View file

@ -17,7 +17,8 @@ abstract type Algebra end
include("GroupSU2.jl")
export SU2, SU2alg, dag, normalize, inverse, tr, projalg, norm
export Group, Algebra
export SU2, SU2alg, dag, normalize, inverse, tr, projalg, norm, norm2
export dot, expm, exp
include("GroupSU3.jl")