mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-06-29 13:29:27 +02:00
Corrected normalization for improved actions
This commit is contained in:
parent
779d76a5a0
commit
7bd49312fa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function gauge_action(U, lp::SpaceParm, gp::GaugeParm, ymws::YMworkspace{T}) whe
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
S = gp.beta*( prod(lp.iL)*lp.npls*(gp.c0 + (1-gp.c0)/8) -
|
S = gp.beta*( prod(lp.iL)*lp.npls*(gp.c0 + (1-gp.c0)/4) -
|
||||||
CUDA.mapreduce(real, +, ymws.cm)/gp.ng )
|
CUDA.mapreduce(real, +, ymws.cm)/gp.ng )
|
||||||
|
|
||||||
return S
|
return S
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue