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 as bdio 9from . import dobs as dobs 10from . import hadrons as hadrons 11from . import json as json 12from . import misc as misc 13from . import openQCD as openQCD 14from . import pandas as pandas 15from . import sfcf as sfcf