Commit graph

621 commits

Author SHA1 Message Date
Fabian Joswig
9e3dbea78b
Merge pull request #12 from s-kuberski/feature/covobs
Feature/covobs
2021-12-01 14:49:07 +00:00
Fabian Joswig
b715aa0c22 feat: hadrons npr input now returns rank-n tensors instead of 2D matrices 2021-12-01 14:28:21 +00:00
Simon Kuberski
35c1a0e1bd Merge branch 'develop' into feature/covobs 2021-12-01 15:15:20 +01:00
Simon Kuberski
a3310876bf Fixed plot_history and is_zero for covobs 2021-12-01 15:14:56 +01:00
Fabian Joswig
4c8d758889 test: test for linalg.einsum added 2021-12-01 12:19:32 +00:00
Fabian Joswig
019196bad3 Merge branch 'develop' of github.com:fjosw/pyerrors into develop 2021-12-01 12:17:57 +00:00
Fabian Joswig
3f6703ad6a feat: linalg.einsum now works with real, complex and float matrices 2021-12-01 12:17:38 +00:00
Fabian Joswig
a53cd36ac6
Merge pull request #14 from s-kuberski/feature/json_io
Resolves issue
2021-12-01 11:40:56 +00:00
Simon Kuberski
e5cd5c4a99 Adjusted handling of tags: All are written, if any is None; Removed unused parameter fname from create_json_string; Created a fail-save version for the replacement of quotation marks in workaround for delta lists 2021-12-01 11:53:11 +01:00
Fabian Joswig
fe1aeb5354 feat: einsum function added to linalg module 2021-12-01 09:35:40 +00:00
Fabian Joswig
6bc8102f87 refactor: jackknife helper functions in linalg module refactored 2021-12-01 09:22:16 +00:00
Fabian Joswig
bb91c37ac4 fix: unnecessary print statement and comment removed in fourquark input
routine
2021-11-30 17:12:14 +00:00
Fabian Joswig
aec90803ef feat: functions which extracts npr fourquark vertices now constructs
Lorentz scalars.
2021-11-30 17:05:00 +00:00
Fabian Joswig
58ccd11e48 feat: json submodule now available via pyerrors.input.json 2021-11-30 16:50:35 +00:00
Fabian Joswig
558022e7a2
Merge pull request #11 from s-kuberski/feature/json_io
First implemenation of a json I/O
2021-11-30 16:49:11 +00:00
Simon Kuberski
71e9d6c29c Removed unnecessary cast 2021-11-30 17:46:33 +01:00
Simon Kuberski
d740f8d3c4 utf-8 for plain json files and a bugfix for reading arrays 2021-11-30 16:26:46 +01:00
Fabian Joswig
6f99ec16fb docs: reference to other error analysis suites moved from README to
documentation
2021-11-30 14:57:36 +00:00
Fabian Joswig
833c22fe36 docs: Changelog updated 2021-11-30 14:52:25 +00:00
Simon Kuberski
5937a519d7 Added dictionary output of json input routine: It is possible to import and export any structure that is JSON serializable as description (or Obs.tag) 2021-11-30 14:50:16 +01:00
Simon Kuberski
d7c2f125fe Created routine to get jsonstring itself, allowed for the I/O of uncompressed files, fixed bug for 1d-Arrays 2021-11-30 14:28:07 +01:00
Simon Kuberski
0e75cf48bc Merge branch 'develop' into feature/covobs 2021-11-30 13:33:47 +01:00
Simon Kuberski
359c9c06da Bugfix for covobs, fit tests for covobs added 2021-11-30 13:32:50 +01:00
Fabian Joswig
4ecbe2f8f2 docs: docstrings in input.hadrons updated 2021-11-30 12:00:51 +00:00
Fabian Joswig
2b33d79674 feat: input routine for hadrons FourquarkFullyConnected files added 2021-11-30 11:57:45 +00:00
Fabian Joswig
1fa3bc1291 fix: linalg.jack_matmul now works with arrays of arbitrary shape 2021-11-30 11:52:53 +00:00
Simon Kuberski
950fb17c84 Refined covobs implementation 2021-11-30 11:08:30 +01:00
Simon Kuberski
9db709a171 Merge branch 'develop' into feature/covobs 2021-11-29 15:45:25 +01:00
Simon Kuberski
63dd627e20 First implemenation of a json I/O 2021-11-29 15:27:28 +01:00
jkuhl-uni
66cdd46a92 first ver. of just one SFCF read method 2021-11-29 13:13:13 +01:00
Simon Kuberski
30ba138558 added basic functionality for covobs 2021-11-29 12:15:27 +01:00
Fabian Joswig
443e4eb74e fix: fits now work with irregular Monte Carlo histories 2021-11-26 12:28:19 +00:00
Fabian Joswig
b2a249302a fix: root module now also works with irregular monte carlo chains 2021-11-26 12:24:38 +00:00
Fabian Joswig
f808c2243e docs: gen_correlated_data docstring improved 2021-11-24 17:29:51 +00:00
Fabian Joswig
bb6d380f9f refactor: load and dump object moved to misc 2021-11-24 17:26:02 +00:00
Fabian Joswig
42c4baa8ba fix: optional parameter order removed from hadrons npr input routines 2021-11-24 17:17:04 +00:00
Fabian Joswig
8234ac037b feat: hadrons input routines now accept a range of configs as optional
argument
2021-11-24 17:15:30 +00:00
Fabian Joswig
5da20365bf refactor!: npr module removed, Npr_matrix class moved to input.hadrons 2021-11-22 16:06:58 +00:00
Fabian Joswig
1326e9c863 feat: tag added to Zq in npr module 2021-11-18 15:39:10 +00:00
Fabian Joswig
4df0e7bc82 feat: determination of idx in input.hadrons module optimized 2021-11-18 15:14:30 +00:00
Fabian Joswig
8c95ca8318 feat: input.hadrons._get_files optimized 2021-11-18 14:39:43 +00:00
Fabian Joswig
5bd8e8402b feat: read ExternalLeg and Bilinear routines speed up 2021-11-18 13:59:47 +00:00
Fabian Joswig
49af3a93ca fix: gamma_method call removed from read_Bilinear_hd5 2021-11-18 12:45:19 +00:00
Fabian Joswig
0bf1e6cfd4 fix: uneeded import removed 2021-11-18 12:41:37 +00:00
Fabian Joswig
cedceced61 feat: Npr_matrix.g5H now makes use of gamma5 hermiticity property of the
propagator
2021-11-18 12:39:32 +00:00
Fabian Joswig
976d9c3f29 feat: linalg.jack_matmul now also works with non Obs valued matrices. 2021-11-18 11:49:46 +00:00
Fabian Joswig
28bf0f1701 feat: linalg.jack_matmul now also works with irregular monte carlo
chains
2021-11-18 11:17:20 +00:00
Fabian Joswig
0954ebee6e test: test for jack_matmul with mutliple operands extended 2021-11-18 11:03:55 +00:00
Fabian Joswig
cf1c38462d test: test for jack_matmul with multiple operands added 2021-11-18 11:02:31 +00:00
Fabian Joswig
ebbfaf8e80 feat: tolerance of Obs.is_zero can now be specified 2021-11-18 10:51:46 +00:00