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