RunStatistics

class emmet.core.vasp.task_valid.RunStatistics(**data)

Bases: BaseModel

Summary of the Run statistics for a VASP calculation

Parameters:
  • average_memory (float | None)

  • max_memory (float | None)

  • elapsed_time (float | None)

  • system_time (float | None)

  • user_time (float | None)

  • total_time (float | None)

  • cores (int | str | None)

model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].