gen_incar.py - Trebonius91/utils4VASP GitHub Wiki
This script generates a template for an INCAR file of any of the calculation types presented in this Wiki.
Each keyword is explained by a brief command, further, different options are commented in/out if they are useful as well.
The following options are available (simply add the command line argument when invoking the script):
-single_pointA simple energy+gradient calculation for a given structure (see here for details)-geooptA geometry optimization to find the next local minimum (see here for details)-aimdAn ab-initio molecular dynamics (AIMD) calculation (see here for details)-freqA normal mode frequency calculation (see here for details)-solvationA single point calculation with implicit solvation (see here for details)-dosA density of states calculation (orbital-resolved) (see here for details)-bandAn electronic band structure calculation (see here for details)-chargeA Bader/DDEC6 partial charge calculation (see here and here for details)-wannierA localized Wannier orbital construction (see here for details)-cls_isAn initial state core level shift calculation (see here for details)-cls_fsA final state core level shift calculation (see here for details)-stmA simulation of a STM image (production of data) (see here for details)-nebA nudged elastic band (NEB) calculation with the VTST addon (see here for details)-ts_optA transition state (TS) optimization with the VTST addon (see here for details)-steeredA steered (ab-initio) molecular dynamics simulation (see here for details)-mlff_trainA on-the-fly ML-FF training calculation (see here for details)-mlff_selectA reselection of ML-FF local reference configurations (see here for details)-mlff_refitA refit of a ML-FF to obtain its fast version (see here for details)-mlff_mdA ML-FF molecular dynamics simulation (see here for details)