skills/pymatgen-phonon/SKILL.md
Use for phonon band structure/DOS, Gruneisen, and IR spectra analysis with pymatgen.phonon and phonopy-compatible outputs.
npx skillsauth add Hongyu-yu/matsci-ai-skills pymatgen-phononInstall 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 phonon tools analyze phonon band structures, DOS, Gruneisen parameters, and IR spectra, often from Phonopy outputs.
Ensure pymatgen and phonopy are installed in your Python environment:
pip install pymatgen phonopy
# or
conda install -c conda-forge pymatgen phonopy
Example usage pattern:
from pymatgen.phonon.bandstructure import PhononBandStructure
# your code here
Executable examples in the scripts/ directory:
2016-09-25-Plotting_phonon_bandstructure_and_dos.py - Phonon band structure and DOS plotting.Detailed reference material (load as needed):
references/phonon-workflows.md - Phonon workflows and examplesreferences/docs/ - Local API docs for pymatgen.phonontools
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.