atomate2.vasp.powerups¶
Powerups for performing common modifications on VASP jobs and flows.
This module provides utility functions (powerups) to modify VASP computational workflows, including updating INCAR settings, POTCAR configurations, k-points, and custodian handlers. All powerup functions return modified copies without altering the original objects.
Module Attributes
TypeVar for generic job, flow, or maker types. |
Functions
Add custom metadata fields to VASP task documents in a flow. |
|
Update user INCAR settings in VaspInputGenerators. |
|
Update user k-points settings in VaspInputGenerators. |
|
Update POTCAR functional in VaspInputGenerators. |
|
Update user POTCAR settings in VaspInputGenerators. |
|
Update custodian error handlers for VASP jobs in a flow. |
|
Update VaspInputGenerators or Makers in a job, flow, or maker. |
|
Update automatic ISPIN setting in VaspInputGenerators. |