update_user_incar_settings_maker¶ atomate2.vasp.jobs.lobster.update_user_incar_settings_maker(vasp_maker, nbands, structure, prev_dir)[source]¶ Update the INCAR settings of a maker. Parameters: vasp_maker (.BaseVaspMaker) – A maker for the static run with all parameters relevant for Lobster. nbands (int) – integer indicating the correct number of bands structure (.Structure) – Structure object. prev_dir (Path or str) – Path or string to vasp files. Returns: LobsterStaticMaker with correct number of bands. Return type: .BaseVaspMaker