jaxrts.hnc_potentials.HNCPotential
- class jaxrts.hnc_potentials.HNCPotential(include_electrons: Literal['off', 'SpinAveraged', 'SpinSeparated'] = 'off')[source]
Potentials, intended to be used in the HNC scheme. By default, the results of methods evaluating this Potential (in k or r space), return a \((n\times n\times m)\) matrix, where
nis the number of ion species andmis the number of r or k points. However, ifinclude_electronsis"SpinAveraged"or"SpinSeparated", electrons are added as another ion species, and so one the first two dimensions get one or two additional entries, respectively.Methods
T(plasma_state)The mass_weighted temperature average of a pair, according to [Schwarz et al., 2007].
__init__([include_electrons])alpha(plasma_state)check(plasma_state)Test if the HNCPotential is applicable to the PlasmaState.
citation([style, comment])Return bibliographic information for the Model used.
full_k(plasma_state, k)full_r(plasma_state, r)lambda_ab(plasma_state)long_k(plasma_state, k)The Foutier transform of
short_k().long_r(plasma_state, r)This is the long-range part of
full_r():mu(plasma_state)The geometric mean of two masses (or reciprocal sum)
prepare(plasma_state, key)q2(plasma_state)This is \(q^2\)!
r_cut(plasma_state)This casts
jaxrts.PlasmaState.ion_core_radiusin the form required to be used with an :py:class:~.HNCPotential`.short_k(plasma_state, k)The Fourier transform of
short_r().short_r(plasma_state, r)This is the short-range part of
full_r():Attributes
A list of keys where this Potential is adequate for.
A list of bibtex keys.
If "SpinAveraged", the electrons are added as the n+1th ion species to the potential.
Examples using
jaxrts.hnc_potentials.HNCPotentialShowcase of the relavance of including free-bound scattering
Showcase of the relavance of including free-bound scatteringStatic structure factor of the electron-ion system
Static structure factor of the electron-ion systemHNC-SVT: multi-component, multi-temperature (M-SVT)
HNC-SVT: multi-component, multi-temperature (M-SVT)Rayleigh weights for integer expanded ionization states
Rayleigh weights for integer expanded ionization states