Skip to content

Commit

Permalink
fix linear stark parameter to match paper source
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Jan 17, 2024
1 parent 2e61ddb commit 9ff7861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def _calc_gamma_linear_stark(n_eff_upper, n_eff_lower, electron_density):
a1 = 0.642 if (n_eff_upper - n_eff_lower < 1.5) else 1.0

gamma_linear_stark = (
0.51
0.60
* a1
* (n_eff_upper**2 - n_eff_lower**2)
* (electron_density ** (2.0 / 3.0))
Expand Down

0 comments on commit 9ff7861

Please sign in to comment.