一键导入
pymatgen-electronic-structure
Use for electronic structure analysis with pymatgen.electronic_structure: DOS, band structures, COHP/COOP, and plotting utilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for electronic structure analysis with pymatgen.electronic_structure: DOS, band structures, COHP/COOP, and plotting utilities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pymatgen-electronic-structure |
| description | Use for electronic structure analysis with pymatgen.electronic_structure: DOS, band structures, COHP/COOP, and plotting utilities. |
| metadata | {"short-description":"pymatgen electronic structure"} |
Pymatgen electronic structure utilities handle band structures, DOS, and COHP/COOP data, plus plotting helpers for common DFT outputs.
Ensure pymatgen is installed in your Python environment:
pip install pymatgen
# or
conda install -c conda-forge pymatgen
Example usage pattern:
from pymatgen.electronic_structure.dos import Dos
from pymatgen.electronic_structure.bandstructure import BandStructure
# your code here
vasprun.xml/BSVasprun or other output objectsExecutable examples in the scripts/ directory:
2013-01-01-Plotting_the_electronic_structure_of_Fe.py - Electronic structure plotting for Fe.2017-09-03-Analyze_and_plot_band_structures.py - Band structure analysis and plotting.2018-03-14-Plotting_COHP_from_LOBSTER.py - COHP plotting from LOBSTER outputs.2020-07-15-How_to_plot_a_Fermi_surface_with_Boltztrap_-_notest.py - Fermi surface plotting with BoltzTraP (example).Detailed reference material (load as needed):
references/electronic-structure.md - Key classes and examplesreferences/docs/ - Local API docs for pymatgen.electronic_structureStructured brainstorming and ideation facilitation using proven creativity techniques. Use when users want to generate ideas, explore solutions, break through creative blocks, or need facilitated ideation sessions. Triggers include requests like 'help me brainstorm,' 'generate ideas for,' 'creative solutions to,' or 'think of alternatives.'
Use when investigating why something happened and need to distinguish correlation from causation, identify root causes vs symptoms, test competing hypotheses, control for confounding variables, or design experiments to validate causal claims. Invoke when debugging systems, analyzing failures, researching health outcomes, evaluating policy impacts, or when user mentions root cause, causal chain, confounding, spurious correlation, or asks "why did this really happen?"
Use when comparing multiple named alternatives across several criteria, need transparent trade-off analysis, making group decisions requiring alignment, choosing between vendors/tools/strategies, stakeholders need to see decision rationale, balancing competing priorities (cost vs quality vs speed), user mentions "which option should we choose", "compare alternatives", "evaluate vendors", "trade-offs", or when decision needs to be defensible and data-driven.
Use when dealing with complex systems that need simplification, identifying bottlenecks or critical failure points, redesigning architecture or processes for better performance, breaking down problems that feel overwhelming, analyzing dependencies to understand ripple effects, user mentions "this is too complex", "where's the bottleneck", "how do we redesign this", "what are the key components", or when optimization requires understanding how parts interact.
Use when optimizing multi-factor systems with limited experimental budget, screening many variables to find the vital few, discovering interactions between parameters, mapping response surfaces for peak performance, validating robustness to noise factors, or when users mention factorial designs, A/B/n testing, parameter tuning, process optimization, or experimental efficiency.
Use when you have validated symmetry groups and need to design neural network architecture that respects those symmetries. Invoke when user mentions equivariant layers, G-CNN, e3nn, steerable networks, building symmetry into model, or needs architecture recommendations for specific symmetry groups. Provides architecture patterns and implementation guidance.