From 5762171374f94b1b0642b70fadcc3f4bb4268d88 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Thu, 21 May 2026 10:55:31 +0200 Subject: [PATCH] clarify r_step parameterin docs --- pyerrors/input/openQCD.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyerrors/input/openQCD.py b/pyerrors/input/openQCD.py index e7cf144a..3f45cc07 100644 --- a/pyerrors/input/openQCD.py +++ b/pyerrors/input/openQCD.py @@ -238,8 +238,9 @@ def _extract_flowed_energy_density(path, prefix, dtr_read, xmin, spatial_extent, It is assumed that one measurement is performed for each config. If this is not the case, the resulting idl, as well as the handling - of r_start, r_stop and r_step is wrong and the user has to correct + of `r_start`, `r_stop` and `r_step` is wrong and the user has to correct this in the resulting observable. + The function also assumes that `r_step` is the same across all replica. Parameters ---------- @@ -435,8 +436,9 @@ def extract_t0(path, prefix, dtr_read, xmin, spatial_extent, fit_range=5, postfi It is assumed that one measurement is performed for each config. If this is not the case, the resulting idl, as well as the handling - of r_start, r_stop and r_step is wrong and the user has to correct + of `r_start`, `r_stop` and `r_step` is wrong and the user has to correct this in the resulting observable. + The function also assumes that `r_step` is the same across all replica. Parameters ----------