Part 8, Chapter 6

Quantum Plasmas

Degenerate plasmas, Bohm potential, and quantum dispersion

6.1 When Does a Plasma Become Quantum?

Classical plasma physics assumes that the de Broglie wavelength of the particles is much smaller than the interparticle spacing. When this assumption breaks down, quantum effects become important. The quantum degeneracy parameter quantifies this:

$$\chi = n_e \lambda_{dB}^3$$

where the thermal de Broglie wavelength is:

$$\lambda_{dB} = \frac{h}{\sqrt{2\pi m_e T_e}}$$

When \(\chi \ll 1\), the plasma is classical (Maxwell-Boltzmann statistics). When \(\chi \gtrsim 1\), the electron wavefunctions overlap and Fermi-Dirac statistics must be used. The electrons become degenerate, with the Fermi energy replacing the thermal energy as the relevant energy scale:

$$E_F = \frac{\hbar^2}{2m_e}(3\pi^2 n_e)^{2/3}$$

Quantum plasmas arise in white dwarf stars (\(n_e \sim 10^{30}\) cm-3), neutron star crusts, giant planet interiors, and semiconductor quantum wells. They also appear in intense laser-solid interactions where compression creates extreme densities.

6.2 The Quantum Bohm Potential

In the quantum hydrodynamic (QHD) formulation, the Schrodinger equation for the electron fluid can be rewritten in the Madelung form by decomposing the wavefunction as\(\psi = \sqrt{n_e}\, e^{iS/\hbar}\). This yields fluid-like continuity and momentum equations, with an additional quantum force arising from the Bohm potential:

$$Q = -\frac{\hbar^2}{2m_e}\frac{\nabla^2\sqrt{n_e}}{\sqrt{n_e}}$$

The Bohm potential can be expanded as:

$$Q = -\frac{\hbar^2}{4m_e}\left(\frac{\nabla^2 n_e}{n_e} - \frac{|\nabla n_e|^2}{2n_e^2}\right)$$

The quantum electron momentum equation becomes:

$$m_e n_e \frac{d\mathbf{v}_e}{dt} = -\nabla p_e + en_e\mathbf{E} + n_e\nabla Q$$

The Bohm potential introduces a new dispersive length scale. For density perturbations at wavenumber \(k\), the Bohm term contributes an effective pressure \(\sim \hbar^2 k^2 n_e/(4m_e)\). This becomes important when the wavelength approaches the de Broglie wavelength or when the density has sharp spatial gradients.

6.3 Wigner Function Formalism

The Wigner function provides a phase-space representation of quantum mechanics that is the natural quantum analog of the classical distribution function. It is defined as:

$$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$$

The Wigner function evolves according to the quantum Vlasov (Wigner-Moyal) equation:

$$\frac{\partial f_W}{\partial t} + \frac{\mathbf{p}}{m}\cdot\nabla_r f_W + \sum_{n=0}^{\infty} \frac{(-1)^n}{(2n+1)!}\left(\frac{\hbar}{2}\right)^{2n} \nabla_r^{2n+1}V \cdot \nabla_p^{2n+1} f_W = 0$$

The \(n=0\) term gives the classical Vlasov equation. Higher-order terms encode quantum corrections in powers of \(\hbar^2\). Unlike a classical distribution, the Wigner function can take negative values, reflecting quantum interference. However, its marginals (integrals over position or momentum) are always non-negative probability distributions.

6.4 Quantum Langmuir Dispersion

Including the Bohm potential and the Fermi pressure in the electron momentum equation modifies the Langmuir wave dispersion. For a zero-temperature degenerate electron gas, the dispersion relation becomes:

$$\omega^2 = \omega_{pe}^2 + 3k^2 v_{Fe}^2 + \frac{\hbar^2 k^4}{4m_e^2}$$

where \(v_{Fe} = \sqrt{2E_F/m_e}\) is the Fermi velocity. Compare this to the classical (Bohm-Gross) dispersion:

$$\omega^2 = \omega_{pe}^2 + 3k^2 v_{te}^2 \quad \text{(classical)}$$

The quantum correction \(\hbar^2 k^4/(4m_e^2)\) is a purely dispersive term that becomes dominant at very short wavelengths (comparable to the de Broglie wavelength). The crossover wavenumber where quantum effects become comparable to thermal effects is:

$$k_Q \sim \frac{2m_e v_{Fe}}{\hbar} = 2k_F$$

where \(k_F = (3\pi^2 n_e)^{1/3}\) is the Fermi wavenumber.

Interactive Simulation

Classical vs Quantum Langmuir Dispersion and Bohm Potential

Python
script.py109 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Rate this chapter: