pyerrors/tests
Fabian Joswig f1150f09c8
Matmul overloaded for correlator class. (#199)
* feat: matmul method added to correlator class.

* feat: corr, corr matmul and correlator matrix trace added.

* tests: tests for matmul and trace added.

* tests: slightly reduced tolerance and good guess bad guess test.

* feat: rmatmul added and __array_priority__ set.

* tests: additional tests for rmatmul added.

* tests: one more tests for rmatmul added.

* docs: docstring added to Corr.trace.

* tests: associative property test added for complex Corr matmul.

* fix: Corr.roll method now also works for correlator matrices by
explicitly specifying the axis.

Co-authored-by: Matteo Di Carlo <matteo.dicarlo93@gmail.com>

* feat: exception type for correlator trace of 1dim correlator changed.

* tests: trace N=1 exception tested.

---------

Co-authored-by: Matteo Di Carlo <matteo.dicarlo93@gmail.com>
2023-07-17 11:48:57 +01:00
..
data Fix another edge case in _compute_drho (#194) 2023-06-02 15:04:15 +01:00
benchmark_test.py tests: tests cleaned up, name duplicate in obs_test corrected 2022-02-09 11:23:58 +00:00
correlators_test.py Matmul overloaded for correlator class. (#199) 2023-07-17 11:48:57 +01:00
covobs_test.py feat: computation of _covariance_element optimized, visualize option 2022-03-01 15:34:53 +00:00
dirac_test.py test: tests for epsilon tensors extended 2021-12-23 12:06:28 +01:00
fits_test.py Matmul overloaded for correlator class. (#199) 2023-07-17 11:48:57 +01:00
integrate_test.py feat: Added numerical integration of generic functions (#201) 2023-07-14 14:21:59 +01:00
json_io_test.py Restored JSON output of dicts with non-string keys (#179) 2023-05-19 14:58:56 +01:00
linalg_test.py feat: Added numerical integration of generic functions (#201) 2023-07-14 14:21:59 +01:00
misc_test.py tests: test for print_config added. 2023-07-10 15:44:06 +01:00
mpm_test.py test: mpm and corr dump test extended 2021-12-23 14:56:49 +01:00
obs_test.py feat: CObs format added and complex Corr print improved. (#200) 2023-07-14 13:38:21 +01:00
openQCD_in_test.py Feat/files idl xsf (#185) 2023-05-26 13:01:52 +01:00
pandas_test.py fix nan to None test (#192) 2023-06-01 14:07:16 +01:00
roots_test.py test: test for multi parameter foot feature added. 2023-01-10 10:27:56 +00:00
sfcf_in_test.py fixed appended mode reading (#165) 2023-03-16 13:12:03 +00:00
utils_in_test.py Fix/sort names (#177) 2023-05-16 18:28:32 +01:00