@@ -76,7 +76,7 @@ class AngularKetBase(ABC):
7676 """Total atom angular quantum number (including nuclear, core electron and rydberg electron contributions)."""
7777 m : float | None
7878 """Magnetic quantum number, which is the projection of `f_tot` onto the quantization axis.
79- If None, only reduced matrix elements can be calculated
79+ If None, only reduced matrix elements can be calculated.
8080 """
8181
8282 def __init__ (
@@ -733,13 +733,13 @@ def quantum_numbers_to_angular_ket(
733733 l_c: Orbital angular momentum quantum number of the core electron.
734734 j_c: Total angular momentum quantum number of the core electron.
735735 f_c: Total angular momentum quantum number of the core (core electron + nucleus).
736- s_r: Spin quantum number of the rydberg electron always 0.5)
736+ s_r: Spin quantum number of the rydberg electron ( always 0.5).
737737 l_r: Orbital angular momentum quantum number of the rydberg electron.
738738 j_r: Total angular momentum quantum number of the rydberg electron.
739739 s_tot: Total spin quantum number of all electrons.
740740 l_tot: Total orbital angular momentum quantum number of all electrons.
741741 j_tot: Total angular momentum quantum number of all electrons.
742- f_tot: Total angular momentum quantum number of the atom (rydberg electron + core)
742+ f_tot: Total angular momentum quantum number of the atom (rydberg electron + core).
743743 m: Total magnetic quantum number.
744744 Optional, only needed for concrete angular matrix elements.
745745
0 commit comments