LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
apace/__about__.py
apace/__init__.py
apace/classes.py
apace/cli.py
apace/clib.py
apace/distributions.py
apace/exceptions.py
apace/matrixmethod.py
apace/plot.py
apace/tracking_integration.py
apace/tracking_matrix.py
apace/twiss.py
apace/utils.py
apace.egg-info/PKG-INFO
apace.egg-info/SOURCES.txt
apace.egg-info/dependency_links.txt
apace.egg-info/entry_points.txt
apace.egg-info/requires.txt
apace.egg-info/top_level.txt
docs/Makefile
docs/cli.rst
docs/conf.py
docs/guide.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/quickstart.rst
docs/requirements.txt
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/_templates/autoapi/index.rst
docs/_templates/autoapi/python/class.rst
docs/_templates/autoapi/python/method.rst
docs/_templates/autoapi/python/package.rst
lib/accumulate_array.c
lib/build.py
lib/multiple_dot_products.c
lib/twiss_product_parallel.c
lib/twiss_product_serial.c
tests/madx-reference.py
tests/test_classes.py
tests/test_cli.py
tests/test_io.py
tests/test_matrix_method.py
tests/test_plot.py
tests/test_tracking.py
tests/test_tracking_integration.py
tests/test_twiss.py