Open freddieknets opened 9 months ago
Currently, generate_pencil_on_collimator
calls two twiss
and five build_particles
in total (two jaws)...
We could generate the pencil analytically, as we know the equations of the inner and outer ellipses, given the twiss parameters
This is due to the implementation in
xpart
: onetwiss
and two timesbuild_particles
. Can this be sped up?