Closed ax3l closed 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.
sim.evolve()
sim.track_particles()
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 thesim.track_particles()
logic.