fjosw
f703a9b0e0
Documentation updated
2021-11-18 11:18:40 +00:00
fjosw
044a54906a
Merge branch 'develop' into documentation
2021-11-18 11:18:05 +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
0954ebee6e
test: test for jack_matmul with mutliple operands extended
2021-11-18 11:03:55 +00:00
Fabian Joswig
cf1c38462d
test: test for jack_matmul with multiple operands added
2021-11-18 11:02:31 +00:00
fjosw
bcd9571a41
Documentation updated
2021-11-18 10:52:57 +00:00
fjosw
95fa13aaac
Merge branch 'develop' into documentation
2021-11-18 10:52:22 +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
c31034565a
feat: jack_matmul no works with an arbitrary number of operands
2021-11-18 10:46:30 +00:00
fjosw
8531c95231
Documentation updated
2021-11-17 17:38:04 +00:00
fjosw
394c4d5063
Merge branch 'develop' into documentation
2021-11-17 17:37:28 +00:00
Fabian Joswig
a673a8f656
fix: derived_array now also has the reduced loop in derived_observable
2021-11-17 17:36:43 +00:00
fjosw
65be38e911
Documentation updated
2021-11-17 17:32:07 +00:00
fjosw
0b8486d901
Merge branch 'develop' into documentation
2021-11-17 17:31:34 +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
fjosw
ec4084a29c
Documentation updated
2021-11-17 16:58:26 +00:00
fjosw
4ab7905fff
Merge branch 'develop' into documentation
2021-11-17 16:57:46 +00:00
Fabian Joswig
865830af4c
feat: alternative matrix multiplication routine jack_matmul implemented
2021-11-17 16:57:08 +00:00
fjosw
00787cbe10
Documentation updated
2021-11-17 16:26:57 +00:00
fjosw
4ae72e194c
Merge branch 'develop' into documentation
2021-11-17 16:26:23 +00: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
fjosw
301851f593
Documentation updated
2021-11-17 16:07:40 +00:00
fjosw
aac77b5e74
Merge branch 'develop' into documentation
2021-11-17 16:07:02 +00: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
fjosw
c3585e6559
Documentation updated
2021-11-17 13:43:40 +00:00
fjosw
abe15bf716
Merge branch 'develop' into documentation
2021-11-17 13:42:59 +00:00
Fabian Joswig
ccca4eabbf
feat: automatic windowing procedure can now be deactivated by choosing
...
S=0
2021-11-17 13:42:04 +00:00
fjosw
979b5014d4
Documentation updated
2021-11-16 13:49:26 +00:00
fjosw
7159a6d52e
Merge branch 'develop' into documentation
2021-11-16 13:48:49 +00:00
Fabian Joswig
56b1b36037
Merge pull request #9 from s-kuberski/feature/irregularMC
...
Bug-Fix: Do not apply filter if all deltas vanish, i.e., if Obs is zero
2021-11-16 13:48:32 +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
fjosw
4e1306455e
Documentation updated
2021-11-16 12:29:16 +00:00
fjosw
74931229c8
Merge branch 'develop' into documentation
2021-11-16 12:28:22 +00:00
Fabian Joswig
544aa677f8
fix: plot_history now correctly expands for range idls
2021-11-16 12:27:34 +00:00
fjosw
f3eed02d86
Documentation updated
2021-11-16 12:08:48 +00:00
fjosw
d7230d8379
Merge branch 'develop' into documentation
2021-11-16 12:08:14 +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
fjosw
bd40fd73ec
Documentation updated
2021-11-16 12:00:28 +00:00
fjosw
f5404c87b5
Merge branch 'develop' into documentation
2021-11-16 11:59:57 +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
fjosw
4ccbd739de
Documentation updated
2021-11-16 11:50:48 +00:00
fjosw
1bf8c50ba7
Merge branch 'develop' into documentation
2021-11-16 11:50:15 +00:00
Fabian Joswig
04a66439c2
docs: basic example reformated
2021-11-16 11:49:44 +00:00
fjosw
8cc824959f
Documentation updated
2021-11-16 11:46:28 +00:00
fjosw
b85229faa7
Merge branch 'develop' into documentation
2021-11-16 11:45:42 +00:00