TaskDoc#
- pydantic model autoplex.misc.castep.schema.TaskDoc[source]#
Document containing information on structure manipulation using CASTEP.
- field structure: Structure = None#
Final output structure from the task
- field task_label: str = None#
Description of the CASTEP task (e.g., static, relax)
- field dir_name: str | None = None#
Directory where the ASE calculations are performed.