update_vasp_custodian_handlers¶ atomate2.vasp.powerups.update_vasp_custodian_handlers(flow, custom_handlers, class_filter=BaseVaspMaker)[source]¶ Return the flow with custom custodian handlers for VASP jobs. This allows user to selectively set error correcting handlers for VASP jobs or completely unset error handlers. Parameters: flow (Flow) custom_handlers (tuple) – A tuple with custodian handlers. class_filter (.Maker) – The Maker to which custom custodian handler needs to be added Returns: Flow with modified custodian handlers. Return type: Flow