.gitattributes
.gitignore
LICENSE
MANIFEST.in
README.md
contributors.txt
pyproject.toml
release.sh
setup.py
update_cprght_statement.py
ducktrack/__init__.py
ducktrack/base_classes.py
ducktrack/elements.py
ducktrack/line.py
ducktrack/mathlibs.py
ducktrack/particles.py
ducktrack/temp_pyparticles.py
ducktrack/be_beamfields/BB6D.py
ducktrack/be_beamfields/BB6Ddata.py
ducktrack/be_beamfields/__init__.py
ducktrack/be_beamfields/beambeam.py
ducktrack/be_beamfields/boost.py
ducktrack/be_beamfields/gaussian_fields.py
ducktrack/be_beamfields/propagate_sigma_matrix.py
ducktrack/be_beamfields/qgauss.py
ducktrack/be_beamfields/slicing.py
ducktrack/be_beamfields/spacecharge.py
examples/print_package_paths.py
examples/t007_vars_features.py
examples/acceleration/000_acceleration.py
examples/acceleration/001_energy_ramp.py
examples/acceleration/002_energy_ramp_transverse.py
examples/amplitude_detuning/000_detuning.py
examples/apertures/000_rect_aperture_standalone.py
examples/apertures/000a_rect_aperture_with_tilt_shifts.py
examples/apertures/001_rect_aperture_withinline.py
examples/apertures/002_global_aperture.py
examples/apertures/003_polygon.py
examples/apertures/004_racetrack.py
examples/apertures/005_import_polygon_from_madx.py
examples/cavity_absolute_time/000_cavity_absolute_time.py
examples/cavity_absolute_time/001_with_functions.py
examples/coasting/001_frev_meas.py
examples/coasting/e000_illustration.py
examples/collimation/000_secondary_production.py
examples/collimation/001_loss_location_refinement.py
examples/collimation/002_loss_refinement_check_cone.py
examples/collimation/003_all_together.py
examples/collimation/004_check_skip_refinement_for_collimator.py
examples/convert_lhc/000_convert.py
examples/convert_lhc/001_doit
examples/convert_lhc/002_new_madloader.py
examples/convert_lhc/003_riccardo.py
examples/convert_lhc/004_load_optics_file.py
examples/convert_lhc/lhc.py
examples/convert_lhc/lhc.seq
examples/convert_lhc/optics.madx
examples/convert_lhc/squeeze_0.madx
examples/coupling_knobs/000_generate_coupling_konbs.py
examples/coupling_knobs/001_check_against_legacy.py
examples/coupling_knobs/002_check_twiss_complex_cmin.py
examples/crab_dispersion/000_crab_dispersion.py
examples/crab_dispersion/001_crab_dispersion_freeze_vars.py
examples/crab_dispersion/002_crab_dispersion_open.py
examples/crab_trim_with_knob/000_investigate.py
examples/dynamic_aperture/000_tracking_for_da.py
examples/element_internal_record/000_internal_record.py
examples/element_internal_record/001_multirecord.py
examples/element_internal_record/002_record_in_individual_element.py
examples/element_transformations/000_element_transform.py
examples/element_transformations/000a_multipolar_components.py
examples/element_transformations/001_sliced_element_transform.py
examples/element_transformations/001a_sliced_multipolar_components.py
examples/element_transformations/002_multipoles_in_quad.py
examples/element_transformations/010_replica_loops.py
examples/element_transformations/t000_check_tilt_shifts_against_mad.py
examples/element_transformations/t000a_test_shift_x.py
examples/element_transformations/t000b_test_shift_y.py
examples/element_transformations/t000c_test_rot_s.py
examples/element_transformations/t001_edges_in_bend.py
examples/element_transformations/t001a_edges_in_bend_exit.py
examples/element_transformations/t002b_quad_slice_ref_thin.py
examples/element_transformations/t002c_bend_slice_ref_thin.py
examples/element_transformations/t002d_sext_slice_ref_thin.py
examples/element_transformations/t002e_oct_slice_ref_thin.py
examples/element_transformations/t002g_drift_slice_ref_thin.py
examples/element_transformations/t004b_quad_slice_ref_thick.py
examples/element_transformations/t004c_bend_slice_ref_thick.py
examples/element_transformations/t004d_sext_slice_ref_thick.py
examples/element_transformations/t004e_oct_slice_ref_thick.py
examples/element_transformations/t005a_check_attr.py
examples/element_transformations/t009_check_is_drift.py
examples/element_transformations/t011_check_flags.py
examples/element_transformations/t012_check_traansformations_against_sandwitch.py
examples/element_transformations/t014_check_survey.py
examples/element_transformations/t015_insert_in_replicas.py
examples/element_transformations/t015a_insert_in_replicas_thin.py
examples/element_transformations/t016_insert_thick_change_s.py
examples/element_transformations/ttt.json
examples/fcc_ee/000_build_xsuite_model.py
examples/fcc_ee/001_match_emittance.py
examples/fcc_ee/002_vertical_ring_check.py
examples/fcc_ee/install_wigglers.madx
examples/fcc_ee_solenoid/004a_prepare_fcc_lattice_with_solenoid.py
examples/fcc_ee_solenoid/004b_correction.py
examples/fcc_ee_solenoid/004c_radiation.py
examples/fcc_ee_solenoid/t000_compare_against_boris.py
examples/fcc_ee_solenoid/t000_investigate_tilt.py
examples/fcc_ee_solenoid/t000a_plot_benchmark.py
examples/fcc_ee_solenoid/t000b_simplified_illustration.py
examples/fcc_ee_solenoid/t001_dispersion_boris.py
examples/fcc_ee_solenoid/t002_check_tilted_drift.py
examples/fodo/000_fodo.py
examples/footprint/000_footprint.py
examples/footprint/001_footprint_frozen_longitudinal.py
examples/footprint/002_footprint_checks.py
examples/footprint/003_stability_diagram.py
examples/freeze_longitudinal/000_freeze_unfreeze_explicit.py
examples/freeze_longitudinal/001_freeze_context_manager.py
examples/freeze_longitudinal/002_freeze_individual_methods.py
examples/full_ring/000_tracking_example.py
examples/full_ring/005_one_turn_check.py
examples/full_ring/006_timing.py
examples/full_ring/007_test_freeze_vars.py
examples/full_ring/make_short_line.py
examples/functions_in_knobs/000_define_function.py
examples/functions_in_knobs/001_track_with_function.py
examples/insert_elements/000_multiple_thick_insertions.py
examples/ion_fragments/000_dev.py
examples/knobs/000_fodo.py
examples/knobs/001_lhc.py
examples/knobs/002_from_json.py
examples/lattice_and_optics_files/000_example.py
examples/lattice_and_optics_files/pimm_lattice.py
examples/lattice_and_optics_files/pimm_optics.py
examples/lattice_design/000_environemnt.py
examples/lattice_design/000a_subline.py
examples/lattice_design/000b_builder.py
examples/lattice_design/000c_repeated_elements.py
examples/lattice_design/000d_env_to_json.py
examples/lattice_design/003_view.py
examples/lattice_design/006_select_in_multiline.py
examples/lattice_design/007a_element_creation_and_placing.py
examples/lattice_design/007b_insert_elements.py
examples/lattice_design/007c_insert_individual.py
examples/lattice_design/007d_insert_line.py
examples/lattice_design/007e_append_elements.py
examples/lattice_design/007f_remove_elements.py
examples/lattice_design/007g_replace_elements.py
examples/lattice_design/007h_insert_element_instantiated_by_user.py
examples/lattice_design/008a_line_composition.py
examples/lattice_design/008b_composition_with_replicas.py
examples/lattice_design/008c_place_line_at_s.py
examples/lattice_design/008d_environment.py
examples/lattice_design/009a_insert_repeated_elements.py
examples/lattice_design/009b_insert_with_anchors.py
examples/lattice_design/009c_insert_anchor_in_new_and_old.py
examples/lattice_design/009d_insert_object.py
examples/lattice_design/009e_individual_insertions.py
examples/lattice_design/009f_individual_insertions_anchor.py
examples/lattice_design/009g_insert_line.py
examples/lattice_design/010_anchors.py
examples/lattice_design/010b_anchors_compact.py
examples/lattice_design/010c_check_timing_on_large_line.py
examples/lattice_design/010d_anchor_lines.py
examples/lattice_design/011_remove_element_env.py
examples/lattice_design/011a_remove_element_from_line.py
examples/lattice_design/012_replace_element.py
examples/lattice_design/013_slice_repeated_elements.py
examples/lattice_design/014_append.py
examples/lattice_design/015_twin_lines.py
examples/lattice_design/016_extend_multipoles.py
examples/lattice_design/ring.json
examples/lattice_design/ring.json.gz
examples/lattice_design/t000_test_env.py
examples/lattice_design/t001_check_with_subline.py
examples/lattice_design/t002_issue_rep_elems.py
examples/lattice_design/t003_issue_ref.py
examples/lattice_design/t005_env_methods.py
examples/lattice_design/t006_get_eval_etc.py
examples/legacy_multiline_to_environment/000_convert.py
examples/lep/000_lep.py
examples/lep/001_check_against_madx.py
examples/lep/lep.opt9
examples/lep/lep.seq9
examples/lhc_against_sixtrack/001_check.py
examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/000_runsix.sh
examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.16
examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.2
examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.3.offmom
examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.3.onmom
examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.8
examples/lhc_thick/000_makethin.py
examples/lhc_thick/001_insert_thin_elements_after_makethin.py
examples/lhc_thick/002_compare_thick_twiss_vs_madx.py
examples/lhc_thick/003_makethin_convergence_speed_vs_madx.py
examples/lhc_thick/004_slice_every_x_meters.py
examples/lhc_thick/t000_thick_sextupole.py
examples/lhc_with_env/000_make_env.py
examples/lhc_with_env/001_check_env.py
examples/mad_loader/000_collider_from_mad.py
examples/mad_loader/001_check_b2.py
examples/mad_loader/003_load_thick_with_errors.py
examples/mad_loader/convert_multipole.py
examples/mad_loader/job.madx
examples/mad_loader/multipole.madx
examples/mad_writer/000_to_madx.py
examples/mad_writer/001_to_madng.py
examples/mad_writer/001a_madng_rdt.py
examples/mad_writer/001c_dev_madng_interface.py
examples/mad_writer/001d_madng_tilt_shift.py
examples/mad_writer/002_madng_checks.py
examples/mad_writer/003_example_pymadng_from_madx.py
examples/mad_writer/005_skew_quad.py
examples/mad_writer/006_check_skew_quad.py
examples/mad_writer/007_check_octupole.py
examples/mad_writer/008_check_to_madx.py
examples/mad_writer/t000_investigate_sympl.py
examples/match/000_match_basic.py
examples/match/001_match_interactive.py
examples/match/002_match_bump_basic.py
examples/match/002a_match_bump_init_end.py
examples/match/002b_match_bump_init_middle.py
examples/match/003_match_bump_from_table.py
examples/match/004_match_bump_common_elements.py
examples/match/005_match_bump_common_ele_callable_ineq.py
examples/match/005a_match_bump_common_targets_from_table.py
examples/match/006_match_action.py
examples/match/007_match_knob.py
examples/match/t003_match_bump_from_table_collider.py
examples/match_octupole_phase_knob/.gitignore
examples/match_octupole_phase_knob/000_dev.py
examples/match_optics/000_build_xsuite_model.py
examples/match_optics/001_change_ip15_phase.py
examples/match_optics/001a_change_beta_star.py
examples/match_optics/001b_match_on_disp.py
examples/match_optics/002_check_optics_and_orbit_knobs_xsuite_and_madx.py
examples/match_optics/010_check_phase_advances.py
examples/match_optics/011_match_all_arcs.py
examples/match_optics/012_match_ir2.py
examples/match_optics/020_match_ir7.py
examples/match_optics/020t_time_vs_madx.py
examples/match_optics/030_FODO_with_knobs.py
examples/match_optics/make_one_crossing_knob.madx
examples/match_optics/notes.txt
examples/match_optics/t000b_match_arc.py
examples/match_optics/t000c_match_arc_nested_optim.py
examples/match_optics/t000d_match_all_arcs.py
examples/match_optics/t004_time_madx_ip15_phase.py
examples/match_optics/t005_match_options.py
examples/monitor/000_example_quick_monitor.py
examples/monitor/001_example_custom_monitor.py
examples/monitor/002_example_custom_monitor_multiframe.py
examples/monitor/003_monitors_as_beam_elements.py
examples/monitor/004_monitor_standalone.py
examples/multisetter/000_sps_50hz_ripple.py
examples/multispecies_check/000_multipole.py
examples/multispecies_check/001_bend.py
examples/multispecies_check/002_dipole_edge.py
examples/multispecies_check/003_quadrupole.py
examples/multispecies_check/004_sextupole.py
examples/multispecies_check/005_octupole.py
examples/multispecies_check/006_cavity.py
examples/new_madloader/001_fcc.py
examples/new_madloader/002_ps.py
examples/new_madloader/003_write_lhc.py
examples/new_madloader/004_write_fcc.py
examples/new_madloader/APERTURE_EYETS 2023-2024.seq
examples/new_madloader/EYETS 2023-2024.seq
examples/new_madloader/INJECTION_EYETS 2023-2024.madx
examples/new_madloader/STANDARD_PR_YETS 2022-2023_20-MAR-2023.seq
examples/new_madloader/plot_aperture_xsuite.py
examples/nonlinear_lens/000_compare_against_madx.py
examples/nonlinear_tunes/detuning.py
examples/nonlinear_tunes/nonlinear_tunes.py
examples/optics_correction/000_dev.py
examples/optics_correction/001_md.py
examples/optimize_function/000_dev.py
examples/optimized_tracker/000_optimized_tracker.py
examples/optimized_tracker/001_time_tracking_on_gpu.py
examples/optimized_tracker/002_time_tracking_on_cpu.py
examples/orbit_and_tracjectory_correction/000_closed_orbit_correction_basic.py
examples/orbit_and_tracjectory_correction/001_closed_orbit_correction_micado.py
examples/orbit_and_tracjectory_correction/002_closed_orbit_correction_customize.py
examples/orbit_and_tracjectory_correction/003_closed_orbit_correction_thread.py
examples/orbit_and_tracjectory_correction/004_thread_before_co_corr.py
examples/orbit_and_tracjectory_correction/005_transfer_line_correction.py
examples/orbit_and_tracjectory_correction/006_fcc.py
examples/pipeline/000_multitracker.py
examples/pipeline/001_tracker_only.py
examples/psb/000a_all_xsuite_import_model.py
examples/psb/000b_setup_chicane.py
examples/psb/000c_chicane_time_functions.py
examples/psb/000d_correct_beta_beating.py
examples/psb/000e_makethin.py
examples/psb/000f_track.py
examples/psb/000g_multiturn_inj.py
examples/psb/001_compare_against_ptc.py
examples/psb/001b_compare_against_ptc_from_json.py
examples/psb/002_compare_fringe_implem.py
examples/psb/003_backtrack_thick_elements.py
examples/psb/004_dev_acceleration.py
examples/psb/005_double_harmonic.py
examples/psb/102_vs_ptc_approaching_half_integer.py
examples/psb/ptc_ref.json
examples/pyheadtail_interface/000_tracking_example_with_pyht.py
examples/pyheadtail_interface/001_pyht_synchrotron.py
examples/pyheadtail_interface/002_headtailInstability.py
examples/pyheadtail_interface/003_headtailInstability_cpu_gpu.py
examples/pyheadtail_interface/004_imped_spacech_cpu_gpu.py
examples/pyheadtail_interface/LHC.py
examples/pyheadtail_interface/madx_sps/lhc_q20.str
examples/pyheadtail_interface/madx_sps/macro.madx
examples/pyheadtail_interface/madx_sps/sps.seq
examples/pyheadtail_interface/wakes/wakeforhdtl_PyZbase_Allthemachine_7000GeV_B1_2021_TeleIndex1_wake.dat
examples/radial_steering/000_radial_steering.py
examples/radial_steering/001_radial_steering_psb.py
examples/radiation/.gitignore
examples/radiation/002_single_dipole.py
examples/radiation/003_kick_histogram.py
examples/radiation/004_damping_against_madx.py
examples/radiation/005_radiation_example.py
examples/radiation/006_make_gaussian_bunch.py
examples/radiation/007_record_photons.py
examples/radiation/008_convergence_bend.py
examples/radiation/009a_sps_with_vertical_bump.py
examples/radiation/009b_sps_illustrate_dumping_and_excitation.py
examples/radiation/009c_sps_single_kicker.py
examples/radiation/009d_sps_wiggler.py
examples/radiation/n_photons.py
examples/radiation/t005_mad_only.py
examples/random_number_generator/000_zero_occurrence_and_min.py
examples/random_number_generator/001_usage_in_beam_element.py
examples/rbendrbarc/000_dev.py
examples/rf_track/000_toy_ring_xt.py
examples/rf_track/001_toy_ring_rft_volume.py
examples/rf_track/002_toy_ring_rft_element.py
examples/rf_track/003_analysis.py
examples/rf_track/100_particle_losses.py
examples/rf_track/200_fodo_cell.py
examples/rf_track/300_solenoid.py
examples/rf_track/400_Ez_on-axis_TD26__vg1p8_r05_CC_EDMS.txt
examples/rf_track/400_rf_fieldmap_1d.py
examples/sequence/000_sequence.py
examples/slipstacking/000_slip_stacking.py
examples/slipstacking/dev.py
examples/small_rings/000_elena_chromatic_functions.py
examples/small_rings/001_check_against_ptc.py
examples/small_rings/002_compare_contributions.py
examples/small_rings/003_pimms.py
examples/small_rings/004_pimms_extract.py
examples/small_rings/005_pimms_extract_spiral_step.py
examples/small_rings/006_pimms_survey.py
examples/small_rings/007_clean_up_extraction.py
examples/small_rings/t001_check_ps.py
examples/solenoid/001_multipole_shifts.py
examples/solenoid/002_multipole_rotations.py
examples/spacecharge/000_spacecharge_example.py
examples/spacecharge/001_spacecharge_footprint.py
examples/spacecharge/footprint.py
examples/symm_twiss_and_match/000_symm_twiss_and_match.py
examples/symm_twiss_and_match/t000_test_twiss_symm.py
examples/tapering/000_taper.py
examples/tapering/001_taper_and_compare_twiss_methods.py
examples/tapering/002_taper_coupling_check.py
examples/tapering/003_track_no_taper.py
examples/tapering/100_generate_fcc_line_no_rad.py
examples/tapering/101_fccee_madx_radiation_thick.py
examples/tapering/fccee_t.seq
examples/taylor_map/000_line_with_maps.py
examples/taylor_map/001_check_against_madx.py
examples/to_json/000_lattice_to_json.py
examples/toy_ring/000_toy_ring.py
examples/toy_ring/000a_toy_ring_specify_s.py
examples/toy_ring/001_analysis.py
examples/toy_ring/002_expressions.py
examples/toy_ring/003_slicing.py
examples/toy_ring/004_inspect.py
examples/toy_ring/005_insert_element.py
examples/toy_ring/006a_dynamic_bump_sin.py
examples/toy_ring/006b_dynamic_bump_piece_wise_linear.py
examples/toy_ring/006c_dynamic_bump_sin_env.py
examples/toy_ring/007_cut_at_s.py
examples/toy_ring/008_repeated_elements_clones_replicas.py
examples/tracker/000_track.py
examples/tracker/001_tracker_start_stop.py
examples/tracker/002_backtrack.py
examples/transfer_matrix/000_basics.py
examples/transfer_matrix/001_MuonCollider_example.py
examples/transfer_matrix/002_check_with_twiss.py
examples/transfer_matrix/003_check_longitudinal.py
examples/transfer_matrix/005_radiation.py
examples/twiss/000_twiss.py
examples/twiss/000a_twiss_range.py
examples/twiss/000b_twiss_range_periodic.py
examples/twiss/000c_twiss_range_init_middle.py
examples/twiss/000d_twiss_ele_co_search.py
examples/twiss/000e_twiss_reverse.py
examples/twiss/000f_twiss_default.py
examples/twiss/001_check_against_mad.py
examples/twiss/002_twiss_on_fodo.py
examples/twiss/003_match_tune_chroma.py
examples/twiss/003a_match_coupling.py
examples/twiss/003b_match_4c_bump.py
examples/twiss/003c_match_bump_with_weights.py
examples/twiss/003d_match_bump_inequalities.py
examples/twiss/003e_match_phase_ineq.py
examples/twiss/003f_match_clone.py
examples/twiss/004_twiss_b4_vs_b2.py
examples/twiss/005_survey.py
examples/twiss/006_survey_b4_vs_b2.py
examples/twiss/007_survey_element0.py
examples/twiss/008_4d_twiss_and_particle_match.py
examples/twiss/009_twiss_zeta0_delta0.py
examples/twiss/010_coupled_beta.py
examples/twiss/011_tune_vs_delta.py
examples/twiss/012_compute_norm_coordinates.py
examples/twiss/013_R_matrix_between_two_points.py
examples/twiss/014_check_W_propagation.py
examples/twiss/015_remove_thin_groups.py
examples/twiss/016_local_twiss.py
examples/twiss/017_table_slicing.py
examples/twiss/018_compute_beam_sizes.py
examples/twiss/021_time_small_twiss.py
examples/twiss/022_custom_twiss_init.py
examples/twiss/023_build_chroma_knob.py
examples/twiss/026a_chromatic_functions.py
examples/twiss/026b_chromatic_functions_vs_madx.py
examples/twiss/026c_measure_triplet_chromaticity.py
examples/twiss/026d_match_w_chrom.py
examples/twiss/027_optics_from_sigma_mat.py
examples/twiss/028_ddx_ddqx.py
examples/twiss/029_strengths_in_twiss.py
examples/twiss/030_one_turn_arbitrary_start.py
examples/twiss/031_twiss_plot.py
examples/twiss/032_twiss_with_collective.py
examples/twiss/t000_mem_issue.py
examples/twiss/t003f_match_clone_checks.py
examples/twiss_multiturn/000_sps.py
examples/twiss_multiturn/001_ps.py
test_data/clic_dr/000_make_lines.py
test_data/clic_dr/line.json
test_data/clic_dr/line_for_taper.json
test_data/clic_dr/sequence.madx
test_data/elena/elena.seq
test_data/elena/highenergy.beam
test_data/elena/highenergy.str
test_data/fcc_ee/000_build_xsuite_model.py
test_data/fcc_ee/Bz_closed_before_quads.dat
test_data/fcc_ee/fccee_h.seq
test_data/fcc_ee/fccee_h_thin.json
test_data/fcc_ee/fccee_t.seq
test_data/fcc_ee/fccee_w.seq
test_data/fcc_ee/fccee_z.seq
test_data/fcc_ee/install_wigglers.madx
test_data/fringe_vs_madng/.gitignore
test_data/fringe_vs_madng/fringe.lua
test_data/fringe_vs_madng/fringe_vs_madng.py
test_data/fringe_vs_madng/initial_particles.json
test_data/fringe_vs_madng/octupole_fringe.json
test_data/fringe_vs_madng/quadrupole_fringe.json
test_data/fringe_vs_madng/sextupole_fringe.json
test_data/h6_experimental_line/h6-fm.str
test_data/h6_experimental_line/h6fm04.seq
test_data/hllhc14_input_mad/.gitignore
test_data/hllhc14_input_mad/final_errors.tfs
test_data/hllhc14_input_mad/final_seq.madx
test_data/hllhc14_input_mad/from_pymask/000_pymask.py
test_data/hllhc14_input_mad/from_pymask/config.yaml
test_data/hllhc14_input_mad/from_pymask/optics_specific_tools.py
test_data/hllhc14_no_errors_with_coupling_knobs/000_generate_line_jsons.py
test_data/hllhc14_no_errors_with_coupling_knobs/lhcb1_seq.madx
test_data/hllhc14_no_errors_with_coupling_knobs/lhcb4_seq.madx
test_data/hllhc14_no_errors_with_coupling_knobs/line_b1.json
test_data/hllhc14_no_errors_with_coupling_knobs/line_b4.json
test_data/hllhc15_collider/collider_00_from_mad.json
test_data/hllhc15_collider/get_from_xmask.sh
test_data/hllhc15_noerrors_nobb/000_sequence_from_optics_repo.py
test_data/hllhc15_noerrors_nobb/001_xtline_from_madseq.py
test_data/hllhc15_noerrors_nobb/002_thick_sequence_from_optics_repo.py
test_data/hllhc15_noerrors_nobb/line_and_particle.json
test_data/hllhc15_noerrors_nobb/line_w_knobs_and_particle.json
test_data/hllhc15_noerrors_nobb/sequence.madx
test_data/hllhc15_noerrors_nobb/sequence_b4.madx
test_data/hllhc15_noerrors_nobb/sequence_with_crabs.madx
test_data/hllhc15_thick/000_build_thick_line.py
test_data/hllhc15_thick/001_build_thick_collider.py
test_data/hllhc15_thick/hllhc15_collider_thick.json
test_data/hllhc15_thick/hllhc15_collider_thick_legacy_multiline.json
test_data/hllhc15_thick/hllhc_sequence.madx
test_data/hllhc15_thick/lhc.seq
test_data/hllhc15_thick/lhc_thick_with_knobs.json
test_data/hllhc15_thick/lhcb4.seq
test_data/hllhc15_thick/opt_round_150_1500.madx
test_data/hllhc15_thick/opt_round_300_1500.madx
test_data/hllhc_14/000_test_against_sixtrack_and_save_line.py
test_data/hllhc_14/fort.2
test_data/hllhc_14/fort.3
test_data/hllhc_14/line_and_particle.json
test_data/hllhc_14/runsix
test_data/leir/leir.seq
test_data/leir/leir_inj_nominal.beam
test_data/leir/leir_inj_nominal.str
test_data/lhc_no_bb/000_make_line.py
test_data/lhc_no_bb/fort.16
test_data/lhc_no_bb/fort.2
test_data/lhc_no_bb/fort.3
test_data/lhc_no_bb/fort.8
test_data/lhc_no_bb/line_and_particle.json
test_data/lhc_no_bb/runsix
test_data/lhc_no_bb/sixtrack_timing/fort.16
test_data/lhc_no_bb/sixtrack_timing/fort.2
test_data/lhc_no_bb/sixtrack_timing/fort.3
test_data/lhc_no_bb/sixtrack_timing/fort.8
test_data/lhc_no_bb/sixtrack_timing/sim_time.dat
test_data/lhc_with_bb/000_generate_line.py
test_data/lhc_with_bb/fort.16
test_data/lhc_with_bb/fort.2
test_data/lhc_with_bb/fort.3
test_data/lhc_with_bb/fort.8
test_data/lhc_with_bb/line_and_particle.json
test_data/lhc_with_bb/runsix
test_data/pimms/PIMM.seq
test_data/pimms/PIMMS.seq
test_data/pimms/betatron.str
test_data/ps_sftpro/ps.seq
test_data/ps_sftpro/ps_hs_sftpro.str
test_data/psb_chicane/README
test_data/psb_chicane/Ramp_and_RF_functions.dat
test_data/psb_chicane/chicane_collapse.csv
test_data/psb_chicane/inj_distrib.dat
test_data/psb_chicane/psb.seq
test_data/psb_chicane/psb_fb_lhc.str
test_data/psb_chicane/ptc_ref.json
test_data/psb_injection/000_generate_xsuite_line.py
test_data/psb_injection/line_and_particle.json
test_data/psb_injection/psb_injection.seq
test_data/sps_ions/000_make_line.py
test_data/sps_ions/SPS_2021_Pb_ions_thin_test.seq
test_data/sps_ions/line_and_particle.json
test_data/sps_thick/aperturedb_classes.madx
test_data/sps_thick/aperturedb_elements.madx
test_data/sps_thick/lhc_q20.str
test_data/sps_thick/sps.seq
test_data/sps_to_lhc_ti2/ti2.seq
test_data/sps_to_lhc_ti2/ti2_liu.str
test_data/sps_w_spacecharge/000_prepare_line.py
test_data/sps_w_spacecharge/line_no_spacecharge_and_particle.json
test_data/sps_w_spacecharge/line_with_spacecharge_and_particle.json
test_data/sps_w_spacecharge/sps_thin.seq
tests/conftest.py
tests/pytest_onebyone.sh
tests/test_acceleration.py
tests/test_amplitude_detuning.py
tests/test_aperture_turn_ele_and_monitor.py
tests/test_apertures.py
tests/test_attr_replicas_and_slices.py
tests/test_cavity_absolute_time.py
tests/test_chromatic_functions_vs_madx.py
tests/test_coasting.py
tests/test_collective_tracker.py
tests/test_collimation.py
tests/test_element_characterization_functions.py
tests/test_element_internal_record.py
tests/test_elements.py
tests/test_elements_classflags.py
tests/test_elements_thick.py
tests/test_environment.py
tests/test_fcc_ee_solenoid_correction.py
tests/test_fcc_ee_solenoid_correction_new_optimize_api.py
tests/test_footprint.py
tests/test_freeze_longitudinal.py
tests/test_full_rings.py
tests/test_h6_sps_beamline.py
tests/test_hvkick.py
tests/test_ions.py
tests/test_legacy_multiline_to_env.py
tests/test_lhc_env.py
tests/test_lhc_match_phase_15.py
tests/test_line.py
tests/test_lumi.py
tests/test_mad_writer.py
tests/test_madloader.py
tests/test_madnginterface.py
tests/test_match_and_track_from_element.py
tests/test_match_coupling_knob.py
tests/test_match_nested.py
tests/test_match_optics_and_ip_knob.py
tests/test_match_optics_and_ip_knob_new_optimize_api.py
tests/test_match_orbit_bump.py
tests/test_match_tune_chroma_cminus.py
tests/test_monitor.py
tests/test_multiline.py
tests/test_multisetter.py
tests/test_multispecies.py
tests/test_new_madloader.py
tests/test_particles_api.py
tests/test_periodic_symmetric_twiss_and_match.py
tests/test_pipeline.py
tests/test_prebuild_kernels.py
tests/test_ps_against_ptc.py
tests/test_ps_multiturn_twiss.py
tests/test_psb_chicane.py
tests/test_pyht_interface.py
tests/test_radial_steering.py
tests/test_radiation.py
tests/test_radiation_equilibrium_emittances.py
tests/test_random_gen.py
tests/test_random_gen_exp.py
tests/test_random_gen_gauss.py
tests/test_random_gen_ruth.py
tests/test_rbend_rbarc.py
tests/test_rf_track.py
tests/test_rotation_signs.py
tests/test_second_order_taylor_map.py
tests/test_seeds.py
tests/test_slice_and_insert_with_replicas.py
tests/test_slice_elements.py
tests/test_slicing.py
tests/test_solenoid_bz_map_vs_boris.py
tests/test_spacecharge_in_ring.py
tests/test_sps_thick.py
tests/test_survey.py
tests/test_tapering.py
tests/test_thick_lhc.py
tests/test_tilt_shifts.py
tests/test_tracker.py
tests/test_trajectory_correcton.py
tests/test_twiss.py
tests/test_twiss_vs_madx_psb.py
tests/test_vs_madx.py
tests/test_xmask_orbit_correction.py
xtrack/__init__.py
xtrack/_version.py
xtrack/base_element.py
xtrack/environment.py
xtrack/footprint.py
xtrack/general.py
xtrack/internal_record.py
xtrack/json.py
xtrack/line.py
xtrack/linear_normal_form.py
xtrack/lumi.py
xtrack/mad_loader.py
xtrack/mad_writer.py
xtrack/madng_interface.py
xtrack/match.py
xtrack/multiline.py
xtrack/progress_indicator.py
xtrack/slicing.py
xtrack/survey.py
xtrack/synctime.py
xtrack/tapering.py
xtrack/targets.py
xtrack/tracker.py
xtrack/tracker_data.py
xtrack/trajectory_correction.py
xtrack/twiss.py
xtrack/twissplot.py
xtrack.egg-info/PKG-INFO
xtrack.egg-info/SOURCES.txt
xtrack.egg-info/dependency_links.txt
xtrack.egg-info/requires.txt
xtrack.egg-info/top_level.txt
xtrack/_temp/__init__.py
xtrack/_temp/boris_and_solenoid_map/__init__.py
xtrack/_temp/boris_and_solenoid_map/boris.h
xtrack/_temp/boris_and_solenoid_map/solenoid_field.py
xtrack/_temp/lhc_match/__init__.py
xtrack/_temp/lhc_match/gen_madx_optics_file.py
xtrack/_temp/lhc_match/lhc_match.py
xtrack/_temp/lhc_match/var_limits.py
xtrack/beam_elements/__init__.py
xtrack/beam_elements/apertures.py
xtrack/beam_elements/beam_interaction.py
xtrack/beam_elements/elements.py
xtrack/beam_elements/exciter.py
xtrack/beam_elements/rft_element.py
xtrack/beam_elements/slice_elements.py
xtrack/beam_elements/slice_elements_thick.py
xtrack/beam_elements/apertures_src/limitellipse.h
xtrack/beam_elements/apertures_src/limitpolygon.h
xtrack/beam_elements/apertures_src/limitracetrack.h
xtrack/beam_elements/apertures_src/limitrect.h
xtrack/beam_elements/apertures_src/limitrectellipse.h
xtrack/beam_elements/apertures_src/longitudinallimitrect.h
xtrack/beam_elements/elements_src/bend.h
xtrack/beam_elements/elements_src/cavity.h
xtrack/beam_elements/elements_src/dipole_fringe.h
xtrack/beam_elements/elements_src/dipoleedge.h
xtrack/beam_elements/elements_src/drift.h
xtrack/beam_elements/elements_src/drift_elem.h
xtrack/beam_elements/elements_src/drift_slice.h
xtrack/beam_elements/elements_src/drift_slice_bend.h
xtrack/beam_elements/elements_src/drift_slice_octupole.h
xtrack/beam_elements/elements_src/drift_slice_quadrupole.h
xtrack/beam_elements/elements_src/drift_slice_rbend.h
xtrack/beam_elements/elements_src/drift_slice_sextupole.h
xtrack/beam_elements/elements_src/elens.h
xtrack/beam_elements/elements_src/exciter.h
xtrack/beam_elements/elements_src/firstordertaylormap.h
xtrack/beam_elements/elements_src/linesegmentmap.h
xtrack/beam_elements/elements_src/multipole.h
xtrack/beam_elements/elements_src/nonlinearlens.h
xtrack/beam_elements/elements_src/octupole.h
xtrack/beam_elements/elements_src/quadrupole.h
xtrack/beam_elements/elements_src/rbend.h
xtrack/beam_elements/elements_src/referenceenergyincrease.h
xtrack/beam_elements/elements_src/rfmultipole.h
xtrack/beam_elements/elements_src/second_order_taylor_map.h
xtrack/beam_elements/elements_src/sextupole.h
xtrack/beam_elements/elements_src/simplethinbend.h
xtrack/beam_elements/elements_src/simplethinquadrupole.h
xtrack/beam_elements/elements_src/solenoid.h
xtrack/beam_elements/elements_src/srotation.h
xtrack/beam_elements/elements_src/thick_slice_bend.h
xtrack/beam_elements/elements_src/thick_slice_drift.h
xtrack/beam_elements/elements_src/thick_slice_octupole.h
xtrack/beam_elements/elements_src/thick_slice_quadrupole.h
xtrack/beam_elements/elements_src/thick_slice_rbend.h
xtrack/beam_elements/elements_src/thick_slice_sextupole.h
xtrack/beam_elements/elements_src/thick_slice_solenoid.h
xtrack/beam_elements/elements_src/thin_slice_bend.h
xtrack/beam_elements/elements_src/thin_slice_bend_entry.h
xtrack/beam_elements/elements_src/thin_slice_bend_exit.h
xtrack/beam_elements/elements_src/thin_slice_octupole.h
xtrack/beam_elements/elements_src/thin_slice_quadrupole.h
xtrack/beam_elements/elements_src/thin_slice_rbend.h
xtrack/beam_elements/elements_src/thin_slice_rbend_entry.h
xtrack/beam_elements/elements_src/thin_slice_rbend_exit.h
xtrack/beam_elements/elements_src/thin_slice_sextupole.h
xtrack/beam_elements/elements_src/track_bend.h
xtrack/beam_elements/elements_src/track_dipole_edge_linear.h
xtrack/beam_elements/elements_src/track_dipole_edge_nonlinear.h
xtrack/beam_elements/elements_src/track_dipole_fringe.h
xtrack/beam_elements/elements_src/track_mult_fringe.h
xtrack/beam_elements/elements_src/track_multipolar_components.h
xtrack/beam_elements/elements_src/track_multipole.h
xtrack/beam_elements/elements_src/track_quadrupole.h
xtrack/beam_elements/elements_src/track_solenoid.h
xtrack/beam_elements/elements_src/track_srotation.h
xtrack/beam_elements/elements_src/track_thick_bend.h
xtrack/beam_elements/elements_src/track_thick_cfd.h
xtrack/beam_elements/elements_src/track_wedge.h
xtrack/beam_elements/elements_src/track_xrotation.h
xtrack/beam_elements/elements_src/track_yrotation.h
xtrack/beam_elements/elements_src/wedge.h
xtrack/beam_elements/elements_src/wire.h
xtrack/beam_elements/elements_src/xrotation.h
xtrack/beam_elements/elements_src/xyshift.h
xtrack/beam_elements/elements_src/yrotation.h
xtrack/beam_elements/elements_src/zetashift.h
xtrack/headers/atomicadd.h
xtrack/headers/checks.h
xtrack/headers/constants.h
xtrack/headers/particle_states.h
xtrack/headers/synrad_spectrum.h
xtrack/loss_location_refinement/__init__.py
xtrack/loss_location_refinement/loss_location_refinement.py
xtrack/mad_parser/__init__.py
xtrack/mad_parser/env_writer.py
xtrack/mad_parser/loader.py
xtrack/mad_parser/madx.lark
xtrack/mad_parser/parse.py
xtrack/monitors/__init__.py
xtrack/monitors/beam_position_monitor.h
xtrack/monitors/beam_position_monitor.py
xtrack/monitors/beam_profile_monitor.h
xtrack/monitors/beam_profile_monitor.py
xtrack/monitors/beam_size_monitor.h
xtrack/monitors/beam_size_monitor.py
xtrack/monitors/last_turns_monitor.h
xtrack/monitors/last_turns_monitor.py
xtrack/monitors/particles_monitor.h
xtrack/monitors/particles_monitor.py
xtrack/multiline_legacy/__init__.py
xtrack/multiline_legacy/multiline_legacy.py
xtrack/multiline_legacy/shared_knobs.py
xtrack/multisetter/__init__.py
xtrack/multisetter/multisetter.py
xtrack/particles/__init__.py
xtrack/particles/constants.py
xtrack/particles/particles.py
xtrack/particles/rng_src/base_rng.h
xtrack/particles/rng_src/particles_rng.h
xtrack/pipeline/__init__.py
xtrack/pipeline/core.py
xtrack/pipeline/manager.py
xtrack/pipeline/multitracker.py
xtrack/random/__init__.py
xtrack/random/random_generators.py
xtrack/random/random_src/exponential.h
xtrack/random/random_src/exponential_integral_Ei.h
xtrack/random/random_src/normal.h
xtrack/random/random_src/rutherford.h
xtrack/random/random_src/uniform.h
xtrack/random/random_src/uniform_accurate.h
xtrack/tracker_src/tracker.h