MPGGADoubleRelaxMaker#

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

Bases: DoubleRelaxMaker

MP 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.