Commit graph

520 commits

Author SHA1 Message Date
Fabian Joswig
b14314b424 fix: Error handling for fits and root finding with numpy instead of autograd.numpy
improved. Tests added.
2022-03-02 15:49:29 +00:00
fjosw
bb98e1f487 Merge branch 'develop' into documentation 2022-03-02 12:01:20 +00:00
Fabian Joswig
ece3c5d2ba tests: additional test added. 2022-03-02 11:49:29 +00:00
Fabian Joswig
da0c43fe9a feat: correlation parameter added to covariance again, tests extended. 2022-03-01 17:46:12 +00:00
Fabian Joswig
8d93ff95f2 tests: further tests for covariance added. 2022-03-01 17:38:42 +00:00
Fabian Joswig
3796c0395f feat: computation of _covariance_element optimized, visualize option
added to covariance, tests adjusted.
2022-03-01 15:34:53 +00:00
Fabian Joswig
82419b7a88 feat: positive semi-definite estimator for the covariance implemented,
fits.covariance matrix deprecated, covariance can now handle lists of
observables.
2022-03-01 09:45:25 +00:00
Fabian Joswig
498a251072 refactor!: if clause in Obs.__init__ eliminated, empty observables need
to be initialized with means=[] from now on.
2022-02-28 13:43:49 +00:00
Fabian Joswig
8e3e34bbea tests: test for covariance of covobs added 2022-02-26 09:13:59 +00:00
fjosw
683c22044a Merge branch 'develop' into documentation 2022-02-25 16:52:14 +00:00
Simon Kuberski
751d28711f feat: Check for symmetry and positive-semidefiniteness of covariance matrices in the initialization of covobs 2022-02-25 17:39:49 +01:00
fjosw
5dac3462a7 Merge branch 'develop' into documentation 2022-02-23 17:01:19 +00:00
Fabian Joswig
b960ce0e3d
Merge pull request #81 from s-kuberski/bugfix/idl
_merge_idx now returns sorted lists
2022-02-23 17:00:59 +00:00
Simon Kuberski
86b1371363 Adjusted function definitions, added test for _merge_idx 2022-02-23 17:51:12 +01:00
fjosw
8ac1edaf95 Merge branch 'develop' into documentation 2022-02-23 16:24:25 +00:00
Fabian Joswig
6bfeff4f27 fix: Corr.fit now explicitly checks that the provided fit range is a two
element list.
2022-02-23 16:23:42 +00:00
fjosw
3375349884 Merge branch 'develop' into documentation 2022-02-22 21:33:50 +00:00
Fabian Joswig
39dff5a830 tests: tests for GEVP fixed, docstring for Corr.Eigenvalue added, typos
fixed
2022-02-22 21:33:04 +00:00
fjosw
0666eb3533 Merge branch 'develop' into documentation 2022-02-22 15:11:04 +00:00
Fabian Joswig
dd3bee5635 feat: basic arithmetic operations for correlators and np.ndarrays of the
same length work now.
2022-02-22 15:09:06 +00:00
fjosw
8925776e94 Merge branch 'develop' into documentation 2022-02-21 14:51:55 +00:00
Fabian Joswig
dce7d4bec8 tests: test for corr matrix initialization with none entries added. 2022-02-18 09:16:29 +00:00
fjosw
375c4f6b91 Merge branch 'develop' into documentation 2022-02-15 13:53:12 +00:00
Fabian Joswig
5f86aaba4b feat: calls to the gamma_method removed in Corr.__init__ and other
method of the Corr class. Test adjusted by adding additional calls to
the gamma_method
2022-02-15 13:25:01 +00:00
fjosw
4af6f9229f Merge branch 'develop' into documentation 2022-02-10 13:56:09 +00:00
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
fjosw
489305222e Merge branch 'develop' into documentation 2022-02-10 11:04:46 +00:00
Fabian Joswig
31a98f81c4 tests: openQCD tests split up in two functions, coverage improved 2022-02-10 11:03:59 +00:00
fjosw
d47330f574 Merge branch 'develop' into documentation 2022-02-09 17:46:32 +00:00
Simon Kuberski
cf137e2843 Added tests for t0 and qtop 2022-02-09 18:41:54 +01:00
fjosw
6f74786b1d Merge branch 'develop' into documentation 2022-02-09 15:33:04 +00: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
fjosw
d9e5e6f5c6 Merge branch 'develop' into documentation 2022-02-09 14:27:24 +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
7568275d5d refactor: io tests split up in several files 2022-02-09 14:05:44 +00:00
fjosw
b49b261450 Merge branch 'develop' into documentation 2022-02-09 14:01:19 +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
25d00de5ce More tests for openQCD-2.0 2022-02-09 14:13:04 +01:00
Simon Kuberski
570c6abf2a Yet another small change to openQCD. Added explicit tests for reweighting. 2022-02-09 14:08:05 +01:00
fjosw
c0039dff1f Merge branch 'develop' into documentation 2022-02-09 11:33:53 +00:00
Fabian Joswig
080e09a07f tests: tests cleaned up, name duplicate in obs_test corrected 2022-02-09 11:23:58 +00:00
fjosw
108b5bc472 Merge branch 'develop' into documentation 2022-02-08 17:08:33 +00: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
fjosw
e26bb3c9da Merge branch 'develop' into documentation 2022-02-08 16:53:46 +00:00
Fabian Joswig
60ad91ead6 tests: coverage in correlator increased 2022-02-08 14:43:23 +00:00
fjosw
71d9707b55 Merge branch 'develop' into documentation 2022-02-08 14:32:24 +00:00
Fabian Joswig
6ae53cb575 tests: tests for correlator module corrected and extended 2022-02-08 14:31:49 +00:00
fjosw
8784d0a7e7 Merge branch 'develop' into documentation 2022-02-08 13:37:50 +00:00
jkuhl-uni
10e7171d5b changed parameters for input tests 2022-02-08 11:51:51 +01:00