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

Python QuickStart Guide #83

Closed hannorein closed 2 years ago

hannorein commented 2 years ago

I just needed a quick example to see if REBOUNDx is working, so I looked at the quick start guide. I'm probably just a bit slow, but it took me way too long to remember that I need to add rebx.add_operator(mm) if I want to have the modify_mass module actually do anything. Am I missing something or should we add that line to the quick start guide?

dtamayo commented 2 years ago

Embarrassing! I added that also removed the unused hashes and changed the mass loss timescale to one that doesn't cause problems with IAS15 so that the QuickStart example doesn't have to get into integrators. Thanks!

hannorein commented 2 years ago

Cool! That was fast. That's probably the most important page of the documentation ;-)