Commit graph

159 commits

Author SHA1 Message Date
Fabian Joswig
93d87f8f8c test: test for array mode extended 2021-12-06 22:14:24 +00:00
Fabian Joswig
02d8f469eb feat: derived observable array mode works now, test added 2021-12-06 21:59:41 +00:00
Fabian Joswig
52867fb033 feat: tensordot array mode for covobs implemented 2021-12-06 15:44:30 +00:00
Fabian Joswig
3ae6959bac Merge branch 'develop' into feature/eliminate_derived_array 2021-12-06 15:30:14 +00:00
Fabian Joswig
1f91175e50 feat: check for non string names in Obs.__init__ optimized 2021-12-06 15:20:36 +00:00
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
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
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
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
33b5d70114 fix: bug in Obs.is_zero in connection with covobs fixed 2021-12-01 14:58:00 +00:00
Simon Kuberski
a3310876bf Fixed plot_history and is_zero for covobs 2021-12-01 15:14:56 +01:00
Simon Kuberski
359c9c06da Bugfix for covobs, fit tests for covobs added 2021-11-30 13:32:50 +01:00
Simon Kuberski
950fb17c84 Refined covobs implementation 2021-11-30 11:08:30 +01:00
Simon Kuberski
9db709a171 Merge branch 'develop' into feature/covobs 2021-11-29 15:45:25 +01:00
Simon Kuberski
30ba138558 added basic functionality for covobs 2021-11-29 12:15:27 +01:00
Fabian Joswig
bb6d380f9f refactor: load and dump object moved to misc 2021-11-24 17:26:02 +00:00
Fabian Joswig
28bf0f1701 feat: linalg.jack_matmul now also works with irregular monte carlo
chains
2021-11-18 11:17:20 +00:00
Fabian Joswig
ebbfaf8e80 feat: tolerance of Obs.is_zero can now be specified 2021-11-18 10:51:46 +00:00
Fabian Joswig
24b8647286
Merge pull request #10 from s-kuberski/feature/irregularMC
Feature/irregular mc
2021-11-17 17:31:17 +00:00
Simon Kuberski
b3b31b7b05 Simplified loop in derived_observable 2021-11-17 18:28:23 +01:00
Fabian Joswig
972c8bd366 feat: Obs.jackknife optimized 2021-11-17 16:25:50 +00:00
Simon Kuberski
913f682087 Merge branch 'develop' into feature/irregularMC 2021-11-17 17:21:15 +01:00
Simon Kuberski
3d3e52e33d Included change to is_merged in linal module 2021-11-17 17:19:24 +01:00
Fabian Joswig
00d859cf06 feat: import_jackknife implemented 2021-11-17 16:06:26 +00:00
Simon Kuberski
17252c4f0d Huge speedup for derived_observable in the case of irregular MC chains by introducing the dict is_merged and rewriting _filter_zeroes. The cost is still non-negligible. 2021-11-17 16:44:54 +01:00
Fabian Joswig
ccca4eabbf feat: automatic windowing procedure can now be deactivated by choosing
S=0
2021-11-17 13:42:04 +00:00
Simon Kuberski
cca8d6fbfa Fixed bug in bugfix 2021-11-16 14:46:08 +01:00
Simon Kuberski
5477695a66 Bug-Fix: Do not apply filter if all deltas vanish, i.e., if Obs is zero 2021-11-16 14:26:18 +01:00
Fabian Joswig
544aa677f8 fix: plot_history now correctly expands for range idls 2021-11-16 12:27:34 +00:00
Fabian Joswig
b3b6579e67 fix: Obs.plot_history no longer requires that the gamma_method was run 2021-11-16 12:07:19 +00:00
Fabian Joswig
e62a957d3c feat: Obs.details does not output zero error anymore in case the
gamma_method had not been applied. Obs.plot* function now correctly
throw an exception in case the gamma_method had not been run. docs
adjusted accordingly.
2021-11-16 11:58:27 +00:00
Simon Kuberski
8155037b38 Merge branch 'develop' into feature/corrfits 2021-11-15 16:40:05 +01:00
Simon Kuberski
dbe1c26362 Added the possibility to use constrained fit parameters. Added correlated least squares. 2021-11-15 16:39:50 +01:00
Fabian Joswig
85f37a7abf docs: details about jackknife conversion added 2021-11-15 14:38:21 +00:00
Fabian Joswig
331d7cb471 test_jackknife added 2021-11-15 14:18:26 +00:00
Fabian Joswig
69d786c155 feat: export_jackknife method added to Obs class 2021-11-15 14:11:45 +00:00
Fabian Joswig
b937ef04bb docs: typos in docstrings corrected 2021-11-15 11:13:12 +00:00
Fabian Joswig
ee9d43ad26 description moved to top in Obs.details 2021-11-12 16:24:13 +00:00
Fabian Joswig
3a265c03ba Output of Obs.details now informs the user about irregular monte carlo
histories
2021-11-12 16:21:17 +00:00
Fabian Joswig
1d345476fa When initializing Obs with less than 5 samples the correct exception
message is not given, additional check on length of idl added.
2021-11-12 15:26:53 +00:00
Fabian Joswig
db94a49d76 added special case for tau_exp error analysis and less than 8 samples 2021-11-12 15:13:50 +00:00
Fabian Joswig
b90caa4cdc further docstrings updated 2021-11-12 14:25:51 +00:00
Fabian Joswig
56e1425835 Bug in kwarg parsing fixed, N_sigma_dict added 2021-11-12 14:06:06 +00:00
Fabian Joswig
3d4aee703e S and tau_exp kwargs in gamma method now parsed in the same way 2021-11-12 14:00:57 +00:00
Fabian Joswig
cf79bcc089 parsing routine for kwargs in gamma_method added 2021-11-12 13:55:03 +00:00