Homeβ€Ί Knowledge Baseβ€Ί Electromagnetism Mathematics Modeling

Electromagnetism Mathematics Modeling

A comprehensive guide to the mathematical frameworks used in semiconductor device simulation, covering electromagnetic theory, carrier transport, and quantum effects.

1. The Core Problem

Semiconductor device modeling requires solving coupled systems that describe:

Key Variables:

SymbolDescriptionUnits
$\phi$Electrostatic potentialV
$n$Electron concentrationcm⁻³
$p$Hole concentrationcm⁻³
$\mathbf{E}$Electric fieldV/cm
$\mathbf{J}_n, \mathbf{J}_p$Current densitiesA/cmΒ²

2. Fundamental Mathematical Frameworks

2.1 Drift-Diffusion System

The workhorse of semiconductor device simulation couples three fundamental equations.

2.1.1 Poisson's Equation (Electrostatics)

$$

abla \cdot (\varepsilon abla \phi) = -q(p - n + N_D^+ - N_A^-) $$

Where:

2.1.2 Continuity Equations (Carrier Conservation)

For electrons:

$$ \frac{\partial n}{\partial t} = \frac{1}{q} abla \cdot \mathbf{J}_n - R + G $$

For holes:

$$ \frac{\partial p}{\partial t} = -\frac{1}{q} abla \cdot \mathbf{J}_p - R + G $$

Where:

2.1.3 Current Density Relations

Electron current (drift + diffusion):

$$ \mathbf{J}_n = q\mu_n n \mathbf{E} + qD_n abla n $$

Hole current (drift + diffusion):

$$ \mathbf{J}_p = q\mu_p p \mathbf{E} - qD_p abla p $$

Einstein Relations:

$$ D_n = \frac{k_B T}{q} \mu_n \quad \text{and} \quad D_p = \frac{k_B T}{q} \mu_p $$

2.1.4 Recombination Models

$$ R_{SRH} = \frac{np - n_i^2}{\tau_p(n + n_1) + \tau_n(p + p_1)} $$

$$ R_{Auger} = (C_n n + C_p p)(np - n_i^2) $$

$$ R_{rad} = B(np - n_i^2) $$

2.2 Maxwell's Equations in Semiconductors

For optoelectronics and high-frequency devices, the full electromagnetic treatment is necessary.

2.2.1 Maxwell's Equations

$$

abla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t} $$

$$

abla \times \mathbf{H} = \mathbf{J} + \frac{\partial \mathbf{D}}{\partial t} $$

$$

abla \cdot \mathbf{D} = \rho $$

$$

abla \cdot \mathbf{B} = 0 $$

2.2.2 Constitutive Relations

Displacement field:

$$ \mathbf{D} = \varepsilon_0 \varepsilon_r(\omega) \mathbf{E} $$

Current density:

$$ \mathbf{J} = \sigma(\omega) \mathbf{E} $$

2.2.3 Frequency-Dependent Dielectric Function

$$ \varepsilon(\omega) = \varepsilon_\infty - \frac{\omega_p^2}{\omega^2 + i\gamma\omega} + \sum_j \frac{f_j}{\omega_j^2 - \omega^2 - i\Gamma_j\omega} $$

Components:

2.2.4 Complex Refractive Index

$$ \tilde{n}(\omega) = n(\omega) + i\kappa(\omega) = \sqrt{\varepsilon(\omega)} $$

Optical properties:

2.3 Boltzmann Transport Equation

When drift-diffusion is insufficient (hot carriers, high fields, ultrafast phenomena):

$$ \frac{\partial f}{\partial t} + \mathbf{v} \cdot abla_\mathbf{r} f + \frac{\mathbf{F}}{\hbar} \cdot abla_\mathbf{k} f = \left(\frac{\partial f}{\partial t}\right)_{\text{coll}} $$

Where:

abla_\mathbf{k} E(\mathbf{k})$ β€” Group velocity

2.3.1 Collision Integral (Relaxation Time Approximation)

$$ \left(\frac{\partial f}{\partial t}\right)_{\text{coll}} \approx -\frac{f - f_0}{\tau} $$

2.3.2 Scattering Mechanisms

$$ \frac{1}{\tau_{ac}} \propto T \cdot E^{1/2} $$

$$ \frac{1}{\tau_{op}} \propto \left(N_{op} + \frac{1}{2} \mp \frac{1}{2}\right) $$

$$ \frac{1}{\tau_{ii}} \propto \frac{N_I}{E^{3/2}} $$

2.3.3 Solution Approaches

2.4 Quantum Transport

For nanoscale devices where quantum effects dominate.

2.4.1 SchrΓΆdinger Equation (Effective Mass Approximation)

$$ \left[-\frac{\hbar^2}{2m^*} abla^2 + V(\mathbf{r})\right]\psi = E\psi $$

2.4.2 SchrΓΆdinger-Poisson Self-Consistent Loop

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ Initial guess: V(r) β”‚ β”‚ β”‚ β”‚ β”‚ β–Ό β”‚ β”‚ Solve Schrodinger: Hpsi = Epsi β”‚ β”‚ β”‚ β”‚ β”‚ β–Ό β”‚ β”‚ Calculate charge density: β”‚ β”‚ rho(r) = q sum |psi_i(r)|^2 f(E_i) β”‚ β”‚ β”‚ β”‚ β”‚ β–Ό β”‚ β”‚ Solve Poisson: div(grad V) = -rho/eps β”‚ β”‚ β”‚ β”‚ β”‚ β–Ό β”‚ β”‚ Check convergence ──► If not, iterate β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

2.4.3 Non-Equilibrium Green's Function (NEGF)

Retarded Green's function:

$$ [EI - H - \Sigma^R]G^R = I $$

Lesser Green's function (for electron density):

$$ G^< = G^R \Sigma^< G^A $$

Current formula (Landauer-BΓΌttiker type):

$$ I = \frac{2q}{h}\int \text{Tr}\left[\Sigma^< G^> - \Sigma^> G^<\right] dE $$

Transmission function:

$$ T(E) = \text{Tr}\left[\Gamma_L G^R \Gamma_R G^A\right] $$

where $\Gamma_{L,R} = i(\Sigma_{L,R}^R - \Sigma_{L,R}^A)$ are the broadening matrices.

2.4.4 Wigner Function Formalism

Quantum analog of the Boltzmann distribution:

$$ f_W(\mathbf{r}, \mathbf{p}, t) = \frac{1}{(\pi\hbar)^3}\int \psi^*\left(\mathbf{r}+\mathbf{s}\right)\psi\left(\mathbf{r}-\mathbf{s}\right) e^{2i\mathbf{p}\cdot\mathbf{s}/\hbar} d^3s $$

3. Coupled Optoelectronic Modeling

For solar cells, LEDs, and lasers, optical and electrical physics must be solved self-consistently.

3.1 Self-Consistent Loop

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ Maxwell's Equations ──────► Optical field E(r,w) β”‚ β”‚ β”‚ β”‚ β”‚ β–Ό β”‚ β”‚ Generation rate: G(r) = alpha|E|^2/(hbarw) β”‚ β”‚ β”‚ β”‚ β”‚ β–Ό β”‚ β”‚ Drift-Diffusion ──────► Carrier densities n(r), p(r) β”‚ β”‚ β”‚ β”‚ β”‚ β–Ό β”‚ β”‚ Update eps(w,n,p) ──────► Free carrier absorption, β”‚ β”‚ β”‚ plasma effects, band filling β”‚ β”‚ β”‚ β”‚ β”‚ └──────────────── iterate β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

3.2 Key Coupling Equations

Optical generation rate:

$$ G(\mathbf{r}) = \frac{\alpha(\mathbf{r})|\mathbf{E}(\mathbf{r})|^2}{2\hbar\omega} $$

Free carrier absorption (modifies permittivity):

$$ \Delta\alpha_{fc} = \sigma_n n + \sigma_p p $$

Band gap narrowing (high injection):

$$ \Delta E_g = -A\left(\ln\frac{n}{n_0} + \ln\frac{p}{p_0}\right) $$

3.3 Laser Rate Equations

Carrier density:

$$ \frac{dn}{dt} = \frac{\eta I}{qV} - \frac{n}{\tau} - g(n)S $$

Photon density:

$$ \frac{dS}{dt} = \Gamma g(n)S - \frac{S}{\tau_p} + \Gamma\beta\frac{n}{\tau} $$

Gain function (linear approximation):

$$ g(n) = g_0(n - n_{tr}) $$

4. Numerical Methods

4.1 Method Comparison

MethodBest ForKey FeaturesComputational Cost
Finite Element (FEM)Complex geometriesAdaptive meshing, handles interfacesMedium-High
Finite Difference (FDM)Regular gridsSimpler implementationLow-Medium
FDTDTime-domain EMExplicit time stepping, broadbandHigh
Transfer Matrix (TMM)Multilayer thin filmsAnalytical for 1D, very fastVery Low
RCWAPeriodic structuresFourier expansionMedium
Monte CarloHigh-field transportStochastic, parallelizableVery High

4.2 Scharfetter-Gummel Discretization

Essential for numerical stability in drift-diffusion. For electron current between nodes $i$ and $i+1$:

$$ J_{n,i+1/2} = \frac{qD_n}{h}\left[n_i B\left(\frac{\phi_i - \phi_{i+1}}{V_T}\right) - n_{i+1} B\left(\frac{\phi_{i+1} - \phi_i}{V_T}\right)\right] $$

Bernoulli function:

$$ B(x) = \frac{x}{e^x - 1} $$

4.3 FDTD Yee Grid

Update equations (1D example):

$$ E_x^{n+1}(k) = E_x^n(k) + \frac{\Delta t}{\varepsilon \Delta z}\left[H_y^{n+1/2}(k+1/2) - H_y^{n+1/2}(k-1/2)\right] $$

$$ H_y^{n+1/2}(k+1/2) = H_y^{n-1/2}(k+1/2) + \frac{\Delta t}{\mu \Delta z}\left[E_x^n(k+1) - E_x^n(k)\right] $$

Courant stability condition:

$$ \Delta t \leq \frac{\Delta x}{c\sqrt{d}} $$

where $d$ is the number of spatial dimensions.

4.4 Newton-Raphson for Coupled System

For the coupled Poisson-continuity system, solve:

$$ \begin{pmatrix} \frac{\partial F_\phi}{\partial \phi} & \frac{\partial F_\phi}{\partial n} & \frac{\partial F_\phi}{\partial p} \\ \frac{\partial F_n}{\partial \phi} & \frac{\partial F_n}{\partial n} & \frac{\partial F_n}{\partial p} \\ \frac{\partial F_p}{\partial \phi} & \frac{\partial F_p}{\partial n} & \frac{\partial F_p}{\partial p} \end{pmatrix} \begin{pmatrix} \delta\phi \\ \delta n \\ \delta p \end{pmatrix} = - \begin{pmatrix} F_\phi \\ F_n \\ F_p \end{pmatrix} $$

5. Multiscale Challenge

5.1 Hierarchy of Scales

ScaleSizeMethodPhysics Captured
Atomic0.1–1 nmDFT, tight-bindingBand structure, material parameters
Quantum1–100 nmNEGF, Wigner functionTunneling, confinement
Mesoscale10–1000 nmBoltzmann, Monte CarloHot carriers, non-equilibrium
Device100 nm–μmDrift-diffusionClassical transport
CircuitΞΌm–mmCompact models (SPICE)Lumped elements

5.2 Scale-Bridging Techniques

$$ n = N_c F_{1/2}\left(\frac{E_F - E_c - \Lambda_n}{k_B T}\right) $$

where $\Lambda_n$ is the quantum potential from density-gradient theory:

$$ \Lambda_n = -\frac{\hbar^2}{12m^*}\frac{ abla^2 \sqrt{n}}{\sqrt{n}} $$

6. Key Mathematical Difficulties

6.1 Extreme Nonlinearity

Carrier concentrations depend exponentially on potential:

$$ n = n_i \exp\left(\frac{E_F - E_i}{k_B T}\right) = n_i \exp\left(\frac{q\phi}{k_B T}\right) $$

At room temperature, $k_B T/q \approx 26$ mV, so small potential changes cause huge concentration swings.

Solutions:

6.2 Numerical Stiffness

Solutions:

6.3 High Dimensionality

Solutions:

6.4 Multiphysics Coupling

Interacting effects:

7. Emerging Frontiers

7.1 Topological Effects

Berry curvature:

$$ \mathbf{\Omega}_n(\mathbf{k}) = i\langle abla_\mathbf{k} u_n| \times | abla_\mathbf{k} u_n\rangle $$

Anomalous velocity contribution:

$$ \dot{\mathbf{r}} = \frac{1}{\hbar} abla_\mathbf{k} E_n - \dot{\mathbf{k}} \times \mathbf{\Omega}_n $$

Applications: Topological insulators, quantum Hall effect, valley-selective transport

7.2 2D Materials

Graphene (Dirac equation):

$$ H = v_F \begin{pmatrix} 0 & p_x - ip_y \\ p_x + ip_y & 0 \end{pmatrix} = v_F \boldsymbol{\sigma} \cdot \mathbf{p} $$

Linear dispersion:

$$ E = \pm \hbar v_F |\mathbf{k}| $$

TMDCs (valley physics):

$$ H = at(\tau k_x \sigma_x + k_y \sigma_y) + \frac{\Delta}{2}\sigma_z + \lambda\tau\frac{\sigma_z - 1}{2}s_z $$

7.3 Spintronics

Spin drift-diffusion:

$$ \frac{\partial \mathbf{s}}{\partial t} = D_s abla^2 \mathbf{s} - \frac{\mathbf{s}}{\tau_s} + \mathbf{s} \times \boldsymbol{\omega} $$

Landau-Lifshitz-Gilbert (magnetization dynamics):

$$ \frac{d\mathbf{M}}{dt} = -\gamma \mathbf{M} \times \mathbf{H}_{eff} + \frac{\alpha}{M_s}\mathbf{M} \times \frac{d\mathbf{M}}{dt} $$

7.4 Plasmonics in Semiconductors

Nonlocal dielectric response:

$$ \varepsilon(\omega, \mathbf{k}) = \varepsilon_\infty - \frac{\omega_p^2}{\omega^2 + i\gamma\omega - \beta^2 k^2} $$

where $\beta^2 = \frac{3}{5}v_F^2$ accounts for spatial dispersion.

Quantum corrections (Feibelman parameters):

$$ d_\perp(\omega) = \frac{\int z \delta n(z) dz}{\int \delta n(z) dz} $$

Constants:

ConstantSymbolValue
Elementary charge$q$$1.602 \times 10^{-19}$ C
Planck's constant$h$$6.626 \times 10^{-34}$ JΒ·s
Reduced Planck's constant$\hbar$$1.055 \times 10^{-34}$ JΒ·s
Boltzmann constant$k_B$$1.381 \times 10^{-23}$ J/K
Vacuum permittivity$\varepsilon_0$$8.854 \times 10^{-12}$ F/m
Electron mass$m_0$$9.109 \times 10^{-31}$ kg
Speed of light$c$$2.998 \times 10^{8}$ m/s

Material Parameters (Silicon @ 300K):

ParameterSymbolValue
Band gap$E_g$1.12 eV
Intrinsic carrier concentration$n_i$$1.0 \times 10^{10}$ cm⁻³
Electron mobility$\mu_n$1400 cmΒ²/VΒ·s
Hole mobility$\mu_p$450 cmΒ²/VΒ·s
Relative permittivity$\varepsilon_r$11.7
Electron effective mass$m_n^*/m_0$0.26
Hole effective mass$m_p^*/m_0$0.39
electromagnetismelectromagnetism mathematicsmaxwell equationsdrift diffusionsemiconductor electromagnetismpoisson equationboltzmann transportnegfquantum transportoptoelectronics

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization β€” search the full knowledge base or chat with our AI assistant.