.claude/skills/crystallographic-symmetry-notation/SKILL.md
Decode and interpret Hermann-Mauguin symmetry notation for crystallographic point groups and space groups. Use this skill when encountering symmetry symbols like '4/m', '3m', or '6/mmm' and needing to identify the rotational axes, mirror planes, and inversion centers they represent.
npx skillsauth add ShaneLogic/SolarLab Crystallographic Symmetry NotationInstall 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.
Decode Hermann-Mauguin symmetry symbols to identify crystallographic symmetry elements.
| Component | Meaning | |-----------|---------| | n (number) | n-fold rotational symmetry axis | | m | Mirror plane | | n̄ (overbar) | Inversion axis (roto-inversion) | | I | Inversion center |
Parse the symbol into numbers (n) and letters (m).
Determine mirror plane orientation based on position relative to rotational axis:
| Notation | Meaning | |----------|---------| | m (without subscript) | Mirror plane parallel to rotational axis | | mₙ | Mirror plane perpendicular to n-fold axis | | Repeated m | Symmetry about other orthogonal planes |
For multi-position symbols:
| Symbol | Interpretation | |--------|---------------| | 1 | No symmetry (triclinic) | | 1̄ | Inversion center only | | m | Single mirror plane | | 2 | Twofold rotation axis | | 2/m | Twofold axis with perpendicular mirror | | 3m | Threefold axis with parallel mirrors | | 4/mmm | Fourfold axis, perpendicular mirror, two sets of parallel mirrors | | 6/mmm | Sixfold axis with full hexagonal symmetry |
Provide:
development
Understand and comply with Driftfusion software licensing terms, including the open-source AGPL v3.0 frontend and proprietary MATLAB pdepe solver backend. Use when using, modifying, or distributing Driftfusion code.
development
Initialize the Driftfusion simulation environment and create parameter objects. Use this skill when starting a new MATLAB session or setting up device properties for simulation.
development
Define device layer structure, configure spatial and time meshes, and build device structures with interface grading. Use this skill when setting up the physical geometry and discretization of a simulation device.
research
Analyze simulation solutions, calculate physical quantities, and generate plots. Use this skill when processing completed simulations, extracting currents/densities, or visualizing results.