From c7c976d3d315005af30128866d84693b55538ea8 Mon Sep 17 00:00:00 2001 From: fjosw Date: Thu, 18 Nov 2021 15:40:12 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/npr.html | 6 ++++++ 1 file changed, 6 insertions(+) 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