galpy icon indicating copy to clipboard operation
galpy copied to clipboard

Improve the Python leapfrog integrator

Open jobovy opened this issue 5 years ago • 0 comments

The python implementation of leapfrog does not make use of the fact that drifts can be combined when not storing output, causing it to be slower than necessary. Comparing to the C implementation, it also appears to not be as precise.

jobovy avatar Dec 15 '18 04:12 jobovy