update_custodian_handlers¶
- atomate2.common.powerups.update_custodian_handlers(flow, custom_handlers, class_filter)[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