David Ding

Results 7 issues of David Ding

Right now, the C++ code might allow for memory leaks. In particular, a new System object is created upon every call of simulate(). We should investigate what happens to the...

Store the states of the solar system in a file rather than in the code and save more states of the solar system (like, the state of the solar system...

enhancement

Add documentation describing: 1. The integrators used. 2. Integration accuracy. 3. Initial conditions. 4. Parameters. 5. Miscellaneous theory (general relativity, etc).

Investigate other integrators, and possibly incorporate of GR (in C++ code but not in python yet) and planetary figures. For instance, include more objects, like: Pluto Barycenter Major satellites, like...

enhancement

Create a cleaner interface to the n-body integration.

enhancement

Hi, we are trying out the orbax (0.4.1) AsyncCheckpointer (used through CheckpointManager). We are getting "Array has been deleted" errors. It seems as if the async checkpointer is trying to...