Commit graph

595 commits

Author SHA1 Message Date
Fabian Joswig
7937635ca2 feat: check for name doublers in Obs.__init__ optimized 2021-12-06 15:02:15 +00:00
Fabian Joswig
12a93eafb0 feat: performance of export to jackknife improved 2021-12-06 10:54:06 +00:00
s-kuberski
9253f82942
Merge pull request #23 from fjosw/fix/r_values_bug
Fix/r values bug
2021-12-06 09:41:16 +01:00
Fabian Joswig
8163629eff test: root test extended 2021-12-04 13:11:19 +00:00
Fabian Joswig
2d72d730a5 test: r_value test for merge_obs added 2021-12-04 13:09:30 +00:00
Fabian Joswig
6028274342 test: test for r_value propagation in fits added 2021-12-04 13:05:18 +00:00
Fabian Joswig
28f1372cfd fix: r_value propagation also adjusted in root module 2021-12-04 13:02:45 +00:00
Fabian Joswig
06dc6cd808 fix: r_values in fits are now properly propagated 2021-12-04 11:55:11 +00:00
Fabian Joswig
37e93f754c
Merge pull request #22 from s-kuberski/feature/rw
Reweighting is now possible if the observable is defined only on a su…
2021-12-04 11:23:01 +00:00
Simon Kuberski
ce4e73ec1a Reweighting is now possible if the observable is defined only on a subset of replica of those of the RWF 2021-12-03 14:04:27 +01:00
Fabian Joswig
5789c0cef6 feat: new_cov_names and new_sample_names added to derived_array 2021-12-02 16:54:51 +00:00
Fabian Joswig
15dd10f19a Merge branch 'develop' into feature/eliminate_derived_array 2021-12-02 16:43:44 +00:00
Fabian Joswig
a324a7f195 fix: covobs names can no longer contain replica separator '|'. Tests
added.
2021-12-02 16:42:29 +00:00
Fabian Joswig
28a7197f74 feat: derived_observable array_mode working but slow 2021-12-02 16:38:10 +00:00
Fabian Joswig
147bc6b24b feat: first working version of array_mode in dervived_observable 2021-12-02 12:50:08 +00:00
Fabian Joswig
ed47d50286 refactor: readability of error propagation for covobs improved 2021-12-02 12:22:07 +00:00
s-kuberski
85a438fd46
Merge pull request #17 from fjosw/feature/improved_jsongz
Feature/improved jsongz
2021-12-02 12:46:17 +01:00
Fabian Joswig
d837e47777 refactor: formatting improvements 2021-12-02 11:32:28 +00:00
Fabian Joswig
a67e83f77b feat: Minor improvemens to json file format 2021-12-02 11:14:05 +00:00
Fabian Joswig
dbcdfacf56 test: covobs name collision test added 2021-12-01 15:54:15 +00:00
Fabian Joswig
edf160ade2
Merge pull request #16 from s-kuberski/feature/covobs
derived_observable now raises an error, if the same ensemble name has…
2021-12-01 15:52:39 +00:00
Simon Kuberski
70d941092c derived_observable now raises an error, if the same ensemble name has been used for deltas and covobs 2021-12-01 16:40:37 +01:00
Fabian Joswig
e1ab5c6881 test: test for covobs overloading added 2021-12-01 14:59:29 +00:00
Fabian Joswig
33b5d70114 fix: bug in Obs.is_zero in connection with covobs fixed 2021-12-01 14:58:00 +00:00
Fabian Joswig
9e3dbea78b
Merge pull request #12 from s-kuberski/feature/covobs
Feature/covobs
2021-12-01 14:49:07 +00:00
Fabian Joswig
b715aa0c22 feat: hadrons npr input now returns rank-n tensors instead of 2D matrices 2021-12-01 14:28:21 +00:00
Simon Kuberski
35c1a0e1bd Merge branch 'develop' into feature/covobs 2021-12-01 15:15:20 +01:00
Simon Kuberski
a3310876bf Fixed plot_history and is_zero for covobs 2021-12-01 15:14:56 +01:00
Fabian Joswig
4c8d758889 test: test for linalg.einsum added 2021-12-01 12:19:32 +00:00
Fabian Joswig
019196bad3 Merge branch 'develop' of github.com:fjosw/pyerrors into develop 2021-12-01 12:17:57 +00:00
Fabian Joswig
3f6703ad6a feat: linalg.einsum now works with real, complex and float matrices 2021-12-01 12:17:38 +00:00
Fabian Joswig
a53cd36ac6
Merge pull request #14 from s-kuberski/feature/json_io
Resolves issue
2021-12-01 11:40:56 +00:00
Simon Kuberski
e5cd5c4a99 Adjusted handling of tags: All are written, if any is None; Removed unused parameter fname from create_json_string; Created a fail-save version for the replacement of quotation marks in workaround for delta lists 2021-12-01 11:53:11 +01:00
Fabian Joswig
fe1aeb5354 feat: einsum function added to linalg module 2021-12-01 09:35:40 +00:00
Fabian Joswig
6bc8102f87 refactor: jackknife helper functions in linalg module refactored 2021-12-01 09:22:16 +00:00
Fabian Joswig
bb91c37ac4 fix: unnecessary print statement and comment removed in fourquark input
routine
2021-11-30 17:12:14 +00:00
Fabian Joswig
aec90803ef feat: functions which extracts npr fourquark vertices now constructs
Lorentz scalars.
2021-11-30 17:05:00 +00:00
Fabian Joswig
58ccd11e48 feat: json submodule now available via pyerrors.input.json 2021-11-30 16:50:35 +00:00
Fabian Joswig
558022e7a2
Merge pull request #11 from s-kuberski/feature/json_io
First implemenation of a json I/O
2021-11-30 16:49:11 +00:00
Simon Kuberski
71e9d6c29c Removed unnecessary cast 2021-11-30 17:46:33 +01:00
Simon Kuberski
d740f8d3c4 utf-8 for plain json files and a bugfix for reading arrays 2021-11-30 16:26:46 +01:00
Fabian Joswig
6f99ec16fb docs: reference to other error analysis suites moved from README to
documentation
2021-11-30 14:57:36 +00:00
Fabian Joswig
833c22fe36 docs: Changelog updated 2021-11-30 14:52:25 +00:00
Simon Kuberski
5937a519d7 Added dictionary output of json input routine: It is possible to import and export any structure that is JSON serializable as description (or Obs.tag) 2021-11-30 14:50:16 +01:00
Simon Kuberski
d7c2f125fe Created routine to get jsonstring itself, allowed for the I/O of uncompressed files, fixed bug for 1d-Arrays 2021-11-30 14:28:07 +01:00
Simon Kuberski
0e75cf48bc Merge branch 'develop' into feature/covobs 2021-11-30 13:33:47 +01:00
Simon Kuberski
359c9c06da Bugfix for covobs, fit tests for covobs added 2021-11-30 13:32:50 +01:00
Fabian Joswig
4ecbe2f8f2 docs: docstrings in input.hadrons updated 2021-11-30 12:00:51 +00:00
Fabian Joswig
2b33d79674 feat: input routine for hadrons FourquarkFullyConnected files added 2021-11-30 11:57:45 +00:00
Fabian Joswig
1fa3bc1291 fix: linalg.jack_matmul now works with arrays of arbitrary shape 2021-11-30 11:52:53 +00:00