UniformBandStructureMaker¶
- class atomate2.vasp.flows.core.UniformBandStructureMaker(name='uniform band structure', static_maker=<factory>, bs_maker=<factory>)[source]¶
Bases:
Maker
Maker to generate uniform VASP band structure.
This is a static calculation followed by a uniform non-self-consistent field calculations.
- Parameters:
name (str) – Name of the flows produced by this maker.
static_maker (.BaseVaspMaker) – The maker to use for the static calculation.
bs_maker (.BaseVaspMaker) – The maker to use for the non-self-consistent field calculations.