write¶
Writers write the state of the simulation, logger quantities, or calculated results to output files or streams:
Burstprovides a sliding window of a simulation trajectory wrote out atBurst.dumpfor use in selective high frequency trajectory data.Combine
GSDwith ahoomd.logging.Loggerto save system properties or per-particle calculated results.Use
HDF5Logto store logged data in HDF5 resizable datasets.Use
Tableto display the status of the simulation periodically to standard out.Implement custom output formats with
CustomWriter.
Writers do not modify the system state.
Tip
OVITO has native support for GSD files, including logged per-particle array quantities and particle shapes.
Classes