ECP-WarpX / impactx

high-performance modeling of beam dynamics in particle accelerators with collective effects
https://impactx.readthedocs.io
Other
27 stars 20 forks source link

Introduce `sim.track_particles()` #741

Closed ax3l closed 1 month ago

ax3l commented 1 month ago

We will have multiple ways to evolve the sim soon (particles, only ref particle, only linear push of covariance matrix #714), so it is time to rename our central loop.

For now, sim.evolve() just calls the sim.track_particles() logic.