amuse
amuse copied to clipboard
Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
**Describe the bug** During the start of Phantom, The scaling factor initialising does not take the converter value.. It always chooses 1 Myr in second 1 Msun and the the...
I am not sure yet why (whether its the compiler or mpfr version that requires it) but brutus and adaptb need the latest mpreal.h (https://github.com/advanpix/mpreal/blob/master/mpreal.h) not sure it will work...
**Is your feature request related to a problem? Please describe.** Currently, of the three SPH codes in AMUSE (Fi, Gadget2, Phantom), only one (Fi) has a get_gravity_at_point function implemented, and...
(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...
We should have the following new/modified actions: - [ ] one generic action to set up AMUSE, which other actions can then use (avoiding duplication) - [ ] a test...
Autotools is not ideal, and we have (had) quite a few problems dealing with finding the right dependencies/prerequisites (with numerous bugs still open). Perhaps we can replace it with meson...
Set some sensible defaults
Hi, I have a problem that I think is related to issue https://github.com/amusecode/amuse/issues/679. I am trying to couple a live NFW halo in gadget2 with an orbiting test mass, however...