jaxrts.models.AverageAtom_Sii
- class jaxrts.models.AverageAtom_Sii(rmin: ~pint.registry.Quantity = <Quantity(0.001, 'bohr')>, rmax: ~pint.registry.Quantity = <Quantity(100, 'bohr')>, pot: int = 14, mix: float = 0.0, tmult: list[float] = None)[source]
This model performs a HNC calculation, assuming one average atom with a given, average charge state. While it might lead to reasonable results, this is not tested and takes some computation time.
Methods
__init__([rmin, rmax, pot, mix, tmult])check(plasma_state)Test if the model is applicable to the PlasmaState.
citation([style, comment])Return bibliographic information for the Model used.
evaluate(plasma_state, setup)prepare(plasma_state, key)Modify the plasma_state in place.
Attributes
A list of keywords where this model is adequate for
A list of bibtex keys.
The maximal radius for evaluating the potentials.
The exponent (
2 ** pot), setting the number of points inrorkto evaluate.Value in [0, 1); describes how much of the last iterations' nodal correction term should be added to the newly obtained N_ab.
List of temperature multipliers used in auxiliary HNC calculations.