mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 20:13:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
b97c1eae7b
1 changed files with 4 additions and 1 deletions
|
@ -281,7 +281,10 @@ def read_Fourquark_hd5(path, filestem, ens_id, idl=None, vertices=["VA", "AV"]):
|
|||
for vertex in vertices:
|
||||
lorentz_names = _get_lorentz_names(vertex)
|
||||
for v_name in lorentz_names:
|
||||
if v_name in [('SigmaXZ', 'SigmaYT'), ('SigmaYT', 'SigmaXZ')]:
|
||||
if v_name in [('SigmaXY', 'SigmaZT'),
|
||||
('SigmaXT', 'SigmaYZ'),
|
||||
('SigmaYZ', 'SigmaXT'),
|
||||
('SigmaZT', 'SigmaXY')]:
|
||||
sign = -1
|
||||
else:
|
||||
sign = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue