Commit graph

580 commits

Author SHA1 Message Date
fjosw
bc2e43353f Documentation updated 2021-12-01 11:41:54 +00:00
fjosw
03ad784966 Merge branch 'develop' into documentation 2021-12-01 11:41:13 +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
fjosw
e591afdabc Documentation updated 2021-12-01 09:37:06 +00:00
fjosw
9443031877 Merge branch 'develop' into documentation 2021-12-01 09:36:19 +00:00
Fabian Joswig
fe1aeb5354 feat: einsum function added to linalg module 2021-12-01 09:35:40 +00:00
fjosw
75718cc204 Documentation updated 2021-12-01 09:23:31 +00:00
fjosw
9d4e4b2d3f Merge branch 'develop' into documentation 2021-12-01 09:23:00 +00:00
Fabian Joswig
6bc8102f87 refactor: jackknife helper functions in linalg module refactored 2021-12-01 09:22:16 +00:00
fjosw
c893647695 Documentation updated 2021-11-30 17:13:44 +00:00
fjosw
53e57b5edf Merge branch 'develop' into documentation 2021-11-30 17:13:07 +00:00
Fabian Joswig
bb91c37ac4 fix: unnecessary print statement and comment removed in fourquark input
routine
2021-11-30 17:12:14 +00:00
fjosw
413642da92 Documentation updated 2021-11-30 17:06:24 +00:00
fjosw
6ed4e363cc Merge branch 'develop' into documentation 2021-11-30 17:05:52 +00:00
Fabian Joswig
aec90803ef feat: functions which extracts npr fourquark vertices now constructs
Lorentz scalars.
2021-11-30 17:05:00 +00:00
fjosw
f2f5627095 Documentation updated 2021-11-30 16:51:59 +00:00
fjosw
aaa35bf2a2 Merge branch 'develop' into documentation 2021-11-30 16:51:16 +00:00
Fabian Joswig
58ccd11e48 feat: json submodule now available via pyerrors.input.json 2021-11-30 16:50:35 +00:00
fjosw
a00ed1bd28 Documentation updated 2021-11-30 16:49:58 +00:00
fjosw
9a3831ade6 Merge branch 'develop' into documentation 2021-11-30 16:49:27 +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
fjosw
8391a9749e Documentation updated 2021-11-30 14:58:46 +00:00
fjosw
541e1fb20a Merge branch 'develop' into documentation 2021-11-30 14:58:15 +00: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
fjosw
cd108ef9c1 Documentation updated 2021-11-30 12:02:00 +00:00
fjosw
7e3aa29de9 Merge branch 'develop' into documentation 2021-11-30 12:01:19 +00:00
Fabian Joswig
4ecbe2f8f2 docs: docstrings in input.hadrons updated 2021-11-30 12:00:51 +00:00
fjosw
2c18ee1f42 Documentation updated 2021-11-30 11:58:54 +00:00
fjosw
3c083bfae3 Merge branch 'develop' into documentation 2021-11-30 11:58:23 +00:00
Fabian Joswig
2b33d79674 feat: input routine for hadrons FourquarkFullyConnected files added 2021-11-30 11:57:45 +00:00
fjosw
cbaa7c228b Documentation updated 2021-11-30 11:54:12 +00:00
fjosw
194fc74301 Merge branch 'develop' into documentation 2021-11-30 11:53:38 +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
63dd627e20 First implemenation of a json I/O 2021-11-29 15:27:28 +01:00
fjosw
0656fe942f Documentation updated 2021-11-26 12:29:29 +00:00
fjosw
904bfdde92 Merge branch 'develop' into documentation 2021-11-26 12:28:48 +00:00
Fabian Joswig
443e4eb74e fix: fits now work with irregular Monte Carlo histories 2021-11-26 12:28:19 +00:00
fjosw
431548913a Documentation updated 2021-11-26 12:25:48 +00:00
fjosw
62037673c7 Merge branch 'develop' into documentation 2021-11-26 12:25:11 +00:00
Fabian Joswig
b2a249302a fix: root module now also works with irregular monte carlo chains 2021-11-26 12:24:38 +00:00
fjosw
f8d46e82b3 Documentation updated 2021-11-24 17:30:59 +00:00
fjosw
edc48f95b0 Merge branch 'develop' into documentation 2021-11-24 17:30:25 +00:00
Fabian Joswig
f808c2243e docs: gen_correlated_data docstring improved 2021-11-24 17:29:51 +00:00
fjosw
c0a02d3aca Documentation updated 2021-11-24 17:27:16 +00:00