mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
observables in test script
This commit is contained in:
parent
d0c463637f
commit
c5863eba80
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ ns = 20
|
||||||
println("## Thermalization")
|
println("## Thermalization")
|
||||||
pl = Vector{Float64}()
|
pl = Vector{Float64}()
|
||||||
rho2_v = Vector{Float64}()
|
rho2_v = Vector{Float64}()
|
||||||
lphi_v = Vector{Float64}()
|
lphi_v = Vector{complex(Float64)}()
|
||||||
lalpha_v = Vector{Float64}()
|
lalpha_v = Vector{complex(Float64)}()
|
||||||
|
|
||||||
for i in 1:10
|
for i in 1:10
|
||||||
@time dh, acc = HMC!(U,Phi, dt,ns,lp, gp, sp, ymws, sws, noacc=true)
|
@time dh, acc = HMC!(U,Phi, dt,ns,lp, gp, sp, ymws, sws, noacc=true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue