From 8602de8ab0b9f07c403051016209c8542aa25af7 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 6 Jan 2025 09:24:43 +0000 Subject: [PATCH] doc --- pyerrors/input/sfcf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyerrors/input/sfcf.py b/pyerrors/input/sfcf.py index 084df445..0431788a 100644 --- a/pyerrors/input/sfcf.py +++ b/pyerrors/input/sfcf.py @@ -127,7 +127,8 @@ def read_sfcf_multi(path, prefix, name_list, quarks_list=['.*'], corr_type_list= check_configs: list[list[int]] list of list of supposed configs, eg. [range(1,1000)] for one replicum with 1000 configs - + rep_string: str + Separator of ensemble name and replicum. Example: In "ensAr0", "r" would be the separator string. Returns ------- result: dict[list[Obs]]