MP24DoubleRelaxMaker¶
- class atomate2.vasp.flows.mp.MP24DoubleRelaxMaker(name='MP24 double relax', relax_maker1=<factory>, relax_maker2=<factory>)[source]¶
Bases:
DoubleRelaxMaker
MP24 PBEsol + r2SCAN 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.