jaxrts.plasma_physics.Debye_Hueckel_screening_length

jaxrts.plasma_physics.Debye_Hueckel_screening_length(n: Quantity | list, T: Quantity, Z: float | list | Array = 1.0) Quantity[source]

Calculate the Debye-Hückel screening length. Use the general formula using a sum over n, Z.

Parameters:
  • n (Quantity or List) – Electron density in 1/[length]**3

  • T (Quantity) – The temperature in [K]. Many authors, e.g., [Gericke et al., 2010] suggest an effective temperature which interpolates between the system’s temperature and the fermi temperature. See temperature_interpolation()

  • Z (float, list or np.ndarray, defaults to 1) – Ionization. The default value of 1 corresponds to electrons

Examples using jaxrts.plasma_physics.Debye_Hueckel_screening_length

Showing the relevance of the Born Mermin Approximation

Showing the relevance of the Born Mermin Approximation