use_auto_ispin
use_auto_ispin#
- atomate2.vasp.powerups.use_auto_ispin(flow: Job | Flow | Maker, value: bool = True, name_filter: Optional[str] = None, class_filter: type[Maker] | None = BaseVaspMaker) Job | Flow | Maker [source]#
Update the auto_ispin setting of any VaspInputGenerators in the flow.
Alternatively, if a Maker is supplied, the auto_ispin of the maker will be updated.
Note, this returns a copy of the original Job/Flow/Maker. I.e., the update does not happen in place.
- Parameters
- Returns
Job
orFlow
orMaker
A copy of the input flow/job/maker but with auto_ispin set.