mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
feat: tag added to Zq in npr module
This commit is contained in:
parent
4df0e7bc82
commit
1326e9c863
1 changed files with 3 additions and 0 deletions
|
@ -102,4 +102,7 @@ def Zq(inv_prop, fermion='Wilson'):
|
||||||
if not res.imag.is_zero_within_error(5):
|
if not res.imag.is_zero_within_error(5):
|
||||||
warnings.warn("Imaginary part of Zq is not zero within 5 sigma")
|
warnings.warn("Imaginary part of Zq is not zero within 5 sigma")
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
res.real.tag = "Zq '" + fermion + "', p=" + str(inv_prop.mom_in)
|
||||||
|
|
||||||
return res.real
|
return res.real
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue