.claude/skills/analyze-abrupt-step-junctions/SKILL.md
Use this skill when analyzing the electrical behavior of one-carrier abrupt step-junctions, such as nn+-junctions or semiconductor barriers. It applies when you need to model the physics of these junctions using governing transport and Poisson equations to determine electron density, electric field, and potential distributions.
npx skillsauth add ShaneLogic/SolarLab analyze-abrupt-step-junctionsInstall 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 this workflow to model the electrical behavior of one-carrier abrupt step-junctions. Since these systems involve non-linear differential equations that cannot be solved in closed form, numerical integration is required.
Establish the Governing Equations Define the system of three simultaneous non-linear differential equations that determine the electrical behavior:
Refer to governing-equations.md for the specific mathematical forms and the expanded set of four equations (Eqs. 25.6 - 25.9).
Define Boundary Conditions Apply boundary conditions assuming the "thick slices" scenario (far from the interface):
Note: Six boundary conditions are required for physically meaningful solutions.
Perform Numerical Integration
Extract Results Generate and analyze the following solution curves across the junction:
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.