RunStatistics

pydantic model atomate2.cp2k.schemas.calculation.RunStatistics[source]

Summary of the run statistics for a CP2K calculation.

field total_time: float = 0

The total CPU time for this calculation

classmethod from_cp2k_output(output)[source]

Create a run statistics document from an CP2K Output object.

Parameters:

output (Cp2kOutput) – Cp2kOutput object

Returns:

The run statistics.

Return type:

RunStatistics