Commit graph

1518 commits

Author SHA1 Message Date
fjosw
87a1d54e7c Merge branch 'develop' into documentation 2022-05-02 11:59:25 +00:00
Fabian Joswig
0952252a64 fix: Exception added if unknown value for sorted_list is specified in
Corr.GEVP
2022-05-02 12:58:43 +01:00
fjosw
c2d0ffef9b Documentation updated 2022-05-02 11:14:04 +00:00
fjosw
789292e84a Merge branch 'develop' into documentation 2022-05-02 11:13:30 +00:00
Fabian Joswig
c5b25ebdd9 feat: Argument references added to Corr.show 2022-05-02 12:13:03 +01:00
fjosw
716446cb39 Documentation updated 2022-05-02 09:22:21 +00:00
fjosw
33792d5863 Merge branch 'develop' into documentation 2022-05-02 09:21:46 +00:00
Fabian Joswig
d0f96f2bf8 feat: argument hide_sigma added to Corr.show which allows to
automatically hide data points with large errors.
2022-05-02 10:12:23 +01:00
fjosw
162d449592 Documentation updated 2022-04-29 14:35:28 +00:00
fjosw
56c79b7a49 Merge branch 'develop' into documentation 2022-04-29 14:34:52 +00:00
Fabian Joswig
9e3e84ffcd
Merge pull request #96 from s-kuberski/feature/GEVP
Implemented the pruning of large correlation matrices by the solution…
2022-04-29 15:34:33 +01:00
Simon Kuberski
0ec6f14b24 Removed redundant test in prune 2022-04-29 16:03:19 +02:00
Fabian Joswig
fd82687b08 feat: first version of read_DistillationContraction_hd5 added. 2022-04-29 13:58:10 +01:00
fjosw
4a3fdd27a3 Documentation updated 2022-04-29 10:20:07 +00:00
fjosw
a8e53a26fe Merge branch 'develop' into documentation 2022-04-29 10:19:26 +00:00
Fabian Joswig
c4c06b5864 fix: in input.hadrons._get_files the suffix '.h5. is now conditionally
removed.
2022-04-29 11:18:41 +01:00
fjosw
fc71b3667c Documentation updated 2022-04-29 09:17:02 +00:00
fjosw
17bf99afe0 Merge branch 'develop' into documentation 2022-04-29 09:16:25 +00:00
Fabian Joswig
912629b845 fix: additional data point included in obs.plot_tauint figures. 2022-04-29 10:15:51 +01:00
fjosw
9f3e4534ca Documentation updated 2022-04-29 09:14:53 +00:00
fjosw
5e8de035c3 Merge branch 'develop' into documentation 2022-04-29 09:14:13 +00:00
Fabian Joswig
bf4680750c feat: auto yrange of obs.plot_tauint improved. 2022-04-29 10:13:29 +01:00
Simon Kuberski
b8e5f9dfd4 Implemented the pruning of large correlation matrices by the solution of a GEVP at early times 2022-04-28 17:33:38 +02:00
fjosw
b5776f4535 Documentation updated 2022-04-19 16:30:31 +00:00
fjosw
eeae80b313 Merge branch 'develop' into documentation 2022-04-19 16:29:53 +00:00
Fabian Joswig
d96c5cab75
Merge pull request #94 from fjosw/feature/covariance_idl_first_fix
Feature/covariance idl first fix
2022-04-19 17:29:31 +01:00
fjosw
34c64dba63 Documentation updated 2022-04-19 12:15:10 +00:00
fjosw
b74ce4a070 Merge branch 'develop' into documentation 2022-04-19 12:14:30 +00:00
Fabian Joswig
979380eada Merge branch 'develop' of github.com:fjosw/pyerrors into develop 2022-04-19 13:14:06 +01:00
Fabian Joswig
9b356c9e97 docs: clarification on Corr.fit fitrange added. 2022-04-19 13:13:45 +01:00
fjosw
bc044261d8 Documentation updated 2022-04-19 12:10:30 +00:00
fjosw
5a67a1184a Merge branch 'develop' into documentation 2022-04-19 12:09:57 +00:00
Fabian Joswig
c77ab9a95d
Merge pull request #93 from s-kuberski/feature/bdio
Removed sorting of kappas and speed improvement in read_mesons
2022-04-19 13:09:37 +01:00
Simon Kuberski
ee631c3ee0 Removed sorting of kappas and speed improvement in read_mesons 2022-04-19 12:27:49 +02:00
fjosw
59fa7676e5 Documentation updated 2022-04-18 10:47:11 +00:00
fjosw
ce863cbe0e Merge branch 'develop' into documentation 2022-04-18 10:46:32 +00:00
Fabian Joswig
6459f46a70
Merge pull request #91 from s-kuberski/feature/bdio
Fix: read_mesons and read_dSdm now return Obs with the correct idl based on the information in the bdio file.
2022-04-18 11:46:17 +01:00
Simon Kuberski
a5394521e7 Fix: read_mesons and read_dSdm now return Obs with the correct idl based on the information in the bdio file. 2022-04-13 18:20:13 +02:00
Simon Kuberski
0f735c0d2d Some changes on dobs 2022-04-13 16:05:30 +02:00
Fabian Joswig
c9f65298b4 tests: test added that checks that correlated and uncorrelated fits give
the same result if the input data is uncorrelated.
2022-04-07 17:14:26 +01:00
Fabian Joswig
5e7753a66d fix: expand_deltas in covariance replaced by _expand_deltas_for_merge
which correctly collapses idls as done in derived observable.
2022-04-07 16:28:15 +01:00
Fabian Joswig
66997ac993 tests: test for merge_idx added. 2022-04-07 16:14:46 +01:00
Fabian Joswig
7edc617e04 tests: test for covariance of two obs with differently spaced idls
added.
2022-04-07 16:09:37 +01:00
fjosw
f0a1edb30e Documentation updated 2022-04-06 15:04:33 +00:00
fjosw
28fe7e2dff Merge branch 'develop' into documentation 2022-04-06 15:03:41 +00:00
Fabian Joswig
6cb1e98647 fix: automatic range of residual_plot improved. 2022-04-06 16:02:10 +01:00
fjosw
75be52c59e Documentation updated 2022-03-31 10:56:44 +00:00
fjosw
da5ee0f7c3 Merge branch 'develop' into documentation 2022-03-31 10:56:02 +00:00
Fabian Joswig
7d93cce6f6
Merge pull request #87 from fjosw/feature/eigenvalue_smoothing
feat: implemented eigenvalue smoothing method of hep-lat/9412087
2022-03-31 11:55:45 +01:00
fjosw
0265ddf80e Documentation updated 2022-03-31 10:46:43 +00:00