Steven Rieder

Results 90 issues of 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...

keep-open

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...

kind: feature request
area: framework

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...

buildbot
feature request
installation

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...

kind: bug
area: documentation

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...

community_code
keep-open

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...

bug
community_code

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,...

bug
community_code

PR to add Arepo (WIP, do not merge!)

community_code
feature request

(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...

bug
installation