mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-07-02 06:49:27 +02:00
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:
parent
3d464a0325
commit
4eed0ebb42
6 changed files with 38 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue