From 03d3ee477ce9afd041e58fe4f6c54f4cd15448fe Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 28 Apr 2016 11:07:23 -0400 Subject: Added doppler shift, redone logic of detuning to be in sync with canonical EIT notation --- .../Nlevels_with_MOR.xmds | 27 +++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds b/MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds index 757db91..0255f87 100644 --- a/MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds +++ b/MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds @@ -48,7 +48,8 @@ const double c=3.e8; const double k_boltzmann= 1.3806505e-23; // Boltzmann knostant in [J/K] const double lambda=794.7e-9; //wavelength in m - const double Kvec = 2*M_PI/lambda; // k-vector + const double KvecDr = 2*M_PI/lambda; // Drive field k-vector + const double KvecPr = 2*M_PI*c/(c/lambda + 6.835e9); // Probe field k-vector, recall there is hyper-fine splitting between drive and probe const double Gamma_super=6*(2*M_PI*1e6); // characteristic decay rate of upper level used for eta calculations expressed in [1/s] // eta will be calculated in the section double eta = 0; // eta constant in the wave equation for Rabi frequency. Units are [1/(m s)] @@ -97,10 +98,8 @@ - - - - + + @@ -287,14 +286,20 @@