.claude/skills/carrier-transport-mechanics/SKILL.md
Analyze and calculate carrier transport properties in semiconductors including thermal velocity, drift velocity, conductivity, and mobility. Use this when analyzing carrier motion, current flow, or transport parameters under thermal equilibrium or with applied electric fields.
npx skillsauth add ShaneLogic/SolarLab carrier-transport-mechanicsInstall 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 for carriers in non-degenerate semiconductors (carrier density < 0.1 Nc or 0.1 Nv) at temperature > 0K with no external field.
Calculate root-mean-square thermal velocity using equipartition principle:
Understand motion characteristics:
Use when an external electric field is applied to a homogeneous semiconductor.
| Variable | Description | |----------|-------------| | v_rms | Root mean square thermal velocity | | k | Boltzmann constant | | T | Absolute temperature | | m* | Effective mass of carrier | | F | Electric field strength | | tau | Mean scattering time (relaxation time) | | sigma | Electrical conductivity | | mu | Carrier mobility | | j | Current density |
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.