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

Turning off 4th order corrector #65

Open ericagol opened 3 years ago

ericagol commented 3 years ago

For speed comparison, it would be useful to add an option to turn off the fourth-order corrector. This would involve skipping the calling of phic and phisalpha, so perhaps a flag could be added which causes these calls to be skipped.