Computational-chemistry-agent-skills relax
Prepare SIESTA geometry-relaxation task inputs from a user-provided structure and optimization settings. Use when the user needs ion-only or cell-coupled structural optimization with explicit force/stress 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-siesta/relax" ~/.claude/skills/jinzhezenggroup-computational-chemistry-agent-skills-relax-62c3c0 && rm -rf "$T"
manifest:
quantum-chemistry/dft-siesta/relax/SKILL.mdsource content
SIESTA Relax (Subskill)
Scope
This skill prepares relaxation tasks only.
It should generate:
- relaxation-capable SIESTA input
- force/stress convergence controls
- constraint policy when relevant
It should not submit or execute jobs.
Relax intent is mandatory
Before preparing inputs, classify intent:
- ion-only relaxation
- cell+ion relaxation
- constrained relaxation (for example slab constraints)
If intent is ambiguous, ask for clarification.
Must provide
- structure input
- basis/pseudopotential set choice
- optimization and convergence thresholds
- stress/cell relaxation policy when applicable
Usually should be explicit
- fixed atom/layer constraints
- charge/spin setup
- mesh/scf policy
Expected output
- relaxation-task input layout
- explicit relaxation-policy rationale
- settings summary and assumptions
- unresolved choices for confirmation
- handoff note to
if execution is requesteddpdisp-submit