jaxrts.form_factors.pauling_atomic_ff
- jaxrts.form_factors.pauling_atomic_ff(n: int, l: int, k: Quantity, Zeff: Quantity | float) Quantity[source]
Atomic formfactor of a hydrogen-like atom taken from [Pauling and Sherman, 1932].
Note
This function is only intended as a wrapper for more convenient access. It it not possible to compile this function, using
jax.jit().- Parameters:
n (int) – Principal quantum number
l (int) – Azimuthal quantum number
k (Quantity) – Length of the scattering number (given by the scattering angle and the energies of the incident photons (unit: 1 / [length]).
Zeff (Quantity) – Effective charge (unit: dimensionless)
- Returns:
f (Quantity) – Contribution of one electron in the given state to the atomic form factor.