mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-30 04:56:52 +01:00
* Added the function error_gevp() to compute the gevp with statistical errors. * Changed method name from error_gevp to error_GEVP and removed automatic gamma method * added auto_gamma to error_GEVP * Specified exceptions in Corr.error_GEVP * Fixed a wrong path. It should be np.linalg.LinAlgError * Added a test for error_GEVP * The tests of error_gevp loads a test matrix * Incorporated eigenvectors with uncertainties in GEVP routine * Cleaned up GEVP routines * Cleaned up breaking change from merge * Released tolerance in test of GEVP * Repaired broken GEVP test --------- Co-authored-by: Simon Kuberski <simon.kuberski@uni-muenster.de> |
||
|---|---|---|
| .. | ||
| 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 | ||