Computational-chemistry-agent-skills static
Prepare VASP static SCF input tasks from a user-provided structure and essential DFT settings. Use when the user needs single-point electronic structure/total-energy calculations with INCAR generation, KSPACING-based k-point policy (or explicit KPOINTS on request), and POTCAR mapping instructions.
install
source · Clone the upstream repo
git clone https://github.com/jinzhezenggroup/computational-chemistry-agent-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jinzhezenggroup/computational-chemistry-agent-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/quantum-chemistry/dft-vasp/static" ~/.claude/skills/jinzhezenggroup-computational-chemistry-agent-skills-static-81ac8d && rm -rf "$T"
manifest:
quantum-chemistry/dft-vasp/static/SKILL.mdsource content
VASP Static SCF (Subskill)
Scope
This skill prepares static SCF tasks only.
It should generate:
POSCARINCAR- optional
(manual mesh only when requested)KPOINTS - POTCAR mapping/assembly instructions
It should not submit or execute jobs.
Must provide
- structure input
ENCUT- k-point policy (
default or explicit mesh)KSPACING
/ISMEARSIGMA- POTCAR mapping for each element
Usually should be explicit
EDIFFNELMPRECLREAL
/ISPIN
when relevantMAGMOM
when relevantIVDW
K-point policy
- default:
inKSPACINGINCAR - generate
only when user asks for explicit meshKPOINTS
Expected output
- task directory with generated input files
- settings summary and assumptions
- unresolved choices for user confirmation
- handoff note to
if execution is requesteddpdisp-submit