DifferentiableUniverseInitiative / flowpm

Particle Mesh simulation in TensorFlow
https://flowpm.readthedocs.io/
MIT License
90 stars 20 forks source link

Add FastPM-compatible IO #73

Closed EiffL closed 3 years ago

EiffL commented 3 years ago

Currently, we don't have any tools to export a simulation snapshot in a standard format. This issue is to track the addition of a few IO tools to export the output of a simulation as a standard FastPM file, which can then be read with various tools.

Note that this is also a consideration linked to #26 it'd be nice if ultimately the I/O we implement was compatible with a distributed setting.

EiffL commented 3 years ago

this is mostly taken care of by #74 so I'm going to close this