Simon Kuberski
0dc4d4008a
Introduced JSON I/O for dictionaries
2022-02-03 10:33:24 +01:00
fjosw
7a6cf2f142
Documentation updated
2022-02-02 10:16:59 +00:00
fjosw
d4a276639d
Merge branch 'develop' into documentation
2022-02-02 10:16:22 +00:00
Fabian Joswig
16a997aa90
refactor!: Deprecated fit functions standard_fit, odr_fit and prior_fit
...
removed.
2022-02-02 10:15:39 +00:00
fjosw
14b8b6eaaa
Documentation updated
2022-02-02 10:11:32 +00:00
fjosw
cfb844dc01
Merge branch 'develop' into documentation
2022-02-02 10:10:57 +00:00
Fabian Joswig
952c7acef5
tests: additional tests for alternative fit methods in
...
fits.least_squares added
2022-02-02 10:10:20 +00:00
Fabian Joswig
d602bea5b7
refactor: Classification of fit method in fits.least_squares simplified,
...
precision of imiunit solver adjusted, prefitting for alternative methods
removed.
2022-02-02 10:05:48 +00:00
fjosw
de30255153
Documentation updated
2022-02-02 09:50:25 +00:00
fjosw
1377b7d51d
Merge branch 'develop' into documentation
2022-02-02 09:49:39 +00:00
Fabian Joswig
e92b1d9e9b
Merge pull request #52 from s-kuberski/feature/fits
...
Fixes least_squares with migrad, tests extended
2022-02-02 09:49:16 +00:00
Simon Kuberski
d1e18b6673
Fixes least_squares with migrad, tests extended
2022-02-02 09:05:13 +01:00
fjosw
db66a3c08a
Documentation updated
2022-01-31 17:31:32 +00:00
fjosw
3df59fc7bc
Merge branch 'develop' into documentation
2022-01-31 17:30:50 +00:00
Fabian Joswig
9b63d8e2bd
Merge pull request #49 from fjosw/feature/improved_derivatives
...
feat!: Implemented improved first and second derivatives for the corresponding methods of the Corr class.
2022-01-31 17:30:22 +00:00
Fabian Joswig
a729def937
feat: backward derivative implemented, additional tests for deriv
2022-01-31 12:10:38 +00:00
fjosw
4bf99bd0df
Documentation updated
2022-01-31 11:22:52 +00:00
fjosw
6b82be69c9
Merge branch 'develop' into documentation
2022-01-31 11:22:12 +00:00
Fabian Joswig
fb1f2074ca
tests: Tests for matrix Corr methods added. docstrings updated
2022-01-31 11:21:16 +00:00
Fabian Joswig
8165479846
feat!: Implemented improved first and second derivatives for the
...
corresponding methods of the Corr class. The parameter which
distinguishes between the variant is now a string instead of a bool
which may break current analyses.
2022-01-31 10:50:00 +00:00
fjosw
169afd133c
Documentation updated
2022-01-28 15:56:11 +00:00
fjosw
f82e460e47
Merge branch 'develop' into documentation
2022-01-28 15:55:38 +00:00
Fabian Joswig
fbb98e05f6
docs: examples for the gevp moved from correlator example to independent
...
file. Docstring of Corr.smearing added.
2022-01-28 15:54:08 +00:00
fjosw
67439f67bc
Documentation updated
2022-01-28 15:22:45 +00:00
fjosw
0a76877e4e
Merge branch 'develop' into documentation
2022-01-28 15:22:12 +00:00
Fabian Joswig
c11410da5e
docs: docstrings improved.
2022-01-28 15:21:38 +00:00
Fabian Joswig
1d41a664ee
tests: tests for reconstruction of prange from json format added
2022-01-28 12:41:55 +00:00
fjosw
91b01bfc60
Documentation updated
2022-01-28 12:38:08 +00:00
fjosw
3376a75a20
Merge branch 'develop' into documentation
2022-01-28 12:37:35 +00:00
Fabian Joswig
6cdb9a2042
Merge pull request #48 from JanNeuendorf/develop
...
Changes in the correlator init, GEVP and docstrings & tag format includes dict and prange
2022-01-28 12:37:17 +00:00
JanNeuendorf
696ab4503c
linting fixed in exception
2022-01-28 13:24:04 +01:00
JanNeuendorf
55804c8c1d
check if the tag is a dict
2022-01-28 13:19:24 +01:00
JanNeuendorf
0098c973af
The json routines for corr now have a dictionary as a tag and the entry tag of this dictionary contains the old tag.
...
This should be compatible with the old way of saving.
2022-01-28 12:21:28 +01:00
JanNeuendorf
0bac8a417a
argument name changed in GEVP
2022-01-28 11:31:07 +01:00
JanNeuendorf
8db648ee63
Try to keep it compatible with the tests.
2022-01-28 10:57:01 +01:00
JanNeuendorf
50b503b838
Only the changes in the correlator init, GEVP and docstrings
2022-01-28 10:46:02 +01:00
fjosw
9f52223cbe
Documentation updated
2022-01-27 17:22:26 +00:00
fjosw
463dbc9dc1
Merge branch 'develop' into documentation
2022-01-27 17:21:46 +00:00
Fabian Joswig
4e7e2d14ea
Merge pull request #44 from s-kuberski/feature/rwf
...
fix: Bugfix for reading reweighting factors of openQCD-2.0 with nfct>1
2022-01-27 17:21:31 +00:00
fjosw
362b0a58b9
Documentation updated
2022-01-27 17:20:35 +00:00
fjosw
ab93191340
Merge branch 'develop' into documentation
2022-01-27 17:20:02 +00:00
Fabian Joswig
4da6c25180
Merge pull request #45 from fjosw/fix/effecive_mass_padding
...
Fix/effective mass padding
2022-01-27 17:19:48 +00:00
Fabian Joswig
8c53d500bf
tests: additional tests for correlators with padding added
2022-01-27 17:06:49 +00:00
Fabian Joswig
90717ba85d
fix: 1D-Corr objects can now be initialized with None entries. This
...
fixes a bug in Corr.m_eff with padding.
2022-01-27 17:01:54 +00:00
Simon Kuberski
91a2fd403e
fix: Bugfix for reading reweighting factors of openQCD-2.0 with nfct>1. Completed docstring.
2022-01-27 17:19:21 +01:00
fjosw
03b4840115
Documentation updated
2022-01-27 14:16:55 +00:00
fjosw
46db6d41e7
Merge branch 'develop' into documentation
2022-01-27 14:16:18 +00:00
Fabian Joswig
07293bd5fe
Merge pull request #42 from fjosw/feature/corr_output_with_gaps
...
feat!: correlator json output can now handle gaps in the data.
2022-01-27 14:16:02 +00:00
Fabian Joswig
6c99e05e5b
test: test of json output of a correlator with a gap added
2022-01-27 14:12:10 +00:00
Fabian Joswig
01c3d02394
tests: tests of json corr format extended
2022-01-27 14:07:27 +00:00