Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 3434292

Browse files
fix RydbergStateAlkalineLS types
1 parent 84f05e7 commit 3434292

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ryd_numerov/rydberg_state.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ def __init__(
302302
species: str | SpeciesObject,
303303
n: int,
304304
l: int,
305-
s_tot: float,
306-
j_tot: float | None = None,
305+
s_tot: int,
306+
j_tot: int | None = None,
307307
m: float | None = None,
308308
) -> None:
309309
r"""Initialize the Rydberg state.

0 commit comments

Comments
 (0)