SQDTPotassium
- class rydstate.species.potassium.SQDTPotassium[source]
- Parameters:
args (object)
kwargs (object)
- Return type:
CachedT
- species: ClassVar[str] = 'K'
The short name of the atomic species.
- is_default: ClassVar[bool] = True
Whether this SQDT is the default SQDT for the species.
- ionization_energy: ClassVar[tuple[float, str]] = (4.34066, 'eV')
(value, unit).
- Type:
Ionization energy and unit
- quantum_defects: ClassVar = {(0, 0.5, 0.5): (2.180197, 0.136, 0.0759, 0.117, -0.206), (1, 0.5, 0.5): (1.713892, 0.2332, 0.16137, 0.5345, -0.234), (1, 1.5, 0.5): (1.710848, 0.2354, 0.11551, 1.105, -2.0356), (2, 1.5, 0.5): (0.27697, -1.0249, -0.709174, 11.839, -26.689), (2, 2.5, 0.5): (0.277158, -1.0256, -0.59201, 10.0053, -19.0244), (3, 2.5, 0.5): (0.010098, -0.100224, 1.56334, -12.6851, 0), (3, 3.5, 0.5): (0.010098, -0.100224, 1.56334, -12.6851, 0)}
Dictionary containing the quantum defects for each (l, j_tot, s_tot) combination, i.e. quantum_defects[(l,j_tot,s_tot)] = (d0, d2, d4, d6, d8)