.claude/skills/capture-cross-section-deep-centers/SKILL.md
Calculate capture cross-section pre-exponential factors for deep centers in semiconductors, including thermal activation corrections. Use when analyzing carrier capture by deep traps where thermal energy effects are significant.
npx skillsauth add ShaneLogic/SolarLab capture-cross-section-deep-centersInstall 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.
Use Eq. (22.14):
s∞ = (e²/4πε₀εr)² × (m*/ħ²) × (1/Ec - Et)
Where:
e: elementary chargeε₀: vacuum permittivityεr: relative permittivitym*: effective massħ: reduced Planck constantEc - Et: energy difference between conduction band and trap levelCalculate correction factor η using Eq. (22.15):
η = (1 + 2m*Ea/ħ²k²)⁻¹
Where:
Ea: activation energyk: wave vectorApply correction: modified s∞ = η × s∞
Use Eq. (22.16):
Parameter = √(2m*/ħ²) × (Ec - Et)
Modified capture cross-section pre-exponential factor (ηs∞) in cm
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.