add_interpolation_flow¶
- atomate2.vasp.jobs.ferroelectric.add_interpolation_flow(interp_structures, lcalcpol_maker)[source]¶
Generate the interpolations jobs and add them to the main ferroelectric flow.
- Parameters:
interp_structures (List[Structure]) – List of interpolated structures
lcalcpol_maker (BaseVaspMaker) – Vasp maker to compute the polarization of each structure.
- Returns:
Job response containing the interpolation flow.
- Return type:
Response