LICENSE
README.md
pyproject.toml
setup.py
cheetah/__init__.py
cheetah/latticejson.py
cheetah/track_methods.py
cheetah/accelerator/__init__.py
cheetah/accelerator/aperture.py
cheetah/accelerator/bpm.py
cheetah/accelerator/cavity.py
cheetah/accelerator/custom_transfer_map.py
cheetah/accelerator/dipole.py
cheetah/accelerator/drift.py
cheetah/accelerator/element.py
cheetah/accelerator/horizontal_corrector.py
cheetah/accelerator/marker.py
cheetah/accelerator/quadrupole.py
cheetah/accelerator/rbend.py
cheetah/accelerator/screen.py
cheetah/accelerator/segment.py
cheetah/accelerator/sextupole.py
cheetah/accelerator/solenoid.py
cheetah/accelerator/space_charge_kick.py
cheetah/accelerator/transverse_deflecting_cavity.py
cheetah/accelerator/undulator.py
cheetah/accelerator/vertical_corrector.py
cheetah/converters/__init__.py
cheetah/converters/astra.py
cheetah/converters/bmad.py
cheetah/converters/elegant.py
cheetah/converters/nxtables.py
cheetah/converters/ocelot.py
cheetah/converters/utils/__init__.py
cheetah/converters/utils/fortran_namelist.py
cheetah/converters/utils/rpn.py
cheetah/particles/__init__.py
cheetah/particles/beam.py
cheetah/particles/parameter_beam.py
cheetah/particles/particle_beam.py
cheetah/particles/species.py
cheetah/utils/__init__.py
cheetah/utils/argument_verification.py
cheetah/utils/bmadx.py
cheetah/utils/device.py
cheetah/utils/elementwise_linspace.py
cheetah/utils/kde.py
cheetah/utils/physics.py
cheetah/utils/plot.py
cheetah/utils/statistics.py
cheetah/utils/unique_name_generator.py
cheetah_accelerator.egg-info/PKG-INFO
cheetah_accelerator.egg-info/SOURCES.txt
cheetah_accelerator.egg-info/dependency_links.txt
cheetah_accelerator.egg-info/requires.txt
cheetah_accelerator.egg-info/top_level.txt
tests/test_aperture.py
tests/test_astra_import.py
tests/test_bmad_conversion.py
tests/test_bpm.py
tests/test_cavity.py
tests/test_clone.py
tests/test_compare_beam_type.py
tests/test_compare_bmad.py
tests/test_compare_ocelot.py
tests/test_device_dtype.py
tests/test_differentiable.py
tests/test_dipole.py
tests/test_drift.py
tests/test_elegant_conversion.py
tests/test_elements.py
tests/test_elementwise_linspace.py
tests/test_equality.py
tests/test_kde.py
tests/test_lattice_json.py
tests/test_ocelot_import.py
tests/test_openpmd_conversion.py
tests/test_parameter_beam.py
tests/test_particle_beam.py
tests/test_plotting.py
tests/test_quadrupole.py
tests/test_reading_nx_tables.py
tests/test_rpn.py
tests/test_screen.py
tests/test_segment.py
tests/test_sextupole.py
tests/test_space_charge_kick.py
tests/test_species.py
tests/test_speed.py
tests/test_speed_optimizations.py
tests/test_split.py
tests/test_statistics.py
tests/test_tracking_lengthless_elements.py
tests/test_transverse_deflecting_cavity.py
tests/test_vectorized.py