This work.

parent 82e6f49e
...@@ -19,7 +19,6 @@ using ..Fields ...@@ -19,7 +19,6 @@ using ..Fields
using ..YM using ..YM
using ..Spinors using ..Spinors
import ..Groups.SU2fund
struct DiracParam{T,R} struct DiracParam{T,R}
m0::T m0::T
......
...@@ -54,11 +54,13 @@ export Group, Algebra, GMatrix ...@@ -54,11 +54,13 @@ export Group, Algebra, GMatrix
# SU(2) and 2x2 matrix operations # SU(2) and 2x2 matrix operations
## ##
include("SU2Types.jl") include("SU2Types.jl")
export SU2, SU2alg, M2x2, SU2fund, U2alg
include("GroupSU2.jl") include("GroupSU2.jl")
include("M2x2.jl") include("M2x2.jl")
include("AlgebraSU2.jl") include("AlgebraSU2.jl")
include("FundamentalSU2.jl")
include("AlgebraU2.jl")
export SU2, SU2alg, M2x2, SU2fund, U2alg
## END SU(2) ## END SU(2)
## ##
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment