MQDTYtterbium173
- class rydstate.species.ytterbium.MQDTYtterbium173[source]
- Parameters:
args (object)
kwargs (object)
- Return type:
CachedT
- species: ClassVar[str] = 'Yb173'
The short name of the atomic species.
- is_default: ClassVar[bool] = True
Whether this MQDT is the default MQDT for the species.
- ionization_threshold_dict: ClassVar = {CoreKet(i_c=2.5, s_c=0.5, l_c=0, j_c=0.5, f_c=2.0): (50443.291203, '1/cm'), CoreKet(i_c=2.5, s_c=0.5, l_c=0, j_c=0.5, f_c=3.0): (50442.941262, '1/cm'), CoreKet(i_c=2.5, s_c=0.5, l_c=1, j_c=0.5, f_c=Unknown, label=Unknown): (77504.98, '1/cm'), CoreKet(i_c=2.5, s_c=0.5, l_c=1, j_c=1.5, f_c=Unknown, label=Unknown): (80835.39, '1/cm'), CoreKet(i_c=2.5, s_c=0.5, l_c=Unknown, j_c=Unknown, f_c=Unknown, label=4f13 5d 6s): (83967.7, '1/cm')}
Dictionary containing the ionization thresholds for the different core states. The thresholds are given in the form of a tuple (ionization_threshold, unit).
- reference_core_ket: ClassVar[CoreKet | None] = CoreKet(i_c=2.5, s_c=0.5, l_c=0, j_c=0.5, f_c=2.0)
The core ket to use as reference for the ionization energy. If None, the reference ionization energy is defined as the smallest ionization energy in the ionization_threshold_dict.
- model_classes: ClassVar[list[type[FModel]]]
List of the MQDT
FModelmodels available for this species.