diff --git a/docs/pyerrors/npr.html b/docs/pyerrors/npr.html index cf620f91..74714b92 100644 --- a/docs/pyerrors/npr.html +++ b/docs/pyerrors/npr.html @@ -188,6 +188,9 @@ if not res.imag.is_zero_within_error(5): warnings.warn("Imaginary part of Zq is not zero within 5 sigma") return res + + res.real.tag = "Zq '" + fermion + "', p=" + str(inv_prop.mom_in) + return res.real @@ -549,6 +552,9 @@ in and out momenta of the propagator are exchanged.

if not res.imag.is_zero_within_error(5): warnings.warn("Imaginary part of Zq is not zero within 5 sigma") return res + + res.real.tag = "Zq '" + fermion + "', p=" + str(inv_prop.mom_in) + return res.real