From 4fb27462bd622f08cd2e8d5d2d9833013917d403 Mon Sep 17 00:00:00 2001 From: jkuhl-uni Date: Tue, 20 Dec 2022 16:04:15 +0100 Subject: [PATCH] almsot done, still need to fix Corr(CObs) for some reason --- pyerrors/input/openQCD.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyerrors/input/openQCD.py b/pyerrors/input/openQCD.py index 0aa7ecb5..7774277e 100644 --- a/pyerrors/input/openQCD.py +++ b/pyerrors/input/openQCD.py @@ -1081,6 +1081,7 @@ def read_ms5_xsf(path, prefix, qc, corr): corrres = [[],[]] for i in range(len(tmpcorr)): corrres[i%2].append(tmpcorr[i]) + # we have the data now... but we need to re format the whole thing and put it into Corr objects. realObs = [] imagObs = [] compObs = []