HSEUniformBandStructureMaker#

class atomate2.vasp.flows.core.HSEUniformBandStructureMaker(name='hse band structure', static_maker=<factory>, bs_maker=<factory>)[source]#

Bases: UniformBandStructureMaker

Maker to generate VASP HSE uniform band structures.

This is a HSE06 static calculation followed by a HSE06 uniform calculation.

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 uniform band structure calculation.