Xtrack version 0.2.0
New features:
- Added
BeamInteractionelement to handle processes that produce secondary particles - Removed
num_particlesattribute 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 fromParticles.state.
Other clean up and fixes are also included.