WorkflowSimulationDataToStore¶
-
class
propertyestimator.workflow.schemas.WorkflowSimulationDataToStore[source]¶ An object which describes which data should be cached after a workflow has finished executing, and from which completed protocols should the data be collected from.
A WorkflowSimulationDataToStore maps to the creation of a StoredSimulationData stored data class.
-
coordinate_file_path¶ A reference to the file path of a coordinate file which encodes the topology of the system.
- Type
-
trajectory_file_path¶ A reference to the file path of a .dcd trajectory file containing configurations generated by the simulation.
- Type
-
statistics_file_path¶ A reference to the file path of of a StatisticsArray csv file, containing statistics generated by the simulation.
- Type
-
statistical_inefficiency¶ A reference to the statistical inefficiency of the collected data.
- Type
-
total_number_of_molecules¶ A reference to the total number of molecules in the system.
- Type
Methods
__init__()Constructs a new WorkflowSimulationDataToStore object.
-