Computational-chemistry-agent-skills static
Prepare ABINIT single-point (static) task inputs from a user-provided structure and essential DFT settings. Use when the user needs total-energy/electronic SCF evaluation with explicit ABINIT cutoff, k-point, and SCF controls.
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-abinit/static" ~/.claude/skills/jinzhezenggroup-computational-chemistry-agent-skills-static-4d11da && rm -rf "$T"
manifest:
quantum-chemistry/dft-abinit/static/SKILL.mdsource content
ABINIT Static (Subskill)
Scope
This skill prepares static tasks only.
It should generate:
- ABINIT input for static SCF
- pseudopotential mapping summary
- output/restart naming policy
It should not submit or execute jobs.
Must provide
- structure input
- XC functional choice
- cutoff and k-point policy
- SCF convergence policy
Usually should be explicit
- charge/spin setup
- smearing/occupancy policy for metallic systems
- mixing/iteration controls
Expected output
- static-task input layout
- settings summary and assumptions
- unresolved choices for confirmation
- handoff note to
if execution is requesteddpdisp-submit