Corrected normalization for improved actions

This commit is contained in:
Alberto Ramos 2025-06-22 19:07:29 +02:00
parent 779d76a5a0
commit 7bd49312fa

View file

@ -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