MPMetaGGADoubleRelaxMaker#

class atomate2.vasp.flows.mp.MPMetaGGADoubleRelaxMaker(name='MP meta-GGA double relax', relax_maker1=<factory>, relax_maker2=<factory>)[source]#

Bases: DoubleRelaxMaker

MP meta-GGA double relaxation workflow.

Parameters:
  • name (str) – Name of the flows produced by this maker.

  • relax_maker1 (.BaseVaspMaker) – Maker to generate the first relaxation.

  • relax_maker2 (.BaseVaspMaker) – Maker to generate the second relaxation.