.gitignore
.readthedocs.yml
.travis.yml
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.rst
setup.py
update_version.py
version.txt
doc/Makefile
doc/add_effect.rst
doc/c_api.rst
doc/c_quickstart.rst
doc/conf.py
doc/effect_headers.txt
doc/effects.rst
doc/index.rst
doc/python_quickstart.rst
doc/requirements.txt
doc/doxygen/Doxyfile
doc/images/GR.png
doc/images/HLTauLee.png
doc/images/HLTauPapa.png
doc/images/HawaiiPoster.key
doc/images/debrisDisk.png
doc/images/eDamping.png
doc/images/hlTau.png
doc/images/massLoss.png
doc/images/migration.png
doc/images/nodePrecession.png
examples/Makefile
examples/J2/Makefile
examples/J2/problem.c
examples/central_force/Makefile
examples/central_force/problem.c
examples/custom_effects/Makefile
examples/custom_effects/problem.c
examples/gr/Makefile
examples/gr/problem.c
examples/integrate_force/Makefile
examples/integrate_force/problem.c
examples/modify_mass/Makefile
examples/modify_mass/problem.c
examples/modify_orbits/Makefile
examples/modify_orbits/problem.c
examples/parameter_interpolation/Makefile
examples/parameter_interpolation/problem.c
examples/parameters/Makefile
examples/parameters/problem.c
examples/rad_forces_circumplanetary/Makefile
examples/rad_forces_circumplanetary/problem.c
examples/rad_forces_debris_disk/Makefile
examples/rad_forces_debris_disk/problem.c
examples/saving_and_loading_simulations/Makefile
examples/saving_and_loading_simulations/problem.c
examples/tides_constant_time_lag/Makefile
examples/tides_constant_time_lag/problem.c
examples/track_min_distance/Makefile
examples/track_min_distance/problem.c
ipython_examples/CentralForce.ipynb
ipython_examples/CustomSplittingIntegrationSchemes.ipynb
ipython_examples/Custom_Effects.ipynb
ipython_examples/EccAndIncDamping.ipynb
ipython_examples/GeneralRelativity.ipynb
ipython_examples/GettingStartedParameters.ipynb
ipython_examples/IntegrateForce.ipynb
ipython_examples/J2.ipynb
ipython_examples/Migration.ipynb
ipython_examples/ModifyMass.ipynb
ipython_examples/OperatorsOverview.ipynb
ipython_examples/ParameterInterpolation.ipynb
ipython_examples/Radiation_Forces_Circumplanetary_Dust.ipynb
ipython_examples/Radiation_Forces_Debris_Disk.ipynb
ipython_examples/SavingAndLoadingSimulations.ipynb
ipython_examples/SimulationArchive.ipynb
ipython_examples/TidesConstantTimeLag.ipynb
ipython_examples/TrackMinDistance.ipynb
ipython_examples/ipynb2py.py
ipython_examples/m.txt
ipython_examples/r.txt
reboundx/__init__.py
reboundx/constants.py
reboundx/data.py
reboundx/extras.py
reboundx/params.py
reboundx/reboundx.h
reboundx/rebxtools.h
reboundx/simulationarchive.py
reboundx/testing.py
reboundx/tools.py
reboundx.egg-info/PKG-INFO
reboundx.egg-info/SOURCES.txt
reboundx.egg-info/dependency_links.txt
reboundx.egg-info/not-zip-safe
reboundx.egg-info/requires.txt
reboundx.egg-info/top_level.txt
reboundx/test/__init__.py
reboundx/test/test_conservation.py
reboundx/test/test_effects.py
reboundx/test/test_interpolation.py
reboundx/test/test_machine_independent.py
reboundx/test/test_params.py
reboundx/test/test_rebx.py
reboundx/test/test_segfaults.py
reboundx/test/test_simulationarchive.py
reboundx/test/test_tides_constant_time_lag.py
reboundx/test/binaries/backup.rebx
reboundx/test/binaries/central_force.rebx
reboundx/test/binaries/central_force.sa
reboundx/test/binaries/gr.rebx
reboundx/test/binaries/gr.sa
reboundx/test/binaries/gr_full.rebx
reboundx/test/binaries/gr_full.sa
reboundx/test/binaries/gr_potential.rebx
reboundx/test/binaries/gr_potential.sa
reboundx/test/binaries/gravitational_harmonics.rebx
reboundx/test/binaries/gravitational_harmonics.sa
reboundx/test/binaries/modify_mass.rebx
reboundx/test/binaries/modify_mass.sa
reboundx/test/binaries/modify_orbits_direct.rebx
reboundx/test/binaries/modify_orbits_direct.sa
reboundx/test/binaries/modify_orbits_forces.rebx
reboundx/test/binaries/modify_orbits_forces.sa
reboundx/test/binaries/radiation_forces.rebx
reboundx/test/binaries/radiation_forces.sa
reboundx/test/binaries/test.rebx
reboundx/test/binaries/test.sa
reboundx/test/binaries/tides_precession.rebx
reboundx/test/binaries/tides_precession.sa
reboundx/test/binaries/twoplanets.bin
scripts/add_new_effect.py
src/LICENSE
src/Makefile
src/central_force.c
src/core.c
src/core.h
src/gr.c
src/gr_full.c
src/gr_potential.c
src/gravitational_harmonics.c
src/input.c
src/integrate_force.c
src/integrator_euler.c
src/integrator_implicit_midpoint.c
src/integrator_rk2.c
src/integrator_rk4.c
src/interpolation.c
src/linkedlist.c
src/linkedlist.h
src/modify_mass.c
src/modify_orbits_direct.c
src/modify_orbits_forces.c
src/output.c
src/radiation_forces.c
src/reboundx.h
src/rebxtools.c
src/rebxtools.h
src/steppers.c
src/tides_constant_time_lag.c
src/track_min_distance.c