band structure calculations
Band structure is the map that tells you everything a solid will do with electrons — whether it conducts, insulates, or does the delicate in-between dance of a semiconductor. Isolated atoms have sharp, discrete energy levels. Pack $10^{23}$ of them into a crystal and those levels smear into continuous *bands* of allowed energy separated by forbidden *gaps*. Every transistor threshold, every laser wavelength, every solar-cell efficiency, and every mobility number a process engineer chases is, underneath, a statement about the shape of these bands.\n\n**A periodic crystal turns discrete levels into bands.** The reason is symmetry. Because the lattice repeats, Bloch's theorem says every electron state can be written as a plane wave modulated by a function with the crystal's periodicity:\n\n$$\psi_{n\mathbf{k}}(\mathbf{r}) = e^{i\mathbf{k}\cdot\mathbf{r}}\, u_{n\mathbf{k}}(\mathbf{r})$$\n\nHere $\mathbf{k}$ is the crystal momentum and $n$ is the band index. The energy $E_n(\mathbf{k})$ — the eigenvalue as a function of $\mathbf{k}$ across the first Brillouin zone — *is* the band structure. Plot it along the high-symmetry directions of the zone and you get the familiar squiggle of curves that defines the material.\n\n**The band gap is the whole game.** The highest filled band is the valence band; the lowest empty one is the conduction band; the energy between them is the band gap $E_g$. A metal has no gap (bands overlap, carriers flow freely). An insulator has a gap too large to cross ($>4$ eV). A semiconductor sits in the useful middle — a gap of roughly $0.5$ to $3$ eV that thermal energy, light, or an applied field can bridge on demand. Whether the conduction-band minimum sits at the same $\mathbf{k}$ as the valence-band maximum decides the material's optical fate: a *direct* gap (GaAs) emits light efficiently and powers lasers and LEDs, while an *indirect* gap (silicon) needs a phonon to conserve momentum, making it a poor emitter but a superb, cheap switch.\n\n```svg\n\n```\n\n**Effective mass hides inside the curvature.** How hard a field accelerates a carrier is not its bare electron mass but its *effective* mass, read directly off how sharply the band curves near its extremum:\n\n$$\frac{1}{m^*_{ij}} = \frac{1}{\hbar^2}\frac{\partial^2 E_n}{\partial k_i \partial k_j}$$\n\nA sharply curved band means light, fast carriers and high mobility; a flat band means heavy, sluggish ones. This single number, extracted from band structure, feeds straight into the drift current a TCAD tool predicts for a transistor — which is why device engineers care about band shape even when they never solve a Schrödinger equation themselves.\n\n**Computing it in practice means Density Functional Theory.** The many-body problem of $10^{23}$ interacting electrons is intractable head-on, so DFT reformulates it as non-interacting electrons moving in an effective potential built from the electron density, via the Kohn-Sham equations:\n\n$$\left[-\frac{\hbar^2}{2m}\nabla^2 + V_{\text{eff}}[n(\mathbf{r})]\right]\psi_i = \epsilon_i \psi_i$$\n\nSolved self-consistently, DFT reliably predicts lattice constants, bonding, and band *shapes*. But it has one famous, load-bearing flaw for our purposes: standard DFT systematically *underestimates the band gap*, sometimes catastrophically.\n\n| Material | Experimental gap | DFT-LDA gap | Error |\n|---|---|---|---|\n| Silicon (Si) | 1.17 eV | 0.52 eV | -56% |\n| Gallium arsenide (GaAs) | 1.52 eV | 0.30 eV | -80% |\n| Germanium (Ge) | 0.74 eV | 0.00 eV | metal! |\n\n**The fix is many-body perturbation theory.** The GW approximation replaces the DFT exchange-correlation with a proper self-energy $\Sigma = iGW$ — the Green's function $G$ dressed by the screened Coulomb interaction $W$ — and adds a quasiparticle correction that typically restores $0.5$ to $2$ eV of gap, bringing predictions in line with experiment. GW is expensive, so engineers reach for cheaper hybrid functionals (HSE06) for routine work and reserve GW for cases where the gap value itself is the answer.\n\n**Where band structure touches the fab floor.** Three levers dominate. *Strain engineering* deliberately distorts the lattice — a strained-silicon channel shifts the bands via deformation potentials and buys 30 to 50% mobility, a free performance node with no new lithography. *Heterostructures and quantum wells* stack materials with different gaps so that band offsets confine carriers exactly where a laser or HEMT needs them. And *dopants and defects* introduce shallow levels near the band edges (useful, they donate carriers) or deep mid-gap levels (harmful, they trap and recombine), and only a band-structure calculation tells you which a given impurity will be.\n\n**Read band structure through a curvature-and-gap lens rather than an atomic-orbital lens,** and the whole discipline organizes itself: the gap sets what the material *is* (metal, semiconductor, insulator) and whether it emits light, while the curvature sets how *fast* its carriers move. Everything a process engineer tunes — strain, alloy composition, doping, confinement — is ultimately an attempt to reshape those two features. How k·p theory extrapolates the full bands from just a few zone-center parameters, how Monkhorst-Pack k-point grids control accuracy, and why hybrid functionals became the industry default over pure GW are the natural places to go deeper.