mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-30 04:56:52 +01:00
* 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> |
||
|---|---|---|
| .. | ||
| data | ||
| benchmark_test.py | ||
| correlators_test.py | ||
| covobs_test.py | ||
| dirac_test.py | ||
| fits_test.py | ||
| integrate_test.py | ||
| json_io_test.py | ||
| linalg_test.py | ||
| misc_test.py | ||
| mpm_test.py | ||
| obs_test.py | ||
| openQCD_in_test.py | ||
| pandas_test.py | ||
| roots_test.py | ||
| sfcf_in_test.py | ||
| utils_in_test.py | ||