REBOUND is a library, and tools will need to be written (typically in C) to create science applications. A python interface is also available.
NEMO has current 4 example programs that are linked with the
REBOUND library:
reb2s convert rebound to NEMO s2reb convert NEMO to rebound reb_integrate integrate a system and produce a SimulationArchive reb_viewer view a SimulationArchive
Before NEMO’s rebound tools are installed, the rebound library needs to be installed within NEMO. A typical install can be:
cd $NEMO/usr/hannorein
make install
cd nemo
make install
The command mknemo rebound can also be used to install and/or update
rebound.
NEMO/usr/hannorein/ - top of rebound + tools source code NEMO/src/scripts/mknemo.d/rebound - building via mknemo
https://rebound.readthedocs.io
17-jan-2024 Drafted PJT