mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-06-30 05:49:27 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e06092aacb
18 changed files with 1515 additions and 130 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, SU2fund, U2alg
|
||||
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,12 +57,13 @@ export pmul, gpmul, gdagpmul, dmul
|
|||
|
||||
include("Dirac/Dirac.jl")
|
||||
using .Dirac
|
||||
export DiracWorkspace
|
||||
export Dw!, DwdagDw!
|
||||
|
||||
export DiracWorkspace, DiracParam
|
||||
export Dw!, g5Dw!, DwdagDw!, SF_bndfix!, Csw!, pfrandomize!
|
||||
export read_prop, save_prop, read_dpar
|
||||
|
||||
include("Solvers/Solvers.jl")
|
||||
using .Solvers
|
||||
export CG!
|
||||
export propagator!, bndpropagator!, Tbndpropagator!, bndtobnd
|
||||
|
||||
end # module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue