Skip to content

Commit

Permalink
Add measured gJ value of the D5/2 state to Ca40
Browse files Browse the repository at this point in the history
  • Loading branch information
stodaro authored and hartytp committed Jun 25, 2024
1 parent d6398b0 commit 09efb3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atomic_physics/ions/ca40.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
References:
[1] - A. Kramida, At. Data Nucl. Data Tables 133-134, 101322 (2020)
[2] - T. P. Harty, DPhil Thesis (2013)
[3] - M. Chwalla et all, PRL 102, 023002 (2009)
"""
import numpy as np
import typing
Expand Down Expand Up @@ -35,7 +36,7 @@ def __init__(
P12: ap.LevelData(),
P32: ap.LevelData(),
D32: ap.LevelData(),
D52: ap.LevelData(),
D52: ap.LevelData(g_J = 1.2003340), # [3]
}

transitions = {
Expand Down

0 comments on commit 09efb3d

Please sign in to comment.