PhononJobDirs# pydantic model atomate2.common.schemas.phonons.PhononJobDirs[source]# Collection to save all job directories relevant for the phonon run. field displacements_job_dirs: list[str | None] = None# The directories where the displacement jobs were run. field static_run_job_dir: str | None = None# Directory where static run was performed. field born_run_job_dir: str | None = None# Directory where born run was performed. field optimization_run_job_dir: str | None = None# Directory where optimization run was performed.