Install
openclaw skills install vasp-input-generatorGenerate VASP input files (INCAR, KPOINTS, POSCAR.template) for DFT tasks like relaxation, static, MD, band structure, and DOS calculations.
openclaw skills install vasp-input-generatorGenerate complete VASP input files for density functional theory calculations.
For a standard structural optimization:
python scripts/generate_vasp_inputs.py --type relaxation --structure POSCAR
| File | Description | Script Support |
|---|---|---|
| INCAR | Calculation parameters | Full generation |
| KPOINTS | k-point mesh | Full generation |
| POSCAR | Structure file | Template generation |
| POTCAR | Pseudopotentials | Guidance only |
--type relaxation - Structural optimization--type static - Single-point energy--type md - Molecular dynamics--type band - Band structure--type dos - Density of statesFor detailed INCAR parameter descriptions, see references/incar-parameters.md.
ENCUT matches pseudopotential recommendationsISMEAR = 1 or 2)ISMEAR = 0 with small SIGMAISPIN = 2 for magnetic systemsThe generator creates:
INCAR - Calculation parametersKPOINTS - k-point meshPOSCAR.template - Structure template (if no existing POSCAR)POTCAR must be generated separately by concatenating pseudopotential files.