Commit graph

147 commits

Author SHA1 Message Date
Fabian Joswig
ab8e3ce549 fix: splitting at '.' removed from auto detection of replica names in
openQCD.read_rwms
2022-02-23 10:26:32 +00:00
Fabian Joswig
5ee975dc44 fix: auto detection of replica names in opeqnQCD.rwms now also works
with dots in the file names.
2022-02-23 10:25:13 +00:00
Fabian Joswig
1ee4aa0a59 feat: hadrons.read_mesons_hd5 now checks whether 'meson' is available
and throws a dedicated exception.
2022-02-22 10:53:49 +00:00
Fabian Joswig
43191db72f docs: Section about Jackknife samples movded to input, typos corrected. 2022-02-22 09:57:35 +00:00
Simon Kuberski
19d7e7639e qtop_projection can now handle non-int charges 2022-02-22 10:29:51 +01:00
Simon Kuberski
8e5938ebe3 Added version number of JSON file format to 1.0 2022-02-21 18:47:47 +01:00
Fabian Joswig
ef98a5a974 fix: redundant argument 'tree' removed from read_meson_hd5 2022-02-17 13:01:56 +00:00
Fabian Joswig
a8f029629a
Merge pull request #73 from s-kuberski/feature/json_io
Feature/json io
2022-02-16 11:56:44 +00:00
Simon Kuberski
005f54e0d1 Reduce RAM requirements when reading a JSON file 2022-02-16 11:26:06 +01:00
Simon Kuberski
bd20057f52 Cut RAM requirements for reading JSON in half 2022-02-16 11:13:11 +01:00
Fabian Joswig
116dd67e53
Merge pull request #72 from jkuhl-uni/feature/input_2.0
bug fix: read methods are in fact closing files now
2022-02-15 21:33:02 +00:00
jkuhl-uni
0c1b11f8ac and again flake8 2022-02-15 22:15:51 +01:00
jkuhl-uni
1ea759f1cc bug fix: read methods are in fact closing files now 2022-02-15 22:03:52 +01:00
Fabian Joswig
a8d9846fbb feat: introduced cfg_separator parameter to read_sfcf which allows to
use custom cfg separators different from "n"
2022-02-15 16:35:30 +00:00
Fabian Joswig
ae60c5bb8a docs: documentation for input module restructured. 2022-02-14 14:18:49 +00:00
Fabian Joswig
d772e09d50 fix: Special case were no replica separator is specified accounted for 2022-02-10 15:29:00 +00:00
Fabian Joswig
c5c82dae21 fix: erroneous replica separator in json format caught and corrected 2022-02-10 14:57:37 +00:00
Fabian Joswig
8788891d5f refactor: import order corrected 2022-02-10 11:23:25 +00:00
Fabian Joswig
31a98f81c4 tests: openQCD tests split up in two functions, coverage improved 2022-02-10 11:03:59 +00:00
Simon Kuberski
cf137e2843 Added tests for t0 and qtop 2022-02-09 18:41:54 +01:00
Fabian Joswig
471eabeb8c fix: Bug in export of derivative of correlator containing covobs fixed,
test added.
2022-02-09 14:18:36 +00:00
Simon Kuberski
570c6abf2a Yet another small change to openQCD. Added explicit tests for reweighting. 2022-02-09 14:08:05 +01:00
Simon Kuberski
6d9ce5bb52 Catching the special case, where r_stop is equal to the last item of the configlist in openQCD routines 2022-02-09 12:03:53 +01:00
Simon Kuberski
445476beb8 Bugfix in openQCD routines: r_stop was excluded instead of being the last element 2022-02-09 11:56:47 +01:00
Fabian Joswig
f923ad06f7
Merge pull request #57 from s-kuberski/feature/rwf
Rewritten large parts of Qtop routines, making it compatible with sfqcd
2022-02-08 16:53:27 +00:00
Simon Kuberski
aadf9cf32f Rewritten large parts of Qtop routines, making it compatible with sfqcd 2022-02-08 15:44:56 +01:00
Fabian Joswig
b8b3d6191f docs: typos fixed, print statements removed 2022-02-08 13:48:55 +00:00
jkuhl-uni
b6e75230df small flake8 issue resolved 2022-02-08 11:23:13 +01:00
jkuhl-uni
71fe86b8ba merge with develop 2022-02-08 11:16:20 +01:00
jkuhl-uni
4ae5188f91 change parameters of sfcf read method 2022-02-08 10:37:00 +01:00
jkuhl-uni
a33d6897f0 small change in read parameters, made tests available for auto-testing 2022-02-07 18:29:49 +01:00
jkuhl-uni
ecfaa8ed67 minor bug fixes, big bug fix in append mode read in 2022-02-07 15:11:55 +01:00
jkuhl-uni
8731fcc615 flake8 compliance 2022-02-06 18:16:40 +01:00
jkuhl-uni
3381589617 enable idl_offsets in rwms method 2022-02-06 18:14:04 +01:00
jkuhl-uni
02872bc461 small bug fix in sfcf read method 2022-02-06 18:08:01 +01:00
Simon Kuberski
65568c84a4 Handling thermalization correctly in t0 2022-02-04 10:15:43 +01:00
Simon Kuberski
ff738de6af Ensure correctness of idl in RWFs and t0 2022-02-04 09:49:17 +01:00
Simon Kuberski
c3b38c8b6f Small change on idl 2022-02-03 16:05:47 +01:00
Simon Kuberski
ef1fecad10 Several improvements for read_rwms and extract_t0 2022-02-03 15:57:23 +01:00
Simon Kuberski
0dc4d4008a Introduced JSON I/O for dictionaries 2022-02-03 10:33:24 +01:00
Fabian Joswig
c11410da5e docs: docstrings improved. 2022-01-28 15:21:38 +00:00
JanNeuendorf
696ab4503c linting fixed in exception 2022-01-28 13:24:04 +01:00
JanNeuendorf
55804c8c1d check if the tag is a dict 2022-01-28 13:19:24 +01:00
JanNeuendorf
0098c973af The json routines for corr now have a dictionary as a tag and the entry tag of this dictionary contains the old tag.
This should be compatible with the old way of saving.
2022-01-28 12:21:28 +01:00
Fabian Joswig
4e7e2d14ea
Merge pull request #44 from s-kuberski/feature/rwf
fix: Bugfix for reading reweighting factors of openQCD-2.0 with nfct>1
2022-01-27 17:21:31 +00:00
Simon Kuberski
91a2fd403e fix: Bugfix for reading reweighting factors of openQCD-2.0 with nfct>1. Completed docstring. 2022-01-27 17:19:21 +01:00
Fabian Joswig
dc35690c3e feat!: correlator json output can now handle gaps in the data. Tags of
correlators written with the previous version will have the prefix X|Y|
which contain the padding. Paddings written with previous versions will
be lost and have to be restored by the user.
2022-01-27 14:01:22 +00:00
Fabian Joswig
26fd3fcb59 fix: Output of Exception in input.hadrons corrected 2022-01-27 11:00:51 +00:00
Fabian Joswig
d0072f5c7b feat: input.hadrons now check if all configurations specified in idl are
really found and throws an error if not.
2022-01-27 10:54:09 +00:00
Fabian Joswig
f2a7d22a7d fix: parsing off momenta in input.hadrons fixed 2022-01-25 10:59:06 +00:00