Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aibishop committed Apr 21, 2023
1 parent 3ca5826 commit da613a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monashspa/PHS3000/tutorials/__init__.py
Expand Up @@ -24,7 +24,8 @@ def model_1(r, w, I):
# scale parameters
r = r*1e-3
w = w*1e-4
I = 4/1.11803*I*1e11
I = 4/1.11803*I*1e11 #correction for updated trap_k_theory script
I=I*3e8/299792458 #speed of light correction

# set parameters we are not exposing
eccentricity = 1.1
Expand Down

0 comments on commit da613a3

Please sign in to comment.