.claude/skills/auger-recombination-analysis/SKILL.md
Calculate Auger recombination rates and carrier lifetimes in semiconductors. Use this skill when analyzing high carrier density scenarios (e.g., heavily doped materials, high injection conditions), narrow gap semiconductors (Eg < 0.35 eV), or when determining dominant recombination mechanisms at elevated carrier concentrations.
npx skillsauth add ShaneLogic/SolarLab auger-recombination-analysisInstall 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.
Apply Auger recombination analysis when:
Check if Auger recombination is significant:
Use the fundamental Auger recombination formula:
R_Auger = B × n² × p
Where:
For electron lifetime limited by Auger:
τ_A = 1/(B × n²)
Lifetime scaling with density:
For precise calculations, use Haug's formula (see references/haug-formula.md):
τ_A = [2.4 × 10⁻³¹ × (εr/m*)² × (1 + m*/m₀) × exp(ΔE/kT)] / (n² × I₁² × I₂²)
Where ΔE = [(2m* + mp)/(m* + mp)] × Eg
Band gap dependence:
High doping effects:
| Material Type | Typical B (cm⁶s⁻¹) | Critical Density | |---------------|---------------------|------------------| | Narrow gap (InSb) | 10⁻²⁶ to 10⁻²² | >10¹⁶ cm⁻³ | | Medium gap (Si) | 10⁻³¹ to 10⁻³⁰ | >10¹⁸ cm⁻³ | | Wide gap (GaAs) | 10⁻³⁰ to 10⁻²⁹ | >10¹⁸ cm⁻³ |
Provide results as:
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.