mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Added basic support for Spinors and fields in fundamental rep.
This commit is contained in:
parent
1ab51e0727
commit
cbdd0ec8fb
6 changed files with 366 additions and 8 deletions
|
@ -16,7 +16,7 @@ include("Groups/Groups.jl")
|
|||
|
||||
using .Groups
|
||||
export Group, Algebra
|
||||
export SU2, SU2alg, SU3, SU3alg, M3x3, M2x2, U1, U1alg
|
||||
export SU2, SU2alg, SU3, SU3alg, M3x3, M2x2, U1, U1alg, SU3fund
|
||||
export dot, expm, exp, dag, unitarize, inverse, tr, projalg, norm, norm2, isgroup, alg2mat, dev_one
|
||||
|
||||
include("Space/Space.jl")
|
||||
|
@ -47,4 +47,11 @@ export flw, flw_adapt
|
|||
export sfcoupling, bndfield, setbndfield
|
||||
export import_lex64, import_cern64
|
||||
|
||||
include("Spinors/Spinor.jl")
|
||||
|
||||
using .Spinors
|
||||
export Pgamma
|
||||
export norm, norm2, dot, imm, mimm
|
||||
export pmul, gpmul, gdagpmul
|
||||
|
||||
end # module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue