Commit graph

79 commits

Author SHA1 Message Date
Fabian Joswig
88572c06a8 fix: DeprecationWarning in Corr.reweighted fixed 2022-01-07 12:08:27 +01:00
Fabian Joswig
f9584e2372 fix: end of x_range in Corr.show shortened by 1 2022-01-06 17:44:41 +01:00
Fabian Joswig
8d8fa82bbe feat: Path can now be specified in Corr.dump 2021-12-23 14:42:57 +01:00
Fabian Joswig
bc220fceaf fix: get_item and reweighted now work with padded correlators. 2021-12-20 11:35:04 +01:00
Fabian Joswig
3fd63f8b67 refactor: bare excepts removed. 2021-12-13 14:47:57 +00:00
Fabian Joswig
083247389b fix: bug occurring when Corr.fit is called without fit range fixed 2021-12-08 22:33:08 +00:00
Fabian Joswig
bb6d380f9f refactor: load and dump object moved to misc 2021-11-24 17:26:02 +00:00
Fabian Joswig
b937ef04bb docs: typos in docstrings corrected 2021-11-15 11:13:12 +00:00
Fabian Joswig
b90caa4cdc further docstrings updated 2021-11-12 14:25:51 +00:00
Fabian Joswig
10a6780c8d Merge branch 'develop' of github.com:fjosw/pyerrors into develop 2021-11-08 10:05:55 +00:00
Fabian Joswig
aff0ca7339 Corr Anti-symmetric raised to three sigma 2021-11-08 10:05:33 +00:00
Fabian Joswig
effccb1cc8 docstrings updated 2021-11-07 21:44:22 +00:00
Fabian Joswig
9805ee2b4b pyerrors.py renamed to obs.py, h5py added as dependency 2021-11-07 11:24:56 +00:00
Fabian Joswig
2fdc17ecd3 Corr.__str__ extended 2021-11-04 17:02:51 +00:00
Fabian Joswig
61cd8d9415 docstring for Corr.show extended, bug for display of fit result fixed 2021-11-03 14:28:15 +00:00
Fabian Joswig
7e909affcc Additional check added to Corr.correlate 2021-11-03 14:06:05 +00:00
Fabian Joswig
ac21569620 Corr.correlate implemented 2021-11-03 14:01:52 +00:00
Fabian Joswig
b23fe67994 rtruediv for Corr and Obs implemented 2021-11-03 11:53:26 +00:00
Fabian Joswig
67fc15e001 Corr.__get_item__ now returns an Obs in case there is only one entry per
timeslice
2021-11-03 10:15:44 +00:00
Fabian Joswig
b07f16fe1c docstring and test added for Corr.reweight 2021-11-02 14:19:00 +00:00
Fabian Joswig
3e60403a51 reweighted property added to Corr 2021-11-02 14:12:39 +00:00
Fabian Joswig
fda2427646 Additional docstrings added to correlator 2021-11-02 13:46:15 +00:00
Fabian Joswig
44e77d2314 auto range in Corr.show adjusted 2021-11-02 13:08:41 +00:00
Fabian Joswig
410c86629a Corr repr adjusted 2021-11-02 13:00:23 +00:00
Fabian Joswig
6a092014c2 Corr.fit range changed 2021-11-02 12:11:07 +00:00
Fabian Joswig
55f42327a2 docstring added to Corr.plateau 2021-11-02 12:04:42 +00:00
Fabian Joswig
1990a0685b docstrings added, bugs fixed 2021-11-02 11:18:35 +00:00
Fabian Joswig
a3eb51117c T_symmetry fixed 2021-11-02 11:12:56 +00:00
Fabian Joswig
c7f5612717 Corr objects now support slicing, T_symmetry implemented for Corr
objects
2021-11-02 11:09:43 +00:00
Fabian Joswig
063b8b2404 Corr.reverse added 2021-11-02 10:58:47 +00:00
Fabian Joswig
b86dda2394 Corr.fit adjusted 2021-11-01 15:09:01 +00:00
Fabian Joswig
f2a5f12dce documentation of fit functions adjusted, deprecation warnings added to
standard_fit and prior_fit
2021-11-01 14:54:36 +00:00
Fabian Joswig
ad53f28e46 mat_mat_op renamed to _mat_mat_op 2021-10-25 14:32:28 +01:00
Fabian Joswig
10b228d434 New method is_zero 2021-10-17 12:28:59 +01:00
Fabian Joswig
be4d9f722e repr and str exchanged 2021-10-16 11:21:19 +01:00
Fabian Joswig
ea51df3719 __repr__ of Obs changed to more convenient form 2021-10-16 11:02:54 +01:00
Fabian Joswig
5f1fb285f5 workaround for m_eff sinh in the middle of the lattice 2021-10-15 16:02:17 +01:00
Fabian Joswig
4f8345ac86 test_m_eff and test_utility added 2021-10-15 15:27:33 +01:00
Fabian Joswig
25d250cd53 test_correlators added, tests extended 2021-10-15 15:01:53 +01:00
Fabian Joswig
4ca6f8ea49 Warning messages promoted to RuntimeWarnings 2021-10-15 12:11:06 +01:00
Fabian Joswig
8488df00fd zero_within_error method added, warnings added to Corr methods symmetric and
anti-symmetric
2021-10-15 11:47:41 +01:00
Fabian Joswig
7af1768a85 CI set up 2021-10-12 13:57:41 +01:00
Fabian Joswig
117a925775 sinh effective mass implemented 2021-10-12 11:24:43 +01:00
Fabian Joswig
311b0bf91a correlator class cleaned up 2021-10-12 10:13:58 +01:00
Fabian Joswig
d78254937b Merge branch 'develop' into feature/v2.0 2021-10-11 18:31:48 +01:00
Fabian Joswig
1d74e8c4f4 Examples updated, minor bug fixes 2021-10-11 18:31:02 +01:00
Fabian Joswig
cc3a734e15 Merge branch 'develop' into feature/v2.0 2021-10-11 09:47:03 +01:00
Fabian Joswig
43f85efff5 formatting changes 2021-10-11 09:43:14 +01:00
Fabian Joswig
2b30623235 comments extended 2021-10-11 09:40:20 +01:00
Fabian Joswig
b14f430f18 prange set to default value None 2021-10-11 09:37:44 +01:00