mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
refactor: redundant check in input.hadrons.read_DistillationContraction
removed.
This commit is contained in:
parent
a545545d73
commit
6ef9d99619
1 changed files with 0 additions and 4 deletions
|
@ -171,10 +171,6 @@ def read_DistillationContraction_hd5(path, ens_id, diagrams=["direct"], idl=None
|
||||||
identifier = tuple(identifier)
|
identifier = tuple(identifier)
|
||||||
# "DistillationContraction/Metadata/DmfSuffix" contains info about different quarks, irrelevant in the SU(3) case.
|
# "DistillationContraction/Metadata/DmfSuffix" contains info about different quarks, irrelevant in the SU(3) case.
|
||||||
|
|
||||||
check_traj = h5file["DistillationContraction/Metadata"].attrs.get("Traj")[0]
|
|
||||||
|
|
||||||
assert check_traj == n_traj
|
|
||||||
|
|
||||||
for diagram in diagrams:
|
for diagram in diagrams:
|
||||||
real_data = np.zeros(Nt)
|
real_data = np.zeros(Nt)
|
||||||
for x0 in range(Nt):
|
for x0 in range(Nt):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue