logging¶
Use the Logger
class to collect loggable quantities (e.g. kinetic temperature,
pressure, per-particle energy) during the simulation run. Pass the Logger
to a
backend such as hoomd.write.GSD
or hoomd.write.Table
to write the logged
values to a file.
Classes
Functions