.gitignore
.gitlab-ci.yml
.readthedocs.yml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
DiPAS.egg-info/PKG-INFO
DiPAS.egg-info/SOURCES.txt
DiPAS.egg-info/dependency_links.txt
DiPAS.egg-info/entry_points.txt
DiPAS.egg-info/requires.txt
DiPAS.egg-info/top_level.txt
dipas/__init__.py
dipas/build.py
dipas/cli.py
dipas/compute.py
dipas/elements.py
dipas/external.py
dipas/optimize.py
dipas/plot.py
dipas/utils.py
dipas/madx/__init__.py
dipas/madx/builder.py
dipas/madx/elements.py
dipas/madx/parser.py
dipas/madx/utils.py
dipas/templates/command.css.j2
dipas/templates/command.html.j2
dipas/templates/command.madx.j2
dipas/templates/errors.madx.j2
dipas/templates/script.madx.j2
dipas/templates/sequence.html.j2
dipas/templates/sequence.madx.j2
dipas/templates/track.madx.j2
dipas/templates/icons/drift.svg
dipas/templates/icons/generate_css.py
dipas/templates/icons/hkicker.svg
dipas/templates/icons/hmonitor.svg
dipas/templates/icons/instrument.svg
dipas/templates/icons/kicker.svg
dipas/templates/icons/monitor.svg
dipas/templates/icons/quadrupole.svg
dipas/templates/icons/rbend.svg
dipas/templates/icons/sbend.svg
dipas/templates/icons/sextupole.svg
dipas/templates/icons/tkicker.svg
dipas/templates/icons/vkicker.svg
dipas/templates/icons/vmonitor.svg
dipas/test/README.rst
dipas/test/mocks.py
dipas/test/test_build.py
dipas/test/test_cli.py
dipas/test/test_compute.py
dipas/test/test_elements.py
dipas/test/test_external.py
dipas/test/test_madx.py
dipas/test/test_plot.py
dipas/test/test_sequences.py
dipas/test/test_tools.py
dipas/test/test_utils.py
dipas/test/sequences/__init__.py
dipas/test/sequences/cryring.seq
dipas/test/sequences/hades.seq
dipas/test/sequences/load_sequence.py
dipas/test/sequences/sis18.seq
dipas/test/sequences/testfrom.seq
dipas/tools/__init__.py
dipas/tools/madx_to_html.py
dipas/tools/print_beam.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/changelog.rst
docs/source/compatibility.rst
docs/source/conf.py
docs/source/conventions.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/examples/index.rst
docs/source/examples/inverse_modeling.ipynb
docs/source/examples/transfer_line.ipynb
docs/source/examples/tune_matching.ipynb
docs/source/usage/building.ipynb
docs/source/usage/cli.rst
docs/source/usage/converting.ipynb
docs/source/usage/cryring.png
docs/source/usage/cryring_inspector.png
docs/source/usage/example_plot.png
docs/source/usage/index.rst
docs/source/usage/inspecting.ipynb
docs/source/usage/modifying.ipynb
docs/source/usage/optics.ipynb
docs/source/usage/optimizing.ipynb
docs/source/usage/run_all_notebooks.sh
docs/source/usage/serializing.ipynb
docs/source/usage/tracking.ipynb
docs/source/usage/utilities.ipynb
docs/source/usage/visualizing.rst
examples/README.md
examples/requirements.txt
examples/external_optimizers/README.md
examples/external_optimizers/example.madx
examples/external_optimizers/walkthrough.html
examples/external_optimizers/walkthrough.ipynb
examples/inverse_modeling_via_orm/README.md
examples/inverse_modeling_via_orm/example.madx
examples/inverse_modeling_via_orm/walkthrough.html
examples/inverse_modeling_via_orm/walkthrough.ipynb
examples/transfer_line_quadrupole_tuning/README.md
examples/transfer_line_quadrupole_tuning/example.seq
examples/transfer_line_quadrupole_tuning/main.py
examples/transfer_line_quadrupole_tuning/particles.csv
examples/transfer_line_quadrupole_tuning/result.madx
examples/transfer_line_quadrupole_tuning/walkthrough.html
examples/transfer_line_quadrupole_tuning/walkthrough.ipynb
examples/tune_matching/example.madx
examples/tune_matching/main.py
examples/tune_matching/walkthrough.html
examples/tune_matching/walkthrough.ipynb