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#
|
Return whether one named footprint has reached a terminal state. |
|
Return whether all requested footprints have reached terminal states. |
|
Return whether this simulation still requires worker execution. |
|
Return whether trajectory and all requested footprints are complete. |
|
Return configured footprint names that still need work. |
Attributes#
|
|
|
|
|
|
|