BandStructureMaker¶
- class atomate2.vasp.flows.core.BandStructureMaker(name='band structure', bandstructure_type='both', static_maker=<factory>, bs_maker=<factory>)[source]¶
Bases:
Maker
Maker to generate VASP band structures.
This is a static calculation followed by two non-self-consistent field calculations, one uniform and one line mode.
- Parameters:
name (str) – Name of the flows produced by this maker.
bandstructure_type (str) – The type of band structure to generate. Options are “line”, “uniform” or “both”.
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.