mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-07-04 07:49:27 +02:00
Added basic support for simulating Scalar field theories
This commit is contained in:
parent
3f71a5222f
commit
3f8ba58848
5 changed files with 114 additions and 6 deletions
|
@ -25,11 +25,12 @@ export Group, Algebra
|
|||
# SU(2) and 2x2 matrix operations
|
||||
##
|
||||
include("SU2Types.jl")
|
||||
export SU2, SU2alg, M2x2
|
||||
export SU2, SU2alg, SU2fund, M2x2
|
||||
|
||||
include("GroupSU2.jl")
|
||||
include("M2x2.jl")
|
||||
include("AlgebraSU2.jl")
|
||||
include("FundamentalSU2.jl")
|
||||
## END SU(2)
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue