Skip to content

Xtrack version 0.2.0

Choose a tag to compare

@giadarol giadarol released this 16 Aug 15:15
· 9684 commits to main since this release

New features:

  • Added BeamInteraction element to handle processes that produce secondary particles
  • Removed num_particles attribute in from Particles class. Replaced with _capacity, _num_active_particles,_num_lost_particles. The last two are updated only on CPU while on gpu the information must be retrieved from Particles.state.

Other clean up and fixes are also included.