Fabian Joswig
cac85f53f8
CI output more verbose
2021-10-13 09:43:40 +01:00
Fabian Joswig
7b607ede2a
macos removed from CI
2021-10-12 14:57:00 +01:00
Fabian Joswig
0098e74aa9
target of flake8 Lint changed
2021-10-12 14:48:37 +01:00
Fabian Joswig
62c5199865
CI targets changed
2021-10-12 14:45:20 +01:00
Fabian Joswig
0efd8a3c6d
CI python versions changed
2021-10-12 14:28:32 +01:00
Fabian Joswig
83fc7c4629
numpy and mpl version numbers moved
2021-10-12 14:22:01 +01:00
Fabian Joswig
7e0534eab5
numpy and matpltolib version numbers added to CI
2021-10-12 14:20:47 +01:00
Fabian Joswig
cddf6ddf6b
further instances of np.float removed
2021-10-12 14:12:21 +01:00
Fabian Joswig
ef35dd8684
np.float changed to np.float64
2021-10-12 14:11:01 +01:00
Fabian Joswig
68580325d0
CI extended
2021-10-12 14:06:36 +01:00
Fabian Joswig
7af1768a85
CI set up
2021-10-12 13:57:41 +01:00
Fabian Joswig
117a925775
sinh effective mass implemented
2021-10-12 11:24:43 +01:00
Fabian Joswig
66c443fd63
indents fixed
2021-10-12 10:17:58 +01:00
Fabian Joswig
311b0bf91a
correlator class cleaned up
2021-10-12 10:13:58 +01:00
Fabian Joswig
c5c673bdb6
Merge branch 'develop' into feature/v2.0
2021-10-11 18:52:20 +01:00
Fabian Joswig
c795ae69a6
Links in README fixed
2021-10-11 18:50:54 +01:00
Fabian Joswig
4b2495a386
Merge branch 'master' into feature/v2.0
2021-10-11 18:45:06 +01:00
Fabian Joswig
30a12e037c
Changelog updated
2021-10-11 18:37:48 +01:00
Fabian Joswig
d78254937b
Merge branch 'develop' into feature/v2.0
2021-10-11 18:31:48 +01:00
Fabian Joswig
1d74e8c4f4
Examples updated, minor bug fixes
2021-10-11 18:31:02 +01:00
Fabian Joswig
e7ea0df660
README updated
2021-10-11 17:12:57 +01:00
Fabian Joswig
f5b8c1698e
Merge branch 'develop' into feature/v2.0
2021-10-11 15:57:43 +01:00
Fabian Joswig
cf2b595bd0
Large Example file removed
2021-10-11 15:57:24 +01:00
Fabian Joswig
a929f1bdb0
setup.py updated
2021-10-11 14:27:48 +01:00
Fabian Joswig
7cf6f9a85b
clean up flake8 file
2021-10-11 14:01:57 +01:00
Fabian Joswig
31882064e3
comma separated list
2021-10-11 14:00:48 +01:00
Fabian Joswig
1a295befe2
comma separated list in yaml file
2021-10-11 13:58:40 +01:00
Fabian Joswig
da3bb97c9b
array yaml
2021-10-11 13:57:16 +01:00
Fabian Joswig
d16eccb699
fl fix
2021-10-11 13:55:11 +01:00
Fabian Joswig
50bdc70d55
flake8.yml fixed
2021-10-11 13:53:23 +01:00
Fabian Joswig
ff1efd3096
formatting improvements
2021-10-11 13:51:11 +01:00
Fabian Joswig
ba9ec24944
flake8 badge added to README
2021-10-11 13:42:51 +01:00
Fabian Joswig
3cbc455d10
flake8 ci added
2021-10-11 13:41:56 +01:00
Fabian Joswig
d4eaf3f48a
flake8 formatting improvements
2021-10-11 13:30:48 +01:00
Fabian Joswig
863ce6ae73
Merge branch 'develop' into feature/v2.0
2021-10-11 13:23:10 +01:00
Fabian Joswig
57c6a07801
flake8 style changes
2021-10-11 12:22:58 +01:00
Fabian Joswig
950cd13c07
removed plot_corrs
2021-10-11 11:48:17 +01:00
Fabian Joswig
a93944cf27
bug fixed in input/openQCD
2021-10-11 11:46:00 +01:00
Fabian Joswig
d8437fe122
input submodule refactored
2021-10-11 11:44:48 +01:00
Fabian Joswig
cc3a734e15
Merge branch 'develop' into feature/v2.0
2021-10-11 09:47:03 +01:00
Fabian Joswig
43f85efff5
formatting changes
2021-10-11 09:43:14 +01:00
Fabian Joswig
2b30623235
comments extended
2021-10-11 09:40:20 +01:00
Fabian Joswig
b14f430f18
prange set to default value None
2021-10-11 09:37:44 +01:00
Fabian Joswig
4d746802d2
bug for prange fixed
2021-10-11 09:36:48 +01:00
Fabian Joswig
960fc521c4
remove keyword n_parms from fit standard
2021-10-11 09:10:23 +01:00
Fabian Joswig
090a26919b
Merge pull request #5 from JanNeuendorf/develop
...
Develop
2021-10-11 09:07:39 +01:00
JanNeuendorf
7c03cff42f
I changed the name from range to prange (hope i did not miss something)
...
There is now an Eigenvalue method using the cholesky method you put in the example. I do not really use that, but it seems like a logical inclusion.
I gave the standard fit an option to seht the number of fit parameters by hand, because it does not work automatically
if the function is not consistent between calls.
2021-10-06 13:16:04 +02:00
Fabian Joswig
b901dce582
generalized read_mesons, added ylabel to Corr.show
2021-10-05 17:06:03 +01:00
Jan Neuendorf
014c0d12ce
The GEVP method now has the parameter "state", deciding which eigenvector to return.
...
Correlators get theoptional attribute "range", which is preserved under certain operations.
Fits and plateaus will default to this range.
2021-10-05 12:19:54 +02:00
Fabian Joswig
f2b8a9580b
Corr.roll method implemented
2021-10-04 17:20:58 +01:00