What problem does it solve?
Setting up, executing, and debugging VASP density functional theory calculations can be complex, especially on high‑performance computing systems; this skill simplifies the entire workflow using the Atomic Simulation Environment.
Core Features & Use Cases
- Provides default VASP calculator settings (PBE functional, k‑point mesh, ENCUT) for quick start.
- Supplies a ready‑to‑use geometry optimization workflow, including MPI command configuration for systems like the DGX A100.
- Includes a comprehensive error‑handling guide that parses OUTCAR or stdout to automatically suggest fixes for electronic, ionic, memory, and POTCAR issues.
- Recommends validation steps such as dry‑run configurations before large‑scale productions.
- Manages output extraction, storing energies, forces, and stress in structured JSON or CSV for downstream analysis.
Quick Start
Ask the agent to run a geometry optimization of a POSCAR file using VASP via ASE on the DGX A100.