run_supercells#
- autoplex.auto.phonons.jobs.run_supercells(structures, supercell_matrices, mp_ids, dft_maker=None)[source]#
Run supercell calculations.
Note, this job will replace itself with supercell calculations.
- Parameters:
structures (list[Structure]) – list of supercells
supercell_matrices (list[int]) – list of supercell matrices
mp_ids (list[str]) – list of material ids
dft_maker (.BaseVaspMaker or .ForceFieldStaticMaker or .BaseAimsMaker) – A maker to use to generate dispacement calculations
- Return type:
Response