Tables#
The tables module contains all material scattering data.
- atomic_numbers()[source]#
Table of atomic numbers.
- Returns:
- Zdict
Dictionary of atomic numbers with atomic symbol keys.
- electron_form_factor_coefficients()[source]#
Table of electron form factor \(f\) coefficients.
- Returns:
- Edict
Dictionary of electron form factor coefficients with ion keys.
- element_colors()[source]#
Table of element colors in red, green, and blue.
- Returns:
- Zdict
Dictionary of element colors with atomic symbol keys.
- element_radii()[source]#
Table of atomic and van der Waals radii.
- Returns:
- Zdict
Dictionary of radii with atomic symbol keys.
- magnetic_form_factor_coefficients_j0()[source]#
Table of magnetic form factors zeroth-order \(j_0\) coefficients.
- Returns:
- j0dict
Dictionary of magnetic form factors coefficients with magnetic ion keys.
- magnetic_form_factor_coefficients_j2()[source]#
Table of magnetic form factors second-order \(j_2\) coefficients.
- Returns:
- j2dict
Dictionary of magnetic form factors coefficients with magnetic ion keys.
- neutron_scattering_length_b()[source]#
Table of neutron scattering lengths \(b\).
- Returns:
- bdict
Dictionary of neutron scattering lengths with nuclear isotope keys.