amuse
amuse copied to clipboard
Astrophysical Multipurpose Software Environment. This is the main repository for AMUSE
The Rebound version currently in AMUSE is quite old - this updates it to the latest release. The current tests for the rebound interface still work, but should probably be...
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...
**Describe the bug** The tutorial at https://amuse.readthedocs.io/en/latest/tutorial/c_code.html guides the user to run the tests for the package using `nosetests`. This command is from the `nose` package, which is unmaintained and...
I'm looking at creating Anaconda packages (#525), and it seems that the place to start is with the Sapporo library. There is currently a `sapporo_light` in the `lib/` directory here,...
fixes #862
When adding new SPF particles to a running Fi hydro code, the code crashes time = 0|units.yr end_time = 10|units.yr while time
Hello, I am trying to build AMUSE from source on a sterrewacht computer. I am running into issues with certain packages not being built. Here is the [buildlog](https://github.com/amusecode/amuse/files/13457757/buildlog.txt) of the...
I see that codes like bhtree and hop failed to build- that’s really not good. Those are ‘core’ packages… can you find out why these failed to build? _Originally posted...
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...
**Describe the bug** When trying to set a parameter on a code that does not have that parameter, AMUSE tries to generate a clear error message to raise, but crashes...