mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Csw improvement for fermions
This commit is contained in:
parent
32c4c84864
commit
b83a191051
5 changed files with 341 additions and 29 deletions
|
@ -16,8 +16,8 @@ include("Groups/Groups.jl")
|
|||
|
||||
using .Groups
|
||||
export Group, Algebra, GMatrix
|
||||
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
|
||||
export SU2, SU2alg, SU3, SU3alg, M3x3, M2x2, U1, U1alg, SU3fund, U3alg
|
||||
export dot, expm, exp, dag, unitarize, inverse, tr, projalg, norm, norm2, isgroup, alg2mat, dev_one, antsym
|
||||
|
||||
include("Space/Space.jl")
|
||||
|
||||
|
@ -28,7 +28,7 @@ export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
|
|||
|
||||
include("Fields/Fields.jl")
|
||||
using .Fields
|
||||
export vector_field, scalar_field, nscalar_field, scalar_field_point
|
||||
export vector_field, scalar_field, nscalar_field, scalar_field_point, tensor_field
|
||||
|
||||
include("MD/MD.jl")
|
||||
using .MD
|
||||
|
@ -57,7 +57,7 @@ export pmul, gpmul, gdagpmul, dmul
|
|||
include("Dirac/Dirac.jl")
|
||||
using .Dirac
|
||||
export DiracWorkspace, DiracParam
|
||||
export Dw!, g5Dw!, DwdagDw!, SF_bndfix!
|
||||
export Dw!, g5Dw!, DwdagDw!, SF_bndfix!, Csw!
|
||||
|
||||
|
||||
include("Solvers/Solvers.jl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue