stilt.index.OutputSummary#

class stilt.index.OutputSummary(traj_present: 'bool' = False, error_traj_present: 'bool' = False, log_present: 'bool' = False, footprints: 'dict[str, str]' = <factory>) None[source]#

Lightweight output presence summary for one simulation.

Methods#

footprint_complete(name)

Return whether one named footprint has reached a terminal state.

footprints_complete(names)

Return whether all requested footprints have reached terminal states.

needs_work(footprint_names, *, skip_existing)

Return whether this simulation still requires worker execution.

outputs_complete(footprint_names)

Return whether trajectory and all requested footprints are complete.

pending_footprints(names)

Return configured footprint names that still need work.

Attributes#

traj_present

error_traj_present

log_present

footprints