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.

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