Wrong dimensions in Qtop without time slices

This bug corrects a naive facot of 6 in the definition of the
topological charge.
This commit is contained in:
Alberto Ramos 2023-11-06 17:22:00 +01:00
parent 67f836d800
commit 6f90cac065

View file

@ -316,7 +316,7 @@ function Qtop(Qslc, U, gp::GaugeParm, lp::SpaceParm{4,M,B,D}, ymws::YMworkspace)
return sum(Qslc)
end
Qtop(U, gp::GaugeParm, lp::SpaceParm{4,M,D}, ymws::YMworkspace{T}) where {T,M,D} = Qtop(zeros(T,lp.iL[end],M), U, gp, lp, ymws)
Qtop(U, gp::GaugeParm, lp::SpaceParm{4,M,D}, ymws::YMworkspace{T}) where {T,M,D} = Qtop(zeros(T,lp.iL[end]), U, gp, lp, ymws)
"""