ericagol / NbodyGradient.jl

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

Refactor code to allow Autodiff #2

Open ericagol opened 6 years ago

ericagol commented 6 years ago
langfzac commented 3 years ago

A way forward here is to use ChainRules.jl to wrap our analytic derivatives.