skills/pymatgen-io-vasp/SKILL.md
Use for VASP input generation, POTCAR handling, and parsing VASP outputs (vasprun.xml, OUTCAR, OSZICAR, PROCAR, CHGCAR, LOCPOT, EIGENVAL) via pymatgen.io.vasp and input sets.
npx skillsauth add Hongyu-yu/matsci-ai-skills pymatgen-io-vaspInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pymatgen VASP IO supports input generation, standard input sets, and output parsing for VASP calculations.
Ensure pymatgen is installed in your Python environment:
pip install pymatgen
# or
conda install -c conda-forge pymatgen
Example usage pattern:
from pymatgen.io.vasp import Vasprun, Outcar
# your code here
Vasprun, Outcar, Oszicar, Eigenval, ProcarExecutable examples in the scripts/ directory:
2017-04-14-Inputs_and_Analysis_of_VASP_runs.py - VASP input setup and output analysis.Note: POTCAR files are not bundled; confirm pseudopotential paths before use. Note: Do not execute VASP unless explicitly requested.
Detailed reference material (load as needed):
references/vasp-io.md - VASP IO classes and examplesreferences/docs/pymatgen.io.vasp.md - Local API docstools
Spreadsheet toolkit (.xlsx/.csv). Create/edit with formulas/formatting, analyze data, visualization, recalculate formulas, for spreadsheet processing and analysis.
tools
Expert assistant for VASP (Vienna Ab initio Simulation Package) calculations - input file generation, parameter selection, workflow setup, and best practices for accurate DFT calculations
data-ai
This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.
tools
Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for geometric deep learning.