GalacticDynamics / galax

Galactic and Gravitational Dynamics in Python (+ GPU and autodiff)
MIT License
23 stars 4 forks source link

Galax Feature Parity #298

Open nstarman opened 2 months ago

nstarman commented 2 months ago

.coordinates

Coordinate Frames:

.integrate

Only need the Diffrax integrator. It would be good to add the others, for reproducibility.

.potential

Gravitational Potentials

Specific Gravitational Potentials:

Methods on Potentials:

Helper Functions:

Reference Frames

.dynamics

.units

nstarman commented 2 months ago

@adrn @jnibauer What do you think should be our v0.1 goals? I think all the potentials (and methods like circular velocity) + StreamDFs + reflex_correct. We are relatively close. We also need to standardize the parameter names and smooth the time API.