HSELineModeBandStructureMaker#

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

Bases: LineModeBandStructureMaker

Maker to generate VASP HSE line mode band structures.

This is a HSE06 static calculation followed by a HSE06 line mode 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 line-mode band structure calculation.