pyerrors.input
pyerrors
includes an input
submodule in which input routines and parsers for the output of various numerical programs are contained.
Jackknife samples
For comparison with other analysis workflows pyerrors
can also generate jackknife samples from an Obs
object or import jackknife samples into an Obs
object.
See pyerrors.obs.Obs.export_jackknife
and pyerrors.obs.import_jackknife
for details.
1r''' 2`pyerrors` includes an `input` submodule in which input routines and parsers for the output of various numerical programs are contained. 3 4# Jackknife samples 5For comparison with other analysis workflows `pyerrors` can also generate jackknife samples from an `Obs` object or import jackknife samples into an `Obs` object. 6See `pyerrors.obs.Obs.export_jackknife` and `pyerrors.obs.import_jackknife` for details. 7''' 8from . import bdio 9from . import hadrons 10from . import json 11from . import misc 12from . import openQCD 13from . import pandas 14from . import sfcf