Quantum Tunneling Simulator: Barrier Penetration & Transmission Coefficient

simulator intermediate ~12 min
Loading simulation...
T = 12.95% — significant tunneling through the barrier

With default parameters (E=3 eV, V=5 eV, L=1 nm, m=1 m_e), approximately 12.95% of incident particles tunnel through the barrier. This is a hallmark quantum effect with no classical analogue — classically, a particle with E < V would be 100% reflected.

Formula

Transmission coefficient: T = 1/[1 + (kappa^2 + k1^2)^2 sinh^2(kappa L)/(4 k1^2 kappa^2)]
Decay constant: kappa = sqrt(2m(V-E))/hbar
WKB approximation: T ~ exp(-2 kappa L)
Wave vector: k1 = sqrt(2mE)/hbar

Quantum Tunneling

In classical mechanics, a particle encountering a potential barrier higher than its kinetic energy is simply reflected — it cannot pass. Quantum mechanics tells a profoundly different story. The particle's wave function penetrates into the classically forbidden region, decaying exponentially but never reaching exactly zero. If the barrier is thin enough, a portion of the wave function emerges on the other side, giving a non-zero probability of transmission.

The Rectangular Barrier Model

This simulator models the simplest tunneling scenario: a particle of energy E approaching a rectangular potential barrier of height V and width L. When E < V, the wave function inside the barrier takes the form psi ~ exp(-kappa x), where kappa = sqrt(2m(V-E))/hbar is the decay constant. The transmission coefficient T quantifies the fraction of incident flux that passes through.

Exponential Sensitivity

The key insight is that tunneling probability depends exponentially on both barrier width and the energy deficit (V-E). Doubling the barrier width squares the suppression factor. This exponential sensitivity is why tunneling is significant at the atomic scale (barriers ~nm wide) but utterly negligible for macroscopic objects.

Physical Applications

Quantum tunneling powers some of the most important processes in nature and technology. Nuclear fusion in stellar cores requires protons to tunnel through the Coulomb barrier. Alpha decay is explained by the alpha particle tunneling out of the nuclear potential well — Gamow's 1928 theory was one of the first triumphs of quantum mechanics. In technology, the scanning tunneling microscope (STM) exploits the exponential sensitivity of tunneling current to image surfaces at atomic resolution.

Reading the Visualization

The red shaded rectangle is the potential barrier. The cyan wave on the left is the incoming particle's wave function, oscillating with wavelength determined by its energy. Inside the barrier, the wave decays exponentially. On the right, the transmitted wave continues with reduced amplitude (proportional to sqrt(T)). Adjust energy toward the barrier height to see tunneling increase dramatically — and above V, watch it become full transmission with oscillatory resonance effects.

FAQ

What is quantum tunneling?

Quantum tunneling is the phenomenon where a particle passes through a potential energy barrier that it classically could not surmount. The particle's wave function does not abruptly go to zero at the barrier but instead decays exponentially, allowing a non-zero probability of appearing on the other side.

How is the transmission coefficient calculated?

For a rectangular barrier, the exact transmission coefficient is T = 1 / [1 + (kappa^2 + k^2)^2 sinh^2(kappa L) / (4 k^2 kappa^2)], where k = sqrt(2mE)/hbar and kappa = sqrt(2m(V-E))/hbar. The WKB approximation gives T ~ exp(-2 kappa L) for thick barriers.

Where does quantum tunneling occur in nature?

Quantum tunneling is essential in nuclear fusion (how stars shine), alpha decay of radioactive nuclei, scanning tunneling microscopy (STM), tunnel diodes, and the flash memory in your devices. It is one of the most practically important quantum phenomena.

What is the decay length?

The decay length (or penetration depth) delta = 1/kappa = hbar/sqrt(2m(V-E)) is the characteristic distance over which the wave function amplitude decreases by a factor of 1/e inside the barrier. A shorter decay length means the barrier is more opaque.

Sources

Embed

<iframe src="https://homo-deus.com/lab/quantum-mechanics/quantum-tunneling/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub