.claude/skills/auger-recombination-via-centers/SKILL.md
Calculate Auger recombination lifetime and capture cross-section when carriers recombine through defect centers under high excitation conditions. Use this when analyzing recombination in materials with significant defect densities or high carrier injection levels where Auger processes via recombination centers dominate.
npx skillsauth add ShaneLogic/SolarLab auger-recombination-via-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 the center-specific formula:
τ_A = [Q × exp(ΔE/kT)] / (R × Nr × n²)
Where:
For GaAs and similar materials:
B ∝ (Ec - Er)⁻³.⁵
This power law describes the energy dependence.
σ_Auger = B / (v_th × n)
Where v_th is the thermal velocity of carriers.
Check if the process is intrinsic by examining the dependence:
The exponential term exp(ΔE/kT) accounts for the energy barrier between the band and the recombination center, making deep centers less effective for Auger recombination.
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.