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 |
|
Fabian Joswig
|
9917778093
|
Additional comparison asserts added to test_pyerrors.py
|
2021-10-18 13:15:20 +01:00 |
|
Fabian Joswig
|
0c83f7a607
|
Further comparison operations and test implemented
|
2021-10-18 13:07:33 +01:00 |
|
Fabian Joswig
|
8d7a5daafa
|
redundant import removed, CHANGELOG updated
|
2021-10-18 10:33:31 +01:00 |
|
Fabian Joswig
|
4f7b5d23ae
|
__slots__ added to Obs to reduce the memory footprint of individual
objects and slightly speed up the initialisation of an object
|
2021-10-18 10:28:08 +01:00 |
|
Fabian Joswig
|
4edea2c3a8
|
attribute e_Q removed
|
2021-10-18 10:08:48 +01:00 |
|
Fabian Joswig
|
e73a99409c
|
speed up for derived_observable when applied to 1d observables
|
2021-10-18 10:00:15 +01:00 |
|
Fabian Joswig
|
eacec6bfdc
|
Obs.__float__ now always returns a python float
|
2021-10-18 09:34:10 +01:00 |
|
Fabian Joswig
|
87ad435830
|
CHANGELOG extended
|
2021-10-17 13:50:34 +01:00 |
|
Fabian Joswig
|
c927ebf043
|
README and CHANGELOG updated
|
2021-10-17 13:44:24 +01:00 |
|
Fabian Joswig
|
abdff600e6
|
Added test_complex_matrix_inverse
|
2021-10-17 13:35:27 +01:00 |
|
Fabian Joswig
|
157fc1058a
|
mat_mat_op now also works with complex matrices
|
2021-10-17 13:03:14 +01:00 |
|
Fabian Joswig
|
15333d2629
|
New test for matrix inverse with matrix containing floats r integers
|
2021-10-17 12:45:30 +01:00 |
|
Fabian Joswig
|
10b228d434
|
New method is_zero
|
2021-10-17 12:28:59 +01:00 |
|
Fabian Joswig
|
573d4992c9
|
Workaround implemented to deal with matrix operations containing floats
or integers
|
2021-10-17 12:23:27 +01:00 |
|
Fabian Joswig
|
aa4c037e39
|
CObs.gamma_method() works now when real or imag is 0
|
2021-10-17 11:34:53 +01:00 |
|
Fabian Joswig
|
db71644e5a
|
First tests for CObs added
|
2021-10-16 12:18:46 +01:00 |
|
Fabian Joswig
|
286008a20e
|
CObs class added
|
2021-10-16 12:07:40 +01:00 |
|
Fabian Joswig
|
dc4514e8d0
|
float special method added to pyerrors
|
2021-10-16 11:41:44 +01:00 |
|
Fabian Joswig
|
be4d9f722e
|
repr and str exchanged
|
2021-10-16 11:21:19 +01:00 |
|
Fabian Joswig
|
62fe1f9e3a
|
recursion depth in __str__ fixed
|
2021-10-16 11:06:11 +01:00 |
|
Fabian Joswig
|
ea51df3719
|
__repr__ of Obs changed to more convenient form
|
2021-10-16 11:02:54 +01:00 |
|
Fabian Joswig
|
5f1fb285f5
|
workaround for m_eff sinh in the middle of the lattice
|
2021-10-15 16:02:17 +01:00 |
|
Fabian Joswig
|
1972f38cb9
|
Minimal python version changed to 3.6
|
2021-10-15 15:51:12 +01:00 |
|
Fabian Joswig
|
b491096a95
|
utils test added
|
2021-10-15 15:46:59 +01:00 |
|
Fabian Joswig
|
4f8345ac86
|
test_m_eff and test_utility added
|
2021-10-15 15:27:33 +01:00 |
|
Fabian Joswig
|
25d250cd53
|
test_correlators added, tests extended
|
2021-10-15 15:01:53 +01:00 |
|
Fabian Joswig
|
e46746e4ca
|
removed unnecessary imports from tests
|
2021-10-15 14:13:06 +01:00 |
|
Fabian Joswig
|
bb9790acd7
|
fixed seed added to tests
|
2021-10-15 13:05:00 +01:00 |
|
Fabian Joswig
|
1b63f5dd3b
|
test_roots added
|
2021-10-15 12:56:07 +01:00 |
|
Fabian Joswig
|
112890c9d2
|
test_fits fixed
|
2021-10-15 12:45:32 +01:00 |
|
Fabian Joswig
|
355a27d95a
|
test_fits added
|
2021-10-15 12:43:42 +01:00 |
|
Fabian Joswig
|
97434f8a65
|
README shortended
|
2021-10-15 12:29:58 +01:00 |
|
Fabian Joswig
|
6ce591dda5
|
Installation instructions updated
|
2021-10-15 12:23:42 +01:00 |
|
Fabian Joswig
|
c169da5501
|
Deprecation warning added to fit general
|
2021-10-15 12:15:04 +01:00 |
|
Fabian Joswig
|
4ca6f8ea49
|
Warning messages promoted to RuntimeWarnings
|
2021-10-15 12:11:06 +01:00 |
|
Fabian Joswig
|
8488df00fd
|
zero_within_error method added, warnings added to Corr methods symmetric and
anti-symmetric
|
2021-10-15 11:47:41 +01:00 |
|
Fabian Joswig
|
c6c02cdc57
|
python badge fixed
|
2021-10-14 09:14:22 +01:00 |
|
Fabian Joswig
|
1ad4f798e4
|
README shortened, python badge added
|
2021-10-14 09:12:45 +01:00 |
|
Fabian Joswig
|
a5f9583229
|
gitignore extended
|
2021-10-13 09:47:47 +01:00 |
|
Fabian Joswig
|
68c5e68149
|
coverage report added to CI
|
2021-10-13 09:46:05 +01:00 |
|
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 |
|