RunStatistics
- class emmet.core.vasp.calculation.RunStatistics(**data)
Bases:
BaseModelSummary of the run statistics for a VASP calculation.
- Parameters:
average_memory (float)
max_memory (float)
elapsed_time (float)
system_time (float)
user_time (float)
total_time (float)
cores (int)
- classmethod from_outcar(outcar)
Create a run statistics document from an Outcar object.
- Return type:
Self- Parameters:
outcar (Outcar)
Parameters
- outcar
An Outcar object.
Returns
- RunStatistics
The run statistics.
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].