.claude/skills/bias-dependent-recombination-analysis/SKILL.md
Interpret recombination behavior in pn-junctions under different bias conditions. Use when analyzing net recombination vs. generation, determining carrier traffic direction, or understanding space charge region behavior under forward or reverse bias.
npx skillsauth add ShaneLogic/SolarLab Bias-Dependent 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.
Determine the product of electron and hole densities:
carrier_product = n * p
Calculate the equilibrium reference:
equilibrium_product = ni^2
Decision Tree:
| Condition | Sign of U | Physical Meaning | |-----------|-----------|-----------------| | np = ni^2 | U = 0 | Thermal equilibrium - no net generation or recombination | | np < ni^2 | U < 0 | Net thermal generation - carriers being produced | | n*p > ni^2 | U > 0 | Net recombination - carriers being consumed |
Key principles:
In pn-junctions:
Reverse Bias (n*p < ni^2):
Forward Bias (n*p > ni^2):
The minority carrier density is the limiting factor for recombination. Even if majority carriers are abundant, recombination cannot proceed without minority carriers. This is why recombination peaks in junction regions where both carrier types have comparable densities.
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.