xtrack 0.64.0__tar.gz → 0.64.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {xtrack-0.64.0 → xtrack-0.64.1}/PKG-INFO +1 -1
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_survey.py +4 -4
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_twiss.py +1 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/_temp/lhc_match/gen_madx_optics_file.py +1 -0
- xtrack-0.64.1/xtrack/_version.py +1 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/tracker.py +23 -7
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/twiss.py +8 -3
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack.egg-info/PKG-INFO +1 -1
- xtrack-0.64.0/xtrack/_version.py +0 -1
- {xtrack-0.64.0 → xtrack-0.64.1}/.gitattributes +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/.gitignore +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/LICENSE +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/MANIFEST.in +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/README.md +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/contributors.txt +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/base_classes.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/BB6D.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/BB6Ddata.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/beambeam.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/boost.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/gaussian_fields.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/propagate_sigma_matrix.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/qgauss.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/slicing.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/be_beamfields/spacecharge.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/elements.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/mathlibs.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/particles.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/ducktrack/temp_pyparticles.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/acceleration/000_acceleration.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/acceleration/001_energy_ramp.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/amplitude_detuning/000_detuning.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/apertures/000_rect_aperture_standalone.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/apertures/000a_rect_aperture_with_tilt_shifts.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/apertures/001_rect_aperture_withinline.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/apertures/002_global_aperture.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/apertures/003_polygon.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/apertures/004_racetrack.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/apertures/005_import_polygon_from_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/cavity_absolute_time/000_cavity_absolute_time.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/cavity_absolute_time/001_with_functions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/coasting/001_frev_meas.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/collimation/000_secondary_production.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/collimation/001_loss_location_refinement.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/collimation/002_loss_refinement_check_cone.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/collimation/003_all_together.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/collimation/004_check_skip_refinement_for_collimator.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/coupling_knobs/000_generate_coupling_konbs.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/coupling_knobs/001_check_against_legacy.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/crab_dispersion/000_crab_dispersion.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/crab_dispersion/001_crab_dispersion_freeze_vars.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/crab_dispersion/002_crab_dispersion_open.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/crab_trim_with_knob/000_investigate.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/dynamic_aperture/000_tracking_for_da.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_internal_record/000_internal_record.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_internal_record/001_multirecord.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_internal_record/002_record_in_individual_element.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/000_element_transform.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/000a_multipolar_components.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/001_sliced_element_transform.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/001a_sliced_multipolar_components.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/002_multipoles_in_quad.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/010_replica_loops.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t000_check_tilt_shifts_against_mad.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t000a_test_shift_x.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t000b_test_shift_y.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t000c_test_rot_s.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t001_edges_in_bend.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t001a_edges_in_bend_exit.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002b_quad_slice_ref_thin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002c_bend_slice_ref_thin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002d_sext_slice_ref_thin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002e_oct_slice_ref_thin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002g_drift_slice_ref_thin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t004b_quad_slice_ref_thick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t004c_bend_slice_ref_thick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t004d_sext_slice_ref_thick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t004e_oct_slice_ref_thick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t005a_check_attr.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t009_check_is_drift.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t011_check_flags.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t012_check_traansformations_against_sandwitch.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t014_check_survey.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t015_insert_in_replicas.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t015a_insert_in_replicas_thin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t016_insert_thick_change_s.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/ttt.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee/000_build_xsuite_model.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee/001_match_emittance.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee/002_vertical_ring_check.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee/install_wigglers.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/004a_prepare_fcc_lattice_with_solenoid.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/004b_correction.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/004c_radiation.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/t000_compare_against_boris.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/t000_investigate_tilt.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/t000a_plot_benchmark.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/t000b_simplified_illustration.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/t001_dispersion_boris.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/t002_check_tilted_drift.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/fodo/000_fodo.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/footprint/000_footprint.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/footprint/001_footprint_frozen_longitudinal.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/footprint/002_footprint_checks.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/footprint/003_stability_diagram.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/freeze_longitudinal/000_freeze_unfreeze_explicit.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/freeze_longitudinal/001_freeze_context_manager.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/freeze_longitudinal/002_freeze_individual_methods.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/full_ring/000_tracking_example.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/full_ring/005_one_turn_check.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/full_ring/006_timing.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/full_ring/007_test_freeze_vars.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/full_ring/make_short_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/functions_in_knobs/000_define_function.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/functions_in_knobs/001_track_with_function.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/insert_elements/000_multiple_thick_insertions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/ion_fragments/000_dev.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/knobs/000_fodo.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/knobs/001_lhc.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/knobs/002_from_json.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lep/000_lep.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lep/lep.opt9 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lep/lep.seq9 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/001_check.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/000_runsix.sh +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.16 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.2 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.3.offmom +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.3.onmom +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.8 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_thick/000_makethin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_thick/001_insert_thin_elements_after_makethin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_thick/002_compare_thick_twiss_vs_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_thick/003_makethin_convergence_speed_vs_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_thick/004_slice_every_x_meters.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_thick/t000_thick_sextupole.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_loader/000_collider_from_mad.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_loader/001_check_b2.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_loader/convert_multipole.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_loader/job.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_loader/multipole.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/000_to_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/001_to_madng.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/001a_madng_rdt.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/002_madng_checks.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/003_example_pymadng_from_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/005_skew_quad.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/006_check_skew_quad.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/007_check_octupole.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/008_check_to_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/mad_writer/t000_investigate_sympl.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/000_match_basic.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/001_match_interactive.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/002_match_bump_basic.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/002a_match_bump_init_end.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/002b_match_bump_init_middle.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/003_match_bump_from_table.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/004_match_bump_common_elements.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/005_match_bump_common_ele_callable_ineq.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/005a_match_bump_common_targets_from_table.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/006_match_action.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/007_match_knob.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match/t003_match_bump_from_table_collider.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_octupole_phase_knob/.gitignore +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_octupole_phase_knob/000_dev.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/000_build_xsuite_model.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/001_change_ip15_phase.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/001a_change_beta_star.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/001b_match_on_disp.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/002_check_optics_and_orbit_knobs_xsuite_and_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/010_check_phase_advances.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/011_match_all_arcs.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/012_match_ir2.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/020_match_ir7.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/020t_time_vs_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/030_FODO_with_knobs.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/make_one_crossing_knob.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/notes.txt +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/t000b_match_arc.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/t000c_match_arc_nested_optim.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/t000d_match_all_arcs.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/match_optics/t004_time_madx_ip15_phase.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/monitor/000_example_quick_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/monitor/001_example_custom_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/monitor/002_example_custom_monitor_multiframe.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/monitor/003_monitors_as_beam_elements.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/monitor/004_monitor_standalone.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/multisetter/000_sps_50hz_ripple.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/multispecies_check/000_multipole.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/multispecies_check/001_bend.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/multispecies_check/002_dipole_edge.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/multispecies_check/003_quadrupole.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/multispecies_check/004_sextupole.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/multispecies_check/005_octupole.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/multispecies_check/006_cavity.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/nonlinear_lens/000_compare_against_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/nonlinear_tunes/detuning.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/nonlinear_tunes/nonlinear_tunes.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/optimize_function/000_dev.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/optimized_tracker/000_optimized_tracker.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/optimized_tracker/001_time_tracking_on_gpu.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/optimized_tracker/002_time_tracking_on_cpu.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/orbit_and_tracjectory_correction/000_closed_orbit_correction_basic.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/orbit_and_tracjectory_correction/001_closed_orbit_correction_micado.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/orbit_and_tracjectory_correction/002_closed_orbit_correction_customize.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/orbit_and_tracjectory_correction/003_closed_orbit_correction_thread.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/orbit_and_tracjectory_correction/004_thread_before_co_corr.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/orbit_and_tracjectory_correction/005_transfer_line_correction.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pipeline/000_multitracker.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pipeline/001_tracker_only.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/print_package_paths.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/000a_all_xsuite_import_model.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/000b_setup_chicane.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/000c_chicane_time_functions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/000d_correct_beta_beating.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/000e_makethin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/000f_track.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/000g_multiturn_inj.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/001_compare_against_ptc.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/001b_compare_against_ptc_from_json.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/002_compare_fringe_implem.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/003_backtrack_thick_elements.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/004_dev_acceleration.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/005_double_harmonic.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/102_vs_ptc_approaching_half_integer.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/psb/ptc_ref.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/000_tracking_example_with_pyht.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/001_pyht_synchrotron.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/002_headtailInstability.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/003_headtailInstability_cpu_gpu.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/004_imped_spacech_cpu_gpu.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/LHC.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/madx_sps/lhc_q20.str +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/madx_sps/macro.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/madx_sps/sps.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/pyheadtail_interface/wakes/wakeforhdtl_PyZbase_Allthemachine_7000GeV_B1_2021_TeleIndex1_wake.dat +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radial_steering/000_radial_steering.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radial_steering/001_radial_steering_psb.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/.gitignore +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/000_random_generation.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/002_single_dipole.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/003_kick_histogram.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/004_damping_against_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/005_radiation_example.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/006_make_gaussian_bunch.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/007_record_photons.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/008_convergence_bend.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/009a_sps_with_vertical_bump.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/009b_sps_illustrate_dumping_and_excitation.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/009c_sps_single_kicker.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/n_photons.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/radiation/t005_mad_only.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/000_toy_ring_xt.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/001_toy_ring_rft_volume.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/002_toy_ring_rft_element.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/003_analysis.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/100_particle_losses.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/200_fodo_cell.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/300_solenoid.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/400_Ez_on-axis_TD26__vg1p8_r05_CC_EDMS.txt +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/rf_track/400_rf_fieldmap_1d.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/sequence/000_sequence.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/000_elena_chromatic_functions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/001_check_against_ptc.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/002_compare_contributions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/003_pimms.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/004_pimms_extract.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/005_pimms_extract_spiral_step.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/006_pimms_survey.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/007_clean_up_extraction.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/small_rings/t001_check_ps.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/spacecharge/000_spacecharge_example.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/spacecharge/001_spacecharge_footprint.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/spacecharge/footprint.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tapering/000_taper.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tapering/001_taper_and_compare_twiss_methods.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tapering/002_taper_coupling_check.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tapering/003_track_no_taper.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tapering/100_generate_fcc_line_no_rad.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tapering/101_fccee_madx_radiation_thick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tapering/fccee_t.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/taylor_map/000_line_with_maps.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/taylor_map/001_check_against_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/to_json/000_lattice_to_json.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/000_toy_ring.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/001_analysis.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/002_expressions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/003_slicing.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/004_inspect.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/005_insert_element.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/006a_dynamic_bump_sin.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/006b_dynamic_bump_piece_wise_linear.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/006c_dynamic_bump_sin_env.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/toy_ring/007_cut_at_s.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tracker/000_track.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tracker/001_tracker_start_stop.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/tracker/002_backtrack.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/transfer_matrix/000_basics.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/transfer_matrix/001_MuonCollider_example.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/transfer_matrix/002_check_with_twiss.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/transfer_matrix/003_check_longitudinal.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/transfer_matrix/005_radiation.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/000_twiss.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/000a_twiss_range.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/000b_twiss_range_periodic.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/000c_twiss_range_init_middle.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/000d_twiss_ele_co_search.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/000e_twiss_reverse.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/000f_twiss_default.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/001_check_against_mad.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/002_twiss_on_fodo.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/003_match_tune_chroma.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/003a_match_coupling.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/003b_match_4c_bump.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/003c_match_bump_with_weights.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/003d_match_bump_inequalities.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/003e_match_phase_ineq.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/004_twiss_b4_vs_b2.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/005_survey.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/006_survey_b4_vs_b2.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/007_survey_element0.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/008_4d_twiss_and_particle_match.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/009_twiss_zeta0_delta0.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/010_coupled_beta.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/011_tune_vs_delta.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/012_compute_norm_coordinates.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/013_R_matrix_between_two_points.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/014_check_W_propagation.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/015_remove_thin_groups.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/016_local_twiss.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/017_table_slicing.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/018_compute_beam_sizes.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/021_time_small_twiss.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/022_custom_twiss_init.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/023_build_chroma_knob.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/026a_chromatic_functions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/026b_chromatic_functions_vs_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/026c_measure_triplet_chromaticity.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/026d_match_w_chrom.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/027_optics_from_sigma_mat.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/028_ddx_ddqx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/029_strengths_in_twiss.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/030_one_turn_arbitrary_start.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss/t000_mem_issue.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss_multiturn/000_sps.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/examples/twiss_multiturn/001_ps.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/pyproject.toml +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/release.sh +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/setup.cfg +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/setup.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/clic_dr/000_make_lines.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/clic_dr/line.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/clic_dr/line_for_taper.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/clic_dr/sequence.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/elena/elena.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/elena/highenergy.beam +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/elena/highenergy.str +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/fcc_ee/000_build_xsuite_model.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/fcc_ee/Bz_closed_before_quads.dat +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/fcc_ee/fccee_h.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/fcc_ee/fccee_h_thin.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/fcc_ee/fccee_t.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/fcc_ee/fccee_w.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/fcc_ee/fccee_z.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/fcc_ee/install_wigglers.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_input_mad/.gitignore +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_input_mad/final_errors.tfs +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_input_mad/final_seq.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_input_mad/from_pymask/000_pymask.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_input_mad/from_pymask/config.yaml +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_input_mad/from_pymask/optics_specific_tools.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_no_errors_with_coupling_knobs/000_generate_line_jsons.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_no_errors_with_coupling_knobs/lhcb1_seq.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_no_errors_with_coupling_knobs/lhcb4_seq.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_no_errors_with_coupling_knobs/line_b1.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc14_no_errors_with_coupling_knobs/line_b4.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_collider/collider_00_from_mad.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_collider/get_from_xmask.sh +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_noerrors_nobb/000_sequence_from_optics_repo.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_noerrors_nobb/001_xtline_from_madseq.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_noerrors_nobb/002_thick_sequence_from_optics_repo.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_noerrors_nobb/line_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_noerrors_nobb/line_w_knobs_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_noerrors_nobb/sequence.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_noerrors_nobb/sequence_b4.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_noerrors_nobb/sequence_with_crabs.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/000_build_thick_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/001_build_thick_collider.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/hllhc15_collider_thick.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/hllhc_sequence.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/lhc.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/lhc_thick_with_knobs.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/lhcb4.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/opt_round_150_1500.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc15_thick/opt_round_300_1500.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc_14/000_test_against_sixtrack_and_save_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc_14/fort.2 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc_14/fort.3 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc_14/line_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/hllhc_14/runsix +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/leir/leir.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/leir/leir_inj_nominal.beam +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/leir/leir_inj_nominal.str +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/000_make_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/fort.16 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/fort.2 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/fort.3 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/fort.8 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/line_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/runsix +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/sixtrack_timing/fort.16 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/sixtrack_timing/fort.2 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/sixtrack_timing/fort.3 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/sixtrack_timing/fort.8 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_no_bb/sixtrack_timing/sim_time.dat +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_with_bb/000_generate_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_with_bb/fort.16 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_with_bb/fort.2 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_with_bb/fort.3 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_with_bb/fort.8 +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_with_bb/line_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/lhc_with_bb/runsix +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/pimms/PIMM.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/pimms/PIMMS.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/pimms/betatron.str +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/ps_sftpro/ps.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/ps_sftpro/ps_hs_sftpro.str +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_chicane/README +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_chicane/Ramp_and_RF_functions.dat +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_chicane/chicane_collapse.csv +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_chicane/inj_distrib.dat +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_chicane/psb.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_chicane/psb_fb_lhc.str +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_chicane/ptc_ref.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_injection/000_generate_xsuite_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_injection/line_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/psb_injection/psb_injection.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_ions/000_make_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_ions/SPS_2021_Pb_ions_thin_test.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_ions/line_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_thick/aperturedb_classes.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_thick/aperturedb_elements.madx +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_thick/lhc_q20.str +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_thick/sps.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_to_lhc_ti2/ti2.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_to_lhc_ti2/ti2_liu.str +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_w_spacecharge/000_prepare_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_w_spacecharge/line_no_spacecharge_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_w_spacecharge/line_with_spacecharge_and_particle.json +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/test_data/sps_w_spacecharge/sps_thin.seq +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/conftest.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/pytest_onebyone.sh +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_acceleration.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_amplitude_detuning.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_aperture_turn_ele_and_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_apertures.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_attr_replicas_and_slices.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_cavity_absolute_time.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_chromatic_functions_vs_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_coasting.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_collective_tracker.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_collimation.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_element_characterization_functions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_element_internal_record.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_elements.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_elements_classflags.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_elements_thick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_fcc_ee_solenoid_correction.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_fcc_ee_solenoid_correction_new_optimize_api.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_footprint.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_freeze_longitudinal.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_full_rings.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_hvkick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_ions.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_lhc_match_phase_15.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_lumi.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_mad_writer.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_madloader.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_match_and_track_from_element.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_match_coupling_knob.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_match_nested.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_match_optics_and_ip_knob.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_match_optics_and_ip_knob_new_optimize_api.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_match_orbit_bump.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_match_tune_chroma_cminus.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_multiline.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_multisetter.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_multispecies.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_particles_api.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_pipeline.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_prebuild_kernels.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_ps_against_ptc.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_ps_multiturn_twiss.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_psb_chicane.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_pyht_interface.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_radial_steering.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_radiation.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_radiation_equilibrium_emittances.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_random_gen.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_random_gen_exp.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_random_gen_gauss.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_random_gen_ruth.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_rf_track.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_rotation_signs.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_second_order_taylor_map.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_slice_and_insert_with_replicas.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_slice_elements.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_slicing.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_solenoid_bz_map_vs_boris.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_spacecharge_in_ring.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_sps_thick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_tapering.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_thick_lhc.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_tilt_shifts.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_tracker.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_trajectory_correcton.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_twiss_vs_madx_psb.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_var_cache.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_vs_madx.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/tests/test_xmask_orbit_correction.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/update_cprght_statement.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/_temp/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/_temp/boris_and_solenoid_map/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/_temp/boris_and_solenoid_map/boris.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/_temp/boris_and_solenoid_map/solenoid_field.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/_temp/lhc_match/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/_temp/lhc_match/lhc_match.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/_temp/lhc_match/var_limits.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/base_element.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/apertures.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/apertures_src/limitellipse.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/apertures_src/limitpolygon.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/apertures_src/limitracetrack.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/apertures_src/limitrect.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/apertures_src/limitrectellipse.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/apertures_src/longitudinallimitrect.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/beam_interaction.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/bend.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/cavity.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/dipoleedge.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/drift.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/drift_elem.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/drift_slice.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/drift_slice_bend.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/drift_slice_octupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/drift_slice_quadrupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/drift_slice_sextupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/elens.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/exciter.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/firstordertaylormap.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/fringe.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/fringe_track.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/linesegmentmap.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/multipole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/nonlinearlens.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/octupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/quadrupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/referenceenergyincrease.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/rfmultipole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/second_order_taylor_map.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/sextupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/simplethinbend.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/simplethinquadrupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/solenoid.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/srotation.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thick_slice_bend.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thick_slice_drift.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thick_slice_octupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thick_slice_quadrupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thick_slice_sextupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thick_slice_solenoid.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thin_slice_bend.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thin_slice_bend_entry.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thin_slice_bend_exit.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thin_slice_octupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thin_slice_quadrupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/thin_slice_sextupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_bend.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_dipole_edge_linear.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_dipole_edge_nonlinear.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_multipolar_components.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_multipole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_quadrupole.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_solenoid.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_srotation.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_thick_bend.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_thick_cfd.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_xrotation.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/track_yrotation.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/wedge.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/wedge_track.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/wire.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/xrotation.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/xyshift.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/yrotation.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/elements_src/zetashift.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/exciter.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/rft_element.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/slice_elements.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/beam_elements/slice_elements_thick.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/footprint.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/general.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/headers/atomicadd.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/headers/checks.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/headers/constants.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/headers/particle_states.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/headers/synrad_spectrum.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/internal_record.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/line.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/linear_normal_form.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/loss_location_refinement/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/loss_location_refinement/loss_location_refinement.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/lumi.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/mad_loader.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/mad_writer.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/match.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/beam_position_monitor.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/beam_position_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/beam_profile_monitor.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/beam_profile_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/beam_size_monitor.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/beam_size_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/last_turns_monitor.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/last_turns_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/particles_monitor.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/monitors/particles_monitor.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/multiline/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/multiline/multiline.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/multiline/shared_knobs.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/multisetter/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/multisetter/multisetter.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/particles/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/particles/constants.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/particles/particles.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/particles/rng_src/base_rng.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/particles/rng_src/particles_rng.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/pipeline/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/pipeline/core.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/pipeline/manager.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/pipeline/multitracker.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/progress_indicator.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/random/__init__.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/random/random_generators.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/random/random_src/exponential.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/random/random_src/exponential_integral_Ei.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/random/random_src/normal.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/random/random_src/rutherford.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/random/random_src/uniform.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/slicing.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/survey.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/synctime.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/tapering.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/targets.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/tracker_data.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/tracker_src/tracker.h +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/trajectory_correction.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack/twissplot.py +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack.egg-info/SOURCES.txt +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack.egg-info/dependency_links.txt +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack.egg-info/requires.txt +0 -0
- {xtrack-0.64.0 → xtrack-0.64.1}/xtrack.egg-info/top_level.txt +0 -0
@@ -103,17 +103,17 @@ def test_survey_slicing(test_context, slice_mode, tilted, orientation,
|
|
103
103
|
|
104
104
|
if not tilted and orientation == 'acw':
|
105
105
|
assert_allclose(np.abs(sv.Y), 0, rtol=0, atol=1e-14)
|
106
|
-
assert_allclose(np.
|
106
|
+
assert_allclose(np.trapezoid(sv.X, sv.Z), -4.818 , rtol=0, # anti-clockwise
|
107
107
|
atol=(2e-3 if slice_mode is not None else 0.5))
|
108
108
|
elif not tilted and orientation == 'cw':
|
109
109
|
assert_allclose(np.abs(sv.Y), 0, rtol=0, atol=1e-14)
|
110
|
-
assert_allclose(np.
|
110
|
+
assert_allclose(np.trapezoid(sv.X, sv.Z), 4.818 , rtol=0, # clockwise
|
111
111
|
atol=(2e-3 if slice_mode is not None else 0.5))
|
112
112
|
elif tilted and orientation == 'acw':
|
113
113
|
assert_allclose(np.abs(sv.X), 0, rtol=0, atol=1e-14)
|
114
|
-
assert_allclose(np.
|
114
|
+
assert_allclose(np.trapezoid(sv.Y, sv.Z), -4.818 , rtol=0, # anti-clockwise
|
115
115
|
atol=(2e-3 if slice_mode is not None else 0.5))
|
116
116
|
elif tilted and orientation == 'cw':
|
117
117
|
assert_allclose(np.abs(sv.X), 0, rtol=0, atol=1e-14)
|
118
|
-
assert_allclose(np.
|
118
|
+
assert_allclose(np.trapezoid(sv.Y, sv.Z), 4.818 , rtol=0, # clockwise
|
119
119
|
atol=(2e-3 if slice_mode is not None else 0.5))
|
@@ -1806,6 +1806,7 @@ def test_arbitrary_start(test_context, collider_for_test_twiss_range):
|
|
1806
1806
|
|
1807
1807
|
# No orbit
|
1808
1808
|
for kk in collider.vars.get_table().rows['on_.*'].name:
|
1809
|
+
kk = str(kk) # avoid numpy.str_
|
1809
1810
|
collider.vars[kk] = 0
|
1810
1811
|
|
1811
1812
|
if collider.lhcb1.element_names[0] != 'ip1':
|
@@ -41,6 +41,7 @@ def gen_madx_optics_file_auto(collider, fname):
|
|
41
41
|
vtable.mask[vtable.mask['acb.*'] | vtable.mask['kd.*']
|
42
42
|
| vtable.mask['kq.*'] | vtable.mask['ks.*']]]
|
43
43
|
for nn in vsave.name:
|
44
|
+
nn = str(nn) # to avoid numpy string
|
44
45
|
vv = collider.vars[nn]
|
45
46
|
extract_val_or_madexpr(vv, dct_expr, dct_val)
|
46
47
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = '0.64.1'
|
@@ -305,7 +305,8 @@ class Tracker:
|
|
305
305
|
t0 = perf_counter()
|
306
306
|
|
307
307
|
assert self.iscollective in (True, False)
|
308
|
-
if self.iscollective or self.line.enable_time_dependent_vars
|
308
|
+
if (self.iscollective or self.line.enable_time_dependent_vars
|
309
|
+
or 'log' in kwargs and kwargs['log'] is not None):
|
309
310
|
tracking_func = self._track_with_collective
|
310
311
|
else:
|
311
312
|
tracking_func = self._track_no_collective
|
@@ -905,13 +906,13 @@ class Tracker:
|
|
905
906
|
' tracking')
|
906
907
|
|
907
908
|
if log is not None:
|
908
|
-
if isinstance(log, str):
|
909
|
-
log = [log]
|
910
909
|
if isinstance(log, (list, tuple)):
|
911
910
|
log = Log(*log)
|
911
|
+
elif not isinstance(log, Log):
|
912
|
+
log = Log(log)
|
912
913
|
if log is not None and _reset_log:
|
913
914
|
if self.line.enable_time_dependent_vars:
|
914
|
-
self.line.log_last_track = {
|
915
|
+
self.line.log_last_track = {}
|
915
916
|
else:
|
916
917
|
raise NotImplementedError(
|
917
918
|
'log can be used only when time-dependent variables are '
|
@@ -1003,11 +1004,21 @@ class Tracker:
|
|
1003
1004
|
if log is not None:
|
1004
1005
|
for kk in log:
|
1005
1006
|
if log[kk] == None:
|
1007
|
+
if kk not in self.line.log_last_track:
|
1008
|
+
self.line.log_last_track[kk] = []
|
1006
1009
|
self.line.log_last_track[kk].append(self.line.vv[kk])
|
1007
1010
|
else:
|
1008
1011
|
ff = log[kk]
|
1009
|
-
self.line
|
1010
|
-
|
1012
|
+
val = ff(self.line, particles)
|
1013
|
+
if hasattr(ff, '_store'):
|
1014
|
+
for nn in ff._store:
|
1015
|
+
if nn not in self.line.log_last_track:
|
1016
|
+
self.line.log_last_track[nn] = []
|
1017
|
+
self.line.log_last_track[nn].append(val[nn])
|
1018
|
+
else:
|
1019
|
+
if kk not in self.line.log_last_track:
|
1020
|
+
self.line.log_last_track[kk] = []
|
1021
|
+
self.line.log_last_track[kk].append(val)
|
1011
1022
|
|
1012
1023
|
moveback_to_buffer = None
|
1013
1024
|
moveback_to_offset = None
|
@@ -1575,5 +1586,10 @@ class Log(dict):
|
|
1575
1586
|
def __init__(self, *args, **kwargs):
|
1576
1587
|
self.__dict__ = self
|
1577
1588
|
self.update(kwargs)
|
1589
|
+
unnamed_indx = 0
|
1578
1590
|
for arg in args:
|
1579
|
-
|
1591
|
+
if isinstance(arg, str):
|
1592
|
+
self[arg] = None
|
1593
|
+
else:
|
1594
|
+
self[f'_unnamed_{unnamed_indx}'] = arg
|
1595
|
+
unnamed_indx += 1
|
@@ -15,6 +15,11 @@ from scipy.constants import epsilon_0
|
|
15
15
|
from scipy.constants import e as qe
|
16
16
|
from scipy.special import factorial
|
17
17
|
|
18
|
+
if hasattr(np, 'trapezoid'): # numpy >= 2.0
|
19
|
+
trapz = np.trapezoid
|
20
|
+
else:
|
21
|
+
trapz = np.trapz
|
22
|
+
|
18
23
|
import xobjects as xo
|
19
24
|
from xdeps import Table
|
20
25
|
|
@@ -1220,9 +1225,9 @@ def _compute_global_quantities(line, twiss_res):
|
|
1220
1225
|
cmin_arr = (2 * np.sqrt(r1*r2) *
|
1221
1226
|
np.abs(np.mod(mux[-1], 1) - np.mod(muy[-1], 1))
|
1222
1227
|
/(1 + r1 * r2))
|
1223
|
-
c_minus =
|
1224
|
-
c_r1_avg =
|
1225
|
-
c_r2_avg =
|
1228
|
+
c_minus = trapz(cmin_arr, s_vect)/(circumference)
|
1229
|
+
c_r1_avg = trapz(r1, s_vect)/(circumference)
|
1230
|
+
c_r2_avg = trapz(r2, s_vect)/(circumference)
|
1226
1231
|
|
1227
1232
|
qs = np.abs(twiss_res['muzeta'][-1])
|
1228
1233
|
|
xtrack-0.64.0/xtrack/_version.py
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = '0.64.0'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/collimation/004_check_skip_refinement_for_collimator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_internal_record/002_record_in_individual_element.py
RENAMED
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/000a_multipolar_components.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/001_sliced_element_transform.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t001a_edges_in_bend_exit.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002b_quad_slice_ref_thin.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002c_bend_slice_ref_thin.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002d_sext_slice_ref_thin.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002e_oct_slice_ref_thin.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t002g_drift_slice_ref_thin.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t004b_quad_slice_ref_thick.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t004c_bend_slice_ref_thick.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t004d_sext_slice_ref_thick.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t004e_oct_slice_ref_thick.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t015a_insert_in_replicas_thin.py
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/element_transformations/t016_insert_thick_change_s.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/fcc_ee_solenoid/004a_prepare_fcc_lattice_with_solenoid.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/freeze_longitudinal/000_freeze_unfreeze_explicit.py
RENAMED
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/freeze_longitudinal/002_freeze_individual_methods.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/000_runsix.sh
RENAMED
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.3.offmom
RENAMED
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_against_sixtrack/sixtrack_lhc_no_bb/fort.3.onmom
RENAMED
File without changes
|
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_thick/001_insert_thin_elements_after_makethin.py
RENAMED
File without changes
|
File without changes
|
{xtrack-0.64.0 → xtrack-0.64.1}/examples/lhc_thick/003_makethin_convergence_speed_vs_madx.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|