OutputDoc¶
- pydantic model atomate2.aims.schemas.task.OutputDoc[source]¶
Summary of the outputs for an FHI-aims calculation.
- Parameters:
structure (Structure or Molecule) – The final pymatgen Structure or Molecule of the final system
trajectory (List[Structure or Molecule]) – The trajectory of output structures
energy (float) – The final total DFT energy for the last calculation
energy_per_atom (float) – The final DFT energy per atom for the last calculation
bandgap (float) – The DFT bandgap for the last calculation
cbm (float) – CBM for this calculation
vbm (float) – VBM for this calculation
forces (List[Vector3D]) – Forces on atoms from the last calculation
stress (Matrix3D) – Stress on the unit cell from the last calculation
all_forces (List[List[Vector3D]]) – Forces on atoms from all calculations.
- field structure: Structure | Molecule = None¶
The output structure object
- field trajectory: Sequence[Structure | Molecule] = None¶
The trajectory of output structures