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

Rename `Derivatives` and export #81

Open langfzac opened 2 years ago

langfzac commented 2 years ago

Currently, the Derivatives structure is only used in intermediate derivative computations -- not to hold the final derivatives. It is also not exported in the module. A user wanting do parameter inference with NbodyGradient will want to preallocate this type and update them in-place.