Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 501 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 501 Bytes

Hermite Post-Newtonian

This code expands the original hermite code with post-newtonian terms.

Installation

From the AMUSE source directory run the following git command git submodule add [email protected]:amusecode/Hermite_GRX.git src/amuse/community/hermite_grx. This will add the code as a submodule such that the respective git structures do not interfere. The code can then be compiled using make hermite_grx.code or all codes can be built together using python setup.py develop_build.