get_supercell_job#
- autoplex.data.common.jobs.get_supercell_job(structure, supercell_matrix)[source]#
Create a job to get the supercell.
- Parameters:
structure (Structure) – The pymatgen structure object.
supercell_matrix (Matrix3D) – The matrix to generate the supercell.
- Returns:
supercell – A pymatgen structure object.
- Return type:
Structure