mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-16 07:10:24 +01:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
16093e379c
1 changed files with 8 additions and 1 deletions
|
@ -133,7 +133,7 @@ my_sum.details()
|
|||
> · Ensemble 'ensemble2' : 500 configurations (from 1 to 500)
|
||||
```
|
||||
|
||||
`pyerrors` identifies multiple replica (independent Markov chains with identical simulation parameters) by the vertical bar `|` in the name of the dataset.
|
||||
`pyerrors` identifies multiple replica (independent Markov chains with identical simulation parameters) by the vertical bar `|` in the name of the data set.
|
||||
|
||||
Example:
|
||||
```python
|
||||
|
@ -198,6 +198,13 @@ For the full API see `pyerrors.correlators.Corr`
|
|||
# Matrix operations
|
||||
`pyerrors.linalg`
|
||||
|
||||
# Export data
|
||||
The preferred exported file format within `pyerrors` is
|
||||
|
||||
## Jackknife samples
|
||||
For comparison with other analysis workflows `pyerrors` can generate jackknife samples from an `Obs` object.
|
||||
See `pyerrors.obs.Obs.export_jackknife` for details.
|
||||
|
||||
# Input
|
||||
`pyerrors.input`
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue