mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-07-05 19:29:26 +02:00
9 lines
266 B
Python
9 lines
266 B
Python
r'''
|
|
`pyerrors` includes an `input` submodule in which input routines and parsers for the output of various numerical programs are contained.
|
|
'''
|
|
from . import bdio
|
|
from . import hadrons
|
|
from . import json
|
|
from . import misc
|
|
from . import openQCD
|
|
from . import sfcf
|