altar.simulations.Archiver

Module Contents

Classes

class altar.simulations.Archiver.Archiver

Bases: altar.protocol

The protocol that all AlTar simulation archivers must implement

Archivers persist intermediate simulation state and can be used to restart a simulation

initialize(self, application)

Initialize me given an {application} context

record(self, step)

Record the final state of the simulation

classmethod pyre_default(cls, **kwds)

Supply a default implementation