Small change: Removed warning, details force_flw.

This commit is contained in:
Fernando P. Panadero 2025-06-04 15:46:50 +02:00
commit f1aa0bc310

View file

@ -1165,11 +1165,12 @@ Computes the force for the gauge flow with Open Boundaries. An aditional factor
is included, see is included, see
M. Luescher, S. Schaefer: "Lattice QCD with open boundary conditions and twisted-mass reweighting", Comput.Phys.Commun. 184 (2013) 519, M. Luescher, S. Schaefer: "Lattice QCD with open boundary conditions and twisted-mass reweighting", Comput.Phys.Commun. 184 (2013) 519,
for more details. for more details.
This function is not called inside the code, instead the function rescale_bnd() is called after computing the forces.
""" """
function force_gauge_flw(ymws::YMworkspace, U, c0, cG, gp::GaugeParm, lp::SpaceParm{N,M,BC_OPEN,D}) where {NI,N,M,D} function force_gauge_flw(ymws::YMworkspace, U, c0, cG, gp::GaugeParm, lp::SpaceParm{N,M,BC_OPEN,D}) where {N,M,D}
ztw = ztwist(gp, lp) ztw = ztwist(gp, lp)
if abs(c0-1) < 1.0E-10 if abs(c0-1) < 1.0E-10