torrewk / Python-Jax-Fast-Stokesian-Dynamics

A python implementation of the Fast Stokesian Dynamics methods (A. Fiore, J. Swan, 2019) which leverage the library JAX to just-in-time compile and run on GPU the simulation.
5 stars 0 forks source link

Add configuration file #15

Closed qubixes closed 2 weeks ago

qubixes commented 3 months ago

To be able to more easily use it, we should have a configuration file that users can use to run the simulation. We have decided to try a .toml file first.

qubixes commented 2 weeks ago

This is done now.