You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic MD Runner (#1782)
### Summary
Adds MDRunner for running MD simulations with any ASE dynamics
integrator, with checkpoint/resume and graceful preemption support.
- Trajectory output in Parquet format (buffered, zstd-compressed)
- Checkpoint/resume saves atomic state, thermostat state (NoseHoover,
Bussi, Langevin), and generates portable configs for cross-machine
resume
- STOPFAIR sentinel file support for graceful preemption on managed
clusters
- Periodic rolling checkpoints for crash recovery