summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-08-25 15:14:47 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2011-08-25 15:14:47 -0400
commit3e56e467bb84209c5a56f700c09688e7ebf8abf2 (patch)
tree5d43cbff0cf8b9bd4044913966102c14a420508e
parent883da539fa5b5e8b926ad07400ea9c6f4b20b01e (diff)
downloadNresonances-3e56e467bb84209c5a56f700c09688e7ebf8abf2.tar.gz
Nresonances-3e56e467bb84209c5a56f700c09688e7ebf8abf2.zip
Gamma --> Gamma_super for easy of comparison navy fortran with xmds
-rw-r--r--xmds2/Nlevels_no_dopler_with_z/Nlevels_no_dopler_with_z.xmds4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmds2/Nlevels_no_dopler_with_z/Nlevels_no_dopler_with_z.xmds b/xmds2/Nlevels_no_dopler_with_z/Nlevels_no_dopler_with_z.xmds
index 4db9b0d..02546b0 100644
--- a/xmds2/Nlevels_no_dopler_with_z/Nlevels_no_dopler_with_z.xmds
+++ b/xmds2/Nlevels_no_dopler_with_z/Nlevels_no_dopler_with_z.xmds
@@ -49,8 +49,8 @@
const double c=3.e8;
const double lambda=794.7e-9; //wavelength in m
const double N=1e10*(1e6); //number of particles per cubic m i.e. density
- const double Gamma=6*(2*M_PI*1e6); // characteristic decay rate of upper level used for eta calculations expressed in [1/s]
- const double eta = 3*lambda*lambda*N*Gamma/8.0/M_PI; // eta constant in the wave equation for Rabi frequency. Units are [1/(m s)]
+ const double Gamma_super=6*(2*M_PI*1e6); // characteristic decay rate of upper level used for eta calculations expressed in [1/s]
+ const double eta = 3*lambda*lambda*N*Gamma_super/8.0/M_PI; // eta constant in the wave equation for Rabi frequency. Units are [1/(m s)]
// repopulation rate (atoms flying in/out the laser beam) in [1/s]
const double gt=0.01/2 *(2*M_PI*1e6);