UsageStats#

pydantic model atomate2.amset.schemas.UsageStats[source]#

Definition of AMSET timing data.

field interpolation: float = None#

Time taken for interpolation routines (s)

field dos: float = None#

Time taken for density of states routines (s)

field scattering: float = None#

Time taken for scattering routines (s)

field transport: float = None#

Time taken for transport routines (s)

field writing: float = None#

Time taken for io routines (s)

field total: float = None#

Total time taken for AMSET to run (s)

field max_memory: float = None#

Maximum memory usage (MB)