.claude/skills/asymmetric-pn-junction-analysis/SKILL.md
Analyze electric field distribution, carrier dynamics, and voltage behavior in asymmetrically doped pn-junctions. Use when modeling thin or thick Si solar cells with unequal doping profiles, calculating field profiles, predicting Voc changes, or interpreting recombination effects in junctions with doping asymmetry.
npx skillsauth add ShaneLogic/SolarLab Asymmetric PN Junction 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.
Identify the doping asymmetry ratio:
asymmetry_ratio = max(Nd, Na) / min(Nd, Na)
For typical asymmetric devices:
For the lower doped space charge region width (ln):
ln = sqrt( (2 * epsilon * psi_n,Dn) / (e * Nd) )
Maximum field at the junction:
F_max = sqrt( (2 * e * Nd * (psi_n,Dn - V)) / epsilon )
Diffusion potential:
psi_n,Dn = (kT/e) * ln( (Na * Nd) / n_i^2 )
Key insight: The field profile is non-linear in the higher doped region and shows a spike at the doping boundary. Estimate from the lower doped side for best accuracy.
CRITICAL DISTINCTION:
In asymmetric junctions, carrier crossover shifts into the lower doped region.
For asymmetric recombination center distribution:
ΔVoc = (A * kT/e) * ln(g/go)
Where A = 1.7 indicates non-ideal behavior from surface recombination.
Thin devices (d < diffusion length):
Thick devices (d2 > Ln):
For increased doping:
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.