Steven Rieder
Steven Rieder
Adds a collision test from ph4 to PeTar. Currently the test fails - particles that collide /exactly/ (just "very close" is not enough to trigger the issue) bounce off of...
fixes #862
Currently, the `nearest_neighbour` method can result in a particle finding itself as its nearest neighbour when checking against another particle set that contains (some of) the same particles: ```python from...
A long standing wish is to have a binary (pre-compiled) distribution of AMUSE. The main problem in realising this is that AMUSE depends on quite a few libraries, most importantly...
When using `derive_from_evolution` in `stellar_wind.py` in combination with a binary system, the resulting amount of wind particles is incorrect: it does not take the mass transfer to the companion into...
Very simple C++ SPH+Nbody code, based on the nbody+sph c++ example of FDPS. Meant to be used as a 'kick' code / field code, not as much as an integrator...
When evolving a star cluster with a mass function with the Nbody6++ code, the masses assigned to particles change after some evolve steps. Perhaps this is related to encounters between...
Currently MESA data (e.g. pre-calculated ZAMS models) are stored in the src/ dir in the MESA directory. After making the worker, these should be moved to the AMUSE data directory,...
(discussed with @ipelupessy before on Slack, archiving / continuing here) See https://setuptools.pypa.io/en/latest/userguide/development_mode.html Previously, `pip install -e .` would only install AMUSE for pip, it would not build anything. That default...