Cleanup and Zeuthen flow

At this moment the zfl_* routines only perform the Symanzik flow. The
extra term has to be added, but it should not impact timmings
This commit is contained in:
Alberto Ramos 2021-09-26 10:32:58 +02:00
parent 3d464a0325
commit 4eed0ebb42
6 changed files with 38 additions and 4 deletions

View file

@ -12,7 +12,7 @@ println(CUDA.device())
GRP = SU3
ALG = SU3alg
PREC = Float64
lp = SpaceParm{4}((32,32,32,32), (4,4,4,4))
lp = SpaceParm{4}((64,64,64,64), (4,4,4,4))
gp = GaugeParm{PREC}(6.0, 5.0/3.0, (0.0,0.0), 3)
println("Space Parameters: ", lp)