What problem does it solve?
This Skill turns raw crystal, molecule, and electronic-structure files into actionable materials-analysis outputs, including structure manipulation, symmetry analysis, phase stability insights, and electronic/property characterization.
Core Features & Use Cases
- Crystal and molecular structure modeling: Create and transform structures (supercells, substitutions, primitive/conventional cells) using consistent core classes.
- Format conversion at scale: Read and write many common materials-science file formats to support computational pipelines and data sharing.
- Property analysis for computational materials: Perform symmetry and coordination analysis, construct phase diagrams from Materials Project entries, and analyze band structure and DOS from VASP outputs.
- Materials Project database integration: Query structures, band structures, DOS, and computed entries via MP API for screening and stability studies.
- Surface and interface workflows: Generate slabs and study adsorption/termination-relevant structures, plus coherent interface construction.
- Practical workflow scripts and references: Use bundled scripts for converting, analyzing, and generating phase diagrams with clear CLI-style workflows.
Quick Start
Run the structure analyzer script on your POSCAR file and export results to JSON by typing: python scripts/structure_analyzer.py POSCAR --symmetry --neighbors --export json --output analysis.json.