ericagol / NbodyGradient.jl

N-body integrator computes derivatives with respect to initial conditions for TTVs, RV, Photodynamics & more
MIT License
20 stars 9 forks source link

Missing corrector for ah18 algorithm & description of ah18 in the paper #23

Closed ericagol closed 3 years ago

ericagol commented 5 years ago

The ah18 algorithm, in which the negative drift and kepler step are carried out together (but in different orders) seems to give about a factor of ~4 better precision for the derivatives in the test_ttv_elements.jl routine.

Switching to using this algorithm would require:

ericagol commented 5 years ago