Skip to content

Commit 1b71730

Browse files
small fixes
1 parent b326474 commit 1b71730

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Examples
22
========
33

44

5-
RadialState
6-
-----------
5+
RadialKet
6+
---------
77

88
Some examples demonstrating the usage of the RadialKet class, which uses the Numerov method for solving the radial Schrödinger equation.
99

src/rydstate/angular/angular_ket.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)