.claude/skills/cuinse2-cigs-material-properties/SKILL.md
Calculate material properties, doping behavior, and band gap energy for CuInSe2, CuGaSe2, and Cu(InGa)Se2 chalcopyrite semiconductors. Use when determining conductivity type from composition/annealing conditions or computing band gap for alloy compositions.
npx skillsauth add ShaneLogic/SolarLab cuinse2-cigs-material-propertiesInstall 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.
| Property | Value | |----------|-------| | Crystal Structure | Chalcopyrite | | Lattice Constant a | 5.78 Å | | Lattice Constant c | 11.62 Å | | Band Gap (Eg) | 1.04 eV | | Melting Temperature | 986 °C | | Density | 5.75 g/cm³ | | Thermal Expansion (a-axis) | 11.23×10⁻⁶ /K | | Thermal Expansion (c-axis) | 7.90×10⁻⁶ /K | | Electron Effective Mass | 0.08 m₀ | | Heavy Hole Effective Mass | 0.72 m₀ | | Light Hole Effective Mass | 0.09 m₀ |
Check copper composition:
If indium-rich:
Apply annealing effects:
Use the empirical quadratic equation:
Eg(x) = (1-x)·Eg(CuInSe2) + x·Eg(CuGaSe2) - b·x·(1-x)
Parameters:
Constraints:
See references/band-gap-calculation-details.md for detailed calculation examples.
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.