md.simulation_hooks.DataStream

class md.simulation_hooks.DataStream(group_name: str)[source]

Basic DataStream class to be used with the FileLogger. Creates data groups in the main hdf5 file, accumulates the associated information and flushes them to the file periodically.

Parameters:

group_name (str) – Name of the data group entry.