OutputDoc#

pydantic model autoplex.misc.castep.schema.OutputDoc[source]#

The outputs of this job.

field energy: float | None = None#

Total energy in units of eV.

field energy_per_atom: float | None = None#

Energy per atom of the final molecule or structure in units of eV/atom.

field forces: list[Tuple[float, float, float]] | None = None#

The force on each atom in units of eV/A for the final molecule or structure.

field stress: Tuple[Tuple[float, float, float], Tuple[float, float, float], Tuple[float, float, float]] | None = None#

The stress on the cell in units of kbar.