mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Small modifications in test run for scalar field theory
This commit is contained in:
parent
e96925e011
commit
369f3f2d42
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ using LatticeGPU
|
|||
lp = SpaceParm{4}((16,16,16,16), (4,4,4,4))
|
||||
gp = GaugeParm(2.25, 1.0, (0.0,0.0), 2)
|
||||
|
||||
NSC = tryparse(ARGS[1])
|
||||
NSC = tryparse(Int64, ARGS[1])
|
||||
println("Space Parameters: ", lp)
|
||||
println("Gauge Parameters: ", gp)
|
||||
GRP = SU2
|
||||
|
@ -61,6 +61,7 @@ for i in 1:nsteps
|
|||
println(sp)
|
||||
|
||||
k = 0
|
||||
HMC!(U,Phi, dt,ns,lp, gp, sp, ymws, sws; noacc=true)
|
||||
for j in 1:nth
|
||||
k = k + 1
|
||||
dh[k,i], acc[k,i] = HMC!(U,Phi, dt,ns,lp, gp, sp, ymws, sws)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue