mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01: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):
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue