Commit graph

285 commits

Author SHA1 Message Date
Fabian Joswig
325293f2b4 rtruediv implemented for CObs, tests extended 2021-10-25 10:44:51 +01:00
Fabian Joswig
c634d183a1 Another bug in complex mutliplication fixed 2021-10-25 09:51:30 +01:00
Fabian Joswig
8720ae6dfb Merge branch 'develop' of github.com:fjosw/pyerrors into develop 2021-10-25 09:41:52 +01:00
Fabian Joswig
9b023e339f Bug in complex mutliplication fixed 2021-10-25 09:41:34 +01:00
Fabian Joswig
e1fd4606d3 Tests made more rigorous 2021-10-23 17:24:39 +01:00
Fabian Joswig
8aa3fba222 README updated 2021-10-23 17:02:50 +01:00
Fabian Joswig
94e3ebe7f0 read bilinear added to input/hadrons 2021-10-22 18:29:28 +01:00
Fabian Joswig
1223676b08 recombination of complex matrices from real representation optimized 2021-10-22 16:45:40 +01:00
Fabian Joswig
89ea9133cc npr module now uses new linalg functions 2021-10-22 14:46:34 +01:00
Fabian Joswig
c3f8b24a21 matrix valued operations speed up, inv and cholesky explictly added 2021-10-22 14:24:51 +01:00
Fabian Joswig
60d2e25ed7 Obs value and dvalue are now properties 2021-10-21 16:15:02 +01:00
Fabian Joswig
a3ddf51965 Further optimiuations in Obs.__init__ 2021-10-21 16:06:29 +01:00
Fabian Joswig
0cea84a9c1 formatting fixed 2021-10-21 15:52:57 +01:00
Fabian Joswig
369ee0a324 Alternative way to initialize Obs to speed up error propagation 2021-10-21 15:51:17 +01:00
Fabian Joswig
8ed1dac057 CONTRIBUTING.md updated 2021-10-21 15:05:21 +01:00
Fabian Joswig
99357ddd97 __slots__ in Obs class commented out for now 2021-10-21 14:55:04 +01:00
Fabian Joswig
913a3deaf2 Simple version number added 2021-10-21 14:52:44 +01:00
Fabian Joswig
6c962adade ks_test moved to fits module 2021-10-21 11:58:21 +01:00
Fabian Joswig
0b158f8731 fits fit_exp removed 2021-10-21 11:53:50 +01:00
Fabian Joswig
f4abad1280 complex real matrix mutliplication speed up 2021-10-21 11:11:08 +01:00
Fabian Joswig
7efe9612bc npr doc extended, CObs now have real and imag properties 2021-10-21 10:59:53 +01:00
Fabian Joswig
e7efa822b0 New submodule dirac 2021-10-21 09:07:04 +01:00
Fabian Joswig
b5c9738d52 Bug in Zq fixed which altered the momentum of propagators 2021-10-20 14:37:46 +01:00
Fabian Joswig
fe766cb44e Euclidean gamma matrix tests added 2021-10-20 13:48:02 +01:00
Fabian Joswig
078ee76b29 _check_geometry added 2021-10-20 13:32:38 +01:00
Fabian Joswig
7a55413b0e Zq added to npr 2021-10-20 13:25:06 +01:00
Fabian Joswig
e45f330e9d added attribute sigma to zero within error, npr module improved 2021-10-20 13:12:58 +01:00
Fabian Joswig
f95123bd18 Npr_matrix case fixed 2021-10-20 12:14:58 +01:00
Fabian Joswig
493f2c0adb gamma matrices restructured 2021-10-20 12:10:32 +01:00
Fabian Joswig
34ed2588aa additional check on momentum of ExternalLeg added 2021-10-20 11:56:54 +01:00
Fabian Joswig
d8c4f03a07 ExternalLeg default data structure changed 2021-10-20 11:29:36 +01:00
Fabian Joswig
69d6d5ae43 Npr_matrix class and read_ExternalLeg improved 2021-10-20 11:25:48 +01:00
Fabian Joswig
207678513c Npr_matrix class added 2021-10-19 23:53:44 +01:00
Fabian Joswig
5e98c89411 npr module created 2021-10-19 16:15:00 +01:00
Fabian Joswig
01d06506ff read_ExternalLeg_hd5 added, _get_files refactored 2021-10-19 15:17:45 +01:00
Fabian Joswig
db1513bc12 explicit test for gamma_method added 2021-10-19 12:52:32 +01:00
Fabian Joswig
2ca7490c6e division by zero warning in gamma_method avoided 2021-10-19 11:49:04 +01:00
Fabian Joswig
2a303bb610 Obs.print can now properly deal with value == 0.0 2021-10-19 11:39:53 +01:00
Fabian Joswig
74d1021665 Additional comparison tests added 2021-10-19 11:25:53 +01:00
Fabian Joswig
4d394975c5 README updated 2021-10-19 10:39:12 +01:00
Fabian Joswig
1acb959093 CONTRIBUTING.md added 2021-10-19 10:34:03 +01:00
Fabian Joswig
3d8887cd65
Merge pull request #6 from fjosw/feature/v2.0
Feature/v2.0
2021-10-19 10:03:36 +01:00
Fabian Joswig
877b1a4467 Complex matrix multiplication speed up my explicitly coding the
derivatives
2021-10-18 17:36:49 +01:00
Fabian Joswig
b1e5777586 conjugate method added to CObs class 2021-10-18 14:48:16 +01:00
Fabian Joswig
7b0645bda0 Complex matrix operations now work with ndarrays instead of numpy
matrices
2021-10-18 14:37:09 +01:00
Fabian Joswig
526dceef1c derived_observable cleaned up 2021-10-18 14:26:34 +01:00
Fabian Joswig
09b2525d29 bias correction removed 2021-10-18 14:25:41 +01:00
Fabian Joswig
f627a52bba docstring added to CObs 2021-10-18 13:34:02 +01:00
Fabian Joswig
040f6dbd51 Added tag attribute to CObs, added __slots__ to CObs, decreasing memory
footprint
2021-10-18 13:31:57 +01:00
Fabian Joswig
f3b1a2bf34 tag attribute added to Obs 2021-10-18 13:28:47 +01:00