Applying formatting

This commit is contained in:
EiffL 2024-07-09 14:54:34 -04:00
parent 5f463450d1
commit a2811c0606
15 changed files with 566 additions and 446 deletions

View file

@ -4,14 +4,14 @@ This document aims to detail some of the API, implementation choices, and intern
## Objective
Provide a user-friendly framework for distributed Particle-Mesh N-body simulations.
Provide a user-friendly framework for distributed Particle-Mesh N-body simulations.
## Related Work
This project would be the latest iteration of a number of past libraries that have provided differentiable N-body models.
- [FlowPM](https://github.com/DifferentiableUniverseInitiative/flowpm): TensorFlow
- [vmad FastPM](https://github.com/rainwoodman/vmad/blob/master/vmad/lib/fastpm.py): VMAD
- [vmad FastPM](https://github.com/rainwoodman/vmad/blob/master/vmad/lib/fastpm.py): VMAD
- Borg