Added basic support for simulating Scalar field theories

This commit is contained in:
Alberto Ramos 2021-10-06 09:54:24 +02:00
parent 3f71a5222f
commit 3f8ba58848
5 changed files with 114 additions and 6 deletions

View file

@ -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)
##