mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23: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
|
@ -16,8 +16,8 @@ include("Groups/Groups.jl")
|
|||
|
||||
using .Groups
|
||||
export Group, Algebra
|
||||
export SU2, SU2alg, dag, normalize, inverse, tr, projalg, norm
|
||||
export dot, expm, exp
|
||||
export SU2, SU2alg, SU3, SU3alg
|
||||
export dot, expm, exp, dag, normalize, inverse, tr, projalg, norm, norm2
|
||||
|
||||
include("Space/Space.jl")
|
||||
|
||||
|
@ -30,6 +30,6 @@ include("YM/YM.jl")
|
|||
|
||||
using .YM
|
||||
export YMworkspace, GaugeParm, force0_wilson!, field, randomn!, zero!, norm2
|
||||
export gauge_action, hamiltonian, HMC!, OMF4!
|
||||
export gauge_action, hamiltonian, plaquette, HMC!, OMF4!
|
||||
|
||||
end # module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue