dtamayo / reboundx

A library for adding additional forces to the REBOUND N-body integration package
GNU General Public License v3.0
80 stars 60 forks source link

Stochastic forces #73

Closed hannorein closed 2 years ago

hannorein commented 2 years ago

I've implemented the stochastic forces of Rein (2010) and Rein and Papaloizou (2009).

Did I do the documentation right?

Please don't it merge yet. I need to run a few more tests.

dtamayo commented 2 years ago

Hi Hanno, this looks amazing thank you! I sent you a pull request with minor typos but everything looks great. I didn't change the ipynb in case you also had further changes, but I think it should be named StochasticForces.ipynb to match the other notebook names and the link in the documentation header. Thanks!

dtamayo commented 2 years ago

Hi Hanno, these changes look great on my end. Let me know once you think they are ready to be merged, thanks!

hannorein commented 2 years ago

I think it should be good to get merged now but let me know if there is anything else I should do.

dtamayo commented 2 years ago

This is fantastic, thank you!