pub fn propagate_symplectic_final( initial: &PropState, mu: Mu, dt: f64, duration: f64, ) -> PropState
Propagate a ballistic orbit using Störmer-Verlet and return only the final state. Memory-efficient variant.