amuse
amuse copied to clipboard
Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
> for me its ok now, though @rieder we sort of decided to always assume DOWNLOAD_CODES=1 ?? yes - we need to implement that (by removing DOWNLOAD_CODES references?). _Originally posted...
python 3 conversion has left quite a few places where functions calls or returns have a conversion of map iterator to list (since it cannot be locally proven that the...
**Describe the bug** amuse/rfi/core.py line 126 defines an "async" function. In Python 3.5+, async is a reserved keyword (https://www.python.org/dev/peps/pep-0492/). We may need to rename this function to prevent "invalid syntax"...
..but fork the repository and make PR against branches on your own repo!
This PR aims to make a few updates to stellar_winds.py: - [x] code style revision - [ ] support for including stellar abundances in the winds released by the stars
@eugvas has written an interface for the fast-multipole gravity solver "falcON" (W.Dehnen, ApJL, 536, 9, 2000) from NEMO: https://github.com/GalacticDynamics-Oxford/pyfalcon Let's see if we can include this in AMUSE / what...
Hello, I get the following message: amuse.support.exceptions.CodeException: Exception when calling function 'evolve_model', of code 'BrutusInterface', exception was 'Error in code: no error message - code probably died, sorry.' Condition: -...
Note that the changes to bridge itself are minor. It just needs a use_velocities flag and self.vx,self.vy,self.vz need to be passed in get_gravity_at_point. I don't think they are needed in...