Ase geometry optimization starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.
npx -y skills add ma-compbio-lab/SkillFoundry --skill ase-geometry-optimization-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, as published. Nobody here has run it
ASE Geometry Optimization Starter
Use this skill to optimize a tiny argon dimer with ASE and summarize the final geometry.
What This Skill Does
- reads a small JSON specification for an
Ar2starting geometry - attaches a deterministic Lennard-Jones calculator
- runs ASE
BFGSoptimization - reports initial and final distances plus energy improvement
Run
./slurm/envs/chem-tools/bin/python skills/computational-chemistry-and-molecular-simulation/ase-geometry-optimization-starter/scripts/run_ase_geometry_optimization.py --input skills/computational-chemistry-and-molecular-simulation/ase-geometry-optimization-starter/examples/toy_argon_dimer.json --out scratch/chemistry/ase_geometry_optimization_summary.json