Commit graph

67 commits

Author SHA1 Message Date
fjosw
822ce887c1 Merge branch 'develop' into documentation 2023-02-02 15:09:30 +00:00
Fabian Joswig
3236ba54e7
Merge pull request #134 from PiaLJP/develop
sample implementation of a (uncorrelated) combined fit
2023-02-02 15:09:11 +00:00
Fabian Joswig
8cc9c835f7
docs: remove deprecated call to checkdep_usetex. 2023-01-26 17:16:17 +00:00
fjosw
5eda97cce8 Merge branch 'develop' into documentation 2023-01-24 13:07:04 +00:00
Fabian Joswig
615795dc5b
docs: gm alias added to basic example, hyperlink fixed in documentation. 2023-01-24 13:06:14 +00:00
Fabian Joswig
49109dac58
docs: Explanation about ensemble names also made more explicit in
examples.
2023-01-24 13:01:58 +00:00
Fabian Joswig
32dcb7438c
build: combined fit example notebook renamed. 2022-12-21 12:58:00 +01:00
ppetrak
80c8a0f979 feat: added (default) method Levenberg-Marquardt, test added 2022-12-20 15:26:13 +01:00
ppetrak
c14d162f7e clean-up 2022-12-19 14:09:24 +01:00
ppetrak
3d6ec7b397 fix: flak8 & pytest 2022-12-19 14:03:45 +01:00
ppetrak
500c5234cf clean-up 2022-12-16 18:55:43 +01:00
ppetrak
9a05fc916a incorparated (uncorrelated) combined fits in fits.least_squares 2022-12-16 18:47:25 +01:00
ppetrak
78c7c32f1c (temporary) least squares function for combined fits with dictionaries (+ example) 2022-12-14 15:09:42 +01:00
fjosw
8148b3a2ca Merge branch 'develop' into documentation 2022-09-30 15:26:17 +00:00
Fabian Joswig
6a57264868
docs: data management example refined. 2022-09-29 17:11:24 +01:00
Fabian Joswig
9a7f5679c9
docs: first version of data management example added. 2022-09-29 09:46:15 +01:00
Fabian Joswig
cf7919c936
docs: first two examples extended. 2022-09-29 09:22:41 +01:00
fjosw
2409bfdcf5 Merge branch 'develop' into documentation 2022-07-22 09:27:21 +00:00
Fabian Joswig
62814c1fff docs: typos in example notebooks corrected. 2022-07-21 13:29:27 +01:00
fjosw
9cf2f80d22 Merge branch 'develop' into documentation 2022-05-22 10:38:50 +00:00
Fabian Joswig
1054f749e9 docs: check for latex availability added to examples. 2022-05-20 11:00:52 +01:00
fjosw
7cc9a238b9 Merge branch 'develop' into documentation 2022-05-18 15:21:30 +00:00
Fabian Joswig
cfc21a2a5e docs: GEVP example updated to new syntax. 2022-05-16 12:06:33 +01:00
fjosw
cef79ef113 Merge branch 'develop' into documentation 2022-05-16 09:56:28 +00:00
Fabian Joswig
9e982bc025 docs: examples fixed 2022-05-14 11:46:57 +01:00
fjosw
53cfbecb59 Merge branch 'develop' into documentation 2022-05-03 09:49:11 +00:00
Fabian Joswig
a28ef38f00 examples: Example 06 updated to work with new default options for GEVP 2022-05-03 10:44:03 +01:00
fjosw
7cfdc4dcfb Merge branch 'develop' into documentation 2022-02-22 09:51:05 +00:00
Simon Kuberski
5e1724d7e0 Adapted json_schema 2022-02-22 09:31:01 +01:00
fjosw
df0162351c Merge branch 'develop' into documentation 2022-02-18 09:15:34 +00:00
JanNeuendorf
951233ab79 Fixed bug in Corr._init_() , added auto_gamma argument to plateaus and updated the examples. 2022-02-18 09:46:07 +01:00
Simon Kuberski
ed8274d7c4 Added JSON schema for validation and documentation purposes 2022-02-16 14:27:40 +01:00
fjosw
375c4f6b91 Merge branch 'develop' into documentation 2022-02-15 13:53:12 +00:00
Fabian Joswig
891f77bcef docs: typo in gevp example fixed, additional call to gamma_method
added.
2022-02-15 13:40:50 +00:00
Fabian Joswig
199df2b344 docs: correlator examples updated with additional calls to gamma_method 2022-02-15 13:38:22 +00:00
fjosw
793d3d5cbd Merge branch 'develop' into documentation 2022-02-08 14:06:57 +00:00
Fabian Joswig
1196935e4e refactor!: Renamed methods smearing into index and smearing_symmetric
into matrix_symmetric
2022-02-08 14:06:04 +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
46db6d41e7 Merge branch 'develop' into documentation 2022-01-27 14:16:18 +00:00
Fabian Joswig
dc35690c3e feat!: correlator json output can now handle gaps in the data. Tags of
correlators written with the previous version will have the prefix X|Y|
which contain the padding. Paddings written with previous versions will
be lost and have to be restored by the user.
2022-01-27 14:01:22 +00:00
JanNeuendorf
b1af4ae6e6 An update to the documentation for the correlator class. 2022-01-27 12:53:23 +01:00
fjosw
d80580122a Merge branch 'develop' into documentation 2022-01-19 10:44:21 +00:00
Fabian Joswig
9b52a9a615 feat!: dump methods now export to the json.gz format by default. Pickle
format can be chosen via parameter.
2022-01-19 10:43:18 +00:00
fjosw
3e4598152d Merge branch 'develop' into documentation 2022-01-18 15:08:53 +00:00
Fabian Joswig
93bc4c3819 docs: padding parameter in example 4 fixed 2022-01-18 14:53:19 +00:00
Fabian Joswig
d778a3b238 feat!: merged the parameters padding_front and padding_back of Corr into
one parameter padding
2022-01-18 14:50:18 +00:00
fjosw
0a7b12f37d Merge branch 'develop' into documentation 2022-01-07 11:09:13 +00:00
Fabian Joswig
af95667ffb feat: example 3 improved 2022-01-06 18:02:04 +01:00
fjosw
61a9e124f6 Merge branch 'develop' into documentation 2022-01-06 16:52:41 +00:00