Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 21 additions & 14 deletions src/parameters/Sr87.jl
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,10 @@ FMODEL_HIGHN_P65 = fModel(

FMODEL_HIGHN_D15 = fModel(
:Sr87,
"D F=3/2, ν > 47",
"D F=3/2, ν > 25",
# From the paper: ν > 47, but we choose ν > 25 here to include more states, see Sr88 FMODEL_HIGHN_D3
1.5,
(47.0, Inf),
(25.0, Inf),
["5snd 3D3"],
# ["(6s1/2)(nd5/2)"],
Bool[1],
Expand All @@ -245,9 +246,10 @@ FMODEL_HIGHN_D15 = fModel(

FMODEL_HIGHN_D25 = fModel(
:Sr87,
"D F=5/2, ν > 47",
"D F=5/2, ν > 25",
# From the paper: ν > 47, but we choose ν > 25 here to include more states, see Sr88 FMODEL_HIGHN_D3
2.5,
(47.0, Inf),
(25.0, Inf),
["5snd 1D2", "5snd 3D2", "5snd 3D3"],
# ["(6s1/2)(nd3/2)", "(6s1/2)(nd5/2)", "(6s1/2)(nd5/2)"],
Bool[1, 1, 1],
Expand All @@ -269,9 +271,10 @@ FMODEL_HIGHN_D25 = fModel(

FMODEL_HIGHN_D35 = fModel(
:Sr87,
"D F=7/2, ν > 47",
"D F=7/2, ν > 25",
# From the paper: ν > 47, but we choose ν > 25 here to include more states, see Sr88 FMODEL_HIGHN_D3
3.5,
(47.0, Inf),
(25.0, Inf),
["5snd 1D2", "5snd 3D1", "5snd 3D2", "5snd 3D3"],
# ["(6s1/2)(nd3/2)", "(6s1/2)(nd5/2)", "(6s1/2)(nd3/2)", "(6s1/2)(nd5/2)"],
Bool[1, 1, 1, 1],
Expand Down Expand Up @@ -300,9 +303,10 @@ FMODEL_HIGHN_D35 = fModel(

FMODEL_HIGHN_D45 = fModel(
:Sr87,
"D F=9/2, ν > 47",
"D F=9/2, ν > 25",
# From the paper: ν > 47, but we choose ν > 25 here to include more states, see Sr88 FMODEL_HIGHN_D3
4.5,
(47.0, Inf),
(25.0, Inf),
["5snd 1D2", "5snd 3D1", "5snd 3D2", "5snd 3D3"],
# ["(6s1/2)(nd3/2)", "(6s1/2)(nd5/2)", "(6s1/2)(nd3/2)", "(6s1/2)(nd5/2)"],
Bool[1, 1, 1, 1],
Expand Down Expand Up @@ -331,9 +335,10 @@ FMODEL_HIGHN_D45 = fModel(

FMODEL_HIGHN_D55 = fModel(
:Sr87,
"D F=11/2, ν > 47",
"D F=11/2, ν > 25",
# From the paper: ν > 47, but we choose ν > 25 here to include more states, see Sr88 FMODEL_HIGHN_D3
5.5,
(47.0, Inf),
(25.0, Inf),
["5snd 1D2", "5snd 3D1", "5snd 3D2", "5snd 3D3"],
# ["(6s1/2)(nd3/2)", "(6s1/2)(nd5/2)", "(6s1/2)(nd3/2)", "(6s1/2)(nd5/2)"],
Bool[1, 1, 1, 1],
Expand Down Expand Up @@ -362,9 +367,10 @@ FMODEL_HIGHN_D55 = fModel(

FMODEL_HIGHN_D65 = fModel(
:Sr87,
"D F=13/2, ν > 47",
"D F=13/2, ν > 25",
# From the paper: ν > 47, but we choose ν > 25 here to include more states, see Sr88 FMODEL_HIGHN_D3
6.5,
(47.0, Inf),
(25.0, Inf),
["5snd 1D2", "5snd 3D2", "5snd 3D3"],
# ["(6s1/2)(nd3/2)", "(6s1/2)(nd5/2)", "(6s1/2)(nd5/2)"],
Bool[1, 1, 1],
Expand All @@ -386,9 +392,10 @@ FMODEL_HIGHN_D65 = fModel(

FMODEL_HIGHN_D75 = fModel(
:Sr87,
"D F=15/2, ν > 47",
"D F=15/2, ν > 25",
# From the paper: ν > 47, but we choose ν > 25 here to include more states, see Sr88 FMODEL_HIGHN_D3
7.5,
(47.0, Inf),
(25.0, Inf),
["5snd 3D3"],
# ["(6s1/2)(nd5/2)"],
Bool[1],
Expand Down
5 changes: 3 additions & 2 deletions src/parameters/Sr88.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,10 @@ FMODEL_HIGHN_D2 = fModel(

FMODEL_HIGHN_D3 = fModel(
:Sr88,
"D J=3, ν > 47", # This is a conservative estimate, based on the considered experimental data. In practise the fit may be reasonable good for lower \nu.
"D J=3, ν > 25",
# From the paper: ν > 47, which is a conservative estimate, based on the considered experimental data. In practise the fit may be reasonable good for lower \nu, so we choose ν > 25 here to include more states.
3,
(47.0, Inf),
(25.0, Inf),
["5snd 3D3"],
Bool[1],
[2.655 -41.4 -15363],
Expand Down