Fabian Joswig
dbcceeea3a
Merge pull request #63 from s-kuberski/feature/irregularMC
...
Bugfix in _reduce_deltas. Results were correct, but performance was bad
2022-02-10 13:55:51 +00:00
Simon Kuberski
5818dbe883
Bugfix in _reduce_deltas. Results were correct, but performance was bad
2022-02-10 14:49:12 +01:00
Fabian Joswig
8788891d5f
refactor: import order corrected
2022-02-10 11:23:25 +00:00
Fabian Joswig
3523bfa568
refactor: isinstance comparisons in correlators module simplified
2022-02-10 11:12:31 +00:00
Fabian Joswig
31a98f81c4
tests: openQCD tests split up in two functions, coverage improved
2022-02-10 11:03:59 +00:00
Simon Kuberski
cf137e2843
Added tests for t0 and qtop
2022-02-09 18:41:54 +01:00
Fabian Joswig
ca04097272
feat: thin method added to Corr class which allows to thin out a
...
correlator in order suppress correlations between neighbouring entries
2022-02-09 15:32:18 +00:00
Fabian Joswig
471eabeb8c
fix: Bug in export of derivative of correlator containing covobs fixed,
...
test added.
2022-02-09 14:18:36 +00:00
Fabian Joswig
f16ba109fc
Merge pull request #60 from s-kuberski/feature/rwf
...
Yet another small change to openQCD. Added explicit tests for reweighting
2022-02-09 14:00:59 +00:00
Simon Kuberski
570c6abf2a
Yet another small change to openQCD. Added explicit tests for reweighting.
2022-02-09 14:08:05 +01:00
Fabian Joswig
8f2312240f
refactor: pseudo_Obs moved to misc
2022-02-09 11:38:00 +00:00
Fabian Joswig
0a1a9ce1a1
docs: docstrings and comments cleaned up
2022-02-09 11:33:16 +00:00
Simon Kuberski
6d9ce5bb52
Catching the special case, where r_stop is equal to the last item of the configlist in openQCD routines
2022-02-09 12:03:53 +01:00
Simon Kuberski
445476beb8
Bugfix in openQCD routines: r_stop was excluded instead of being the last element
2022-02-09 11:56:47 +01:00
Fabian Joswig
f51503555b
fix: CObs can now be added and multiplied to as well as subtracted from
...
Obs in all combinations
2022-02-08 17:07:40 +00:00
Fabian Joswig
f923ad06f7
Merge pull request #57 from s-kuberski/feature/rwf
...
Rewritten large parts of Qtop routines, making it compatible with sfqcd
2022-02-08 16:53:27 +00:00
Simon Kuberski
aadf9cf32f
Rewritten large parts of Qtop routines, making it compatible with sfqcd
2022-02-08 15:44:56 +01:00
Fabian Joswig
091f19def1
fix: Bug in Corr.Hankel fixed
2022-02-08 14:31:38 +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
Fabian Joswig
b8b3d6191f
docs: typos fixed, print statements removed
2022-02-08 13:48:55 +00:00
jkuhl-uni
b6e75230df
small flake8 issue resolved
2022-02-08 11:23:13 +01:00
jkuhl-uni
71fe86b8ba
merge with develop
2022-02-08 11:16:20 +01:00
jkuhl-uni
4ae5188f91
change parameters of sfcf read method
2022-02-08 10:37:00 +01:00
jkuhl-uni
a33d6897f0
small change in read parameters, made tests available for auto-testing
2022-02-07 18:29:49 +01:00
Fabian Joswig
6971e8cd9b
refactor: unnecessary keywords for call to numdifftools removed, test
...
against numerical differentiation made stricter.
2022-02-07 14:51:25 +00:00
Fabian Joswig
a97d0c31a6
refactor: removed comment on rescaling of texp on case of irregular idl
...
which is no longer used in the code.
2022-02-07 14:36:22 +00:00
jkuhl-uni
ecfaa8ed67
minor bug fixes, big bug fix in append mode read in
2022-02-07 15:11:55 +01:00
jkuhl-uni
8731fcc615
flake8 compliance
2022-02-06 18:16:40 +01:00
jkuhl-uni
3381589617
enable idl_offsets in rwms method
2022-02-06 18:14:04 +01:00
jkuhl-uni
02872bc461
small bug fix in sfcf read method
2022-02-06 18:08:01 +01:00
Fabian Joswig
07ca32f166
refactor!: Removed Corr.sum method
2022-02-04 12:56:51 +00:00
Simon Kuberski
65568c84a4
Handling thermalization correctly in t0
2022-02-04 10:15:43 +01:00
Simon Kuberski
ff738de6af
Ensure correctness of idl in RWFs and t0
2022-02-04 09:49:17 +01:00
Simon Kuberski
c3b38c8b6f
Small change on idl
2022-02-03 16:05:47 +01:00
Simon Kuberski
ef1fecad10
Several improvements for read_rwms and extract_t0
2022-02-03 15:57:23 +01:00
Fabian Joswig
eab2ba45ff
Merge pull request #53 from s-kuberski/feature/json_io
...
Introduced JSON I/O for dictionaries
2022-02-03 10:31:43 +00:00
Simon Kuberski
0dc4d4008a
Introduced JSON I/O for dictionaries
2022-02-03 10:33:24 +01:00
Fabian Joswig
16a997aa90
refactor!: Deprecated fit functions standard_fit, odr_fit and prior_fit
...
removed.
2022-02-02 10:15:39 +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
Simon Kuberski
d1e18b6673
Fixes least_squares with migrad, tests extended
2022-02-02 09:05:13 +01: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
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
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
Fabian Joswig
c11410da5e
docs: docstrings improved.
2022-01-28 15:21:38 +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