FastQuenchVaspMaker¶
- class atomate2.vasp.jobs.mpmorph.FastQuenchVaspMaker(relax_maker=<factory>, static_maker=<factory>, name='Vasp fast quench', relax_maker2=<factory>)[source]¶
Bases:
FastQuenchMaker
Fast quench from high temperature to 0K structures with VASP.
Quenches a provided structure with a single (or double) relaxation and a static calculation at 0K.
NOTE: By default, same as atomate2.vasp.flows.mp.MPGGADoubleRelaxMaker. This exists for the user to structure a FastQuenchMaker more easily. This is built for consistency with MPMorph flows.
- Parameters:
name (str) – Name of the flows produced by this maker.
relax_maker (ForceFieldRelaxMaker) – Relax Maker
relax_maker2 (ForceFieldRelaxMaker) – Relax Maker for a second relaxation; useful for tighter convergence
static_maker (ForceFieldStaticMaker) – Static Maker