mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-16 23:30:24 +01:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
f937ab6114
1 changed files with 9 additions and 0 deletions
|
@ -55,13 +55,22 @@ $\delta_i\delta_j$
|
||||||
|
|
||||||
## Covariance
|
## Covariance
|
||||||
|
|
||||||
|
# Correlators
|
||||||
|
`pyerrors.correlators.Corr`
|
||||||
|
|
||||||
# Optimization / fits / roots
|
# Optimization / fits / roots
|
||||||
|
`pyerrors.fits`
|
||||||
|
`pyerrors.roots`
|
||||||
|
|
||||||
|
|
||||||
# Complex observables
|
# Complex observables
|
||||||
|
`pyerrors.obs.CObs`
|
||||||
|
|
||||||
# Matrix operations
|
# Matrix operations
|
||||||
|
`pyerrors.linalg`
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
|
`pyerrors.input`
|
||||||
'''
|
'''
|
||||||
from .obs import *
|
from .obs import *
|
||||||
from .correlators import *
|
from .correlators import *
|
||||||
|
|
Loading…
Add table
Reference in a new issue