Skip to content

Commit

Permalink
Update reference and value for Ba+ D5/2 lifetime
Browse files Browse the repository at this point in the history
replace ref [2] with Zhang PRA 2020
  • Loading branch information
JammyL authored Oct 31, 2023
1 parent c7046d5 commit d2fa29b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
5 changes: 3 additions & 2 deletions atomic_physics/ions/ba133.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
References:
[1] - A. Kramida, NIST Atomic Spectra Database (ver. 5.9) (2021)
[2] - A. A. Madej and J. D. Sankey, Phys. Rev. A 41, 2621, (1990)
[2] - Zhiqiang Zhang, K. J. Arnold, S. R. Chanu, R. Kaewuam,
M. S. Safronova, and M. D. Barrett Phys. Rev. A 101, 062515 (2020)
[3] - N. Yu, W. Nagourney, and H. Dehmelt, Phys. Rev. Lett. 78, 4898 (1997)
[4] - N. J. Stone, Table of nuclear magnetic dipole and electric
quadrupole moments, Atomic Data and Nuclear Data Tables, Volume 90,
Expand Down Expand Up @@ -106,7 +107,7 @@ def __init__(
"1762": ap.Transition(
lower=S12,
upper=D52,
A=29e-3, # [2]
A=1 / 30.14, # [2]
freq=2 * np.pi * 170126433920702.56,
),
"2051": ap.Transition(
Expand Down
5 changes: 3 additions & 2 deletions atomic_physics/ions/ba135.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
References:
[1] - A. Kramida, NIST Atomic Spectra Database (ver. 5.9) (2021)
[2] - A. A. Madej and J. D. Sankey, Phys. Rev. A 41, 2621, (1990)
[2] - Zhiqiang Zhang, K. J. Arnold, S. R. Chanu, R. Kaewuam,
M. S. Safronova, and M. D. Barrett Phys. Rev. A 101, 062515 (2020)
[3] - N. Yu, W. Nagourney, and H. Dehmelt, Phys. Rev. Lett. 78, 4898 (1997)
[4] - N. J. Stone, Table of nuclear magnetic dipole and electric
quadrupole moments, Atomic Data and Nuclear Data Tables, Volume 90,
Expand Down Expand Up @@ -113,7 +114,7 @@ def __init__(
"1762": ap.Transition(
lower=S12,
upper=D52,
A=29e-3, # [2]
A=1 / 30.14, # [2]
freq=2 * np.pi * 170126433920822.06,
),
"2051": ap.Transition(
Expand Down
5 changes: 3 additions & 2 deletions atomic_physics/ions/ba137.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
References:
[1] - A. Kramida, NIST Atomic Spectra Database (ver. 5.9) (2021)
[2] - A. A. Madej and J. D. Sankey, Phys. Rev. A 41, 2621 (1990)
[2] - Zhiqiang Zhang, K. J. Arnold, S. R. Chanu, R. Kaewuam,
M. S. Safronova, and M. D. Barrett Phys. Rev. A 101, 062515 (2020)
[3] - N. Yu, W. Nagourney, and H. Dehmelt, Phys. Rev. Lett. 78, 4898 (1997)
[4] - N. J. Stone, Table of nuclear magnetic dipole and electric
quadrupole moments, Atomic Data and Nuclear Data Tables, Volume 90,
Expand Down Expand Up @@ -113,7 +114,7 @@ def __init__(
"1762": ap.Transition(
lower=S12,
upper=D52,
A=29e-3, # [2]
A=1 / 30.14, # [2]
freq=2 * np.pi * 170126433920821.75,
),
"2051": ap.Transition(
Expand Down
7 changes: 4 additions & 3 deletions atomic_physics/ions/ba138.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
References:
[1] - A. Kramida, NIST Atomic Spectra Database (ver. 5.9) (2021)
[2] - A. A. Madej and J. D. Sankey, Phys. Rev. A 41, 2621, (1990)
[2] - Zhiqiang Zhang, K. J. Arnold, S. R. Chanu, R. Kaewuam,
M. S. Safronova, and M. D. Barrett Phys. Rev. A 101, 062515 (2020)
[3] - N. Yu, W. Nagourney, and H. Dehmelt, Phys. Rev. Lett. 78, 4898 (1997)
"""
"""
import numpy as np
import atomic_physics as ap

Expand Down Expand Up @@ -71,7 +72,7 @@ def __init__(self, *, B=None, level_filter=None):
"1762": ap.Transition(
lower=S12,
upper=D52,
A=29e-3, # [2]
A=1 / 30.14, # [2]
freq=2 * np.pi * 170126433920560.6,
),
"2051": ap.Transition(
Expand Down

0 comments on commit d2fa29b

Please sign in to comment.