MQDTStrontium87

class rydstate.species.strontium.MQDTStrontium87[source]
Parameters:
  • args (object)

  • kwargs (object)

Return type:

CachedT

species: ClassVar[str] = 'Sr87'

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=4.5, s_c=0.5, l_c=0, j_c=0.5, f_c=4.0): (45932.287373577, '1/cm'), CoreKet(i_c=4.5, s_c=0.5, l_c=0, j_c=0.5, f_c=5.0): (45932.120512528, '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=4.5, s_c=0.5, l_c=0, j_c=0.5, f_c=4.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 FModel models available for this species.