TransformTask

pydantic model atomate2.common.schemas.transform.TransformTask[source]

Schematize a transformation run.

field transformation: AbstractTransformation [Required]

The transformation applied to a structure.

field final_structure: Structure [Required]

The structure after the transformation.

field input_structure: Structure [Required]

The structure before the transformation.