.claude/skills/carrier-capture-cross-section-models/SKILL.md
Calculate carrier capture cross-sections using gas-kinetic models and Coulomb-attractive center theory. Use this for determining recombination rates, carrier lifetimes, and analyzing temperature-dependent capture at defect centers.
npx skillsauth add ShaneLogic/SolarLab carrier-capture-cross-section-modelsInstall 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.
s = π × r₀²
Where r₀ is the radius of the electron eigenstate at kT below the band edge.
Carrier capture requires:
λ = 1 / [(N_r - n_r) × s]
Where (N_r - n_r) is the density of free recombination centers.
τ_r = λ / v_th
Where v_th is the thermal velocity.
E_n = E_c - E_Ry / n_q²
Where:
Find n_kT: the smallest integer where E_n > kT relative to continuum.
r₀ = 2 × n_kT² × a_B
Where a_B is the quasi-Bohr radius.
Since ground state is often slightly below kT:
r₀ ≈ 2 × a_B
s ≈ 4 × a_B² × (E_Ry / kT)²
| Model | Temperature Dependence | Physical Origin | |-------|----------------------|-----------------| | Gas-kinetic (neutral) | Weak (thermal velocity) | Geometric capture | | Coulomb-attractive | s ∝ 1/T² | Coulomb focusing decreases with T |
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.