diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-04-29 09:37:21 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-04-29 09:37:21 -0400 |
commit | 290093fdbaf4f1197600aebc5c8905f5fcd277c0 (patch) | |
tree | c37ce4911f087a39a7e04c8d925f41c13ba91676 /MOR_5_levels_with_doppler_and_propagation | |
parent | 91585d5dd38abd6fbdd9221d9b0a7f4f2be17656 (diff) | |
download | noisy_eit_xmds-290093fdbaf4f1197600aebc5c8905f5fcd277c0.tar.gz noisy_eit_xmds-290093fdbaf4f1197600aebc5c8905f5fcd277c0.zip |
Reduce range of thermal velocities
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rw-r--r-- | MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds | 2 |
1 files changed, 1 insertions, 1 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 0255f87..99cb3b4 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 @@ -121,7 +121,7 @@ v_thermal_averaged=sqrt(k_boltzmann*Temperature/mass); // Maxwell distribution velocities range to take in account in [m/s] // there is almost zero probability for higher velocity p(4*v_av) = 3.3e-04 * p(0) - V_maxwell_min = -4*v_thermal_averaged; V_maxwell_max = -V_maxwell_min; + V_maxwell_min = -sqrt(2)*v_thermal_averaged; V_maxwell_max = -V_maxwell_min; // eta constant in the wave equation for Rabi frequency. Units are [1/(m s)] eta = 3*lambda*lambda*Ndens*Gamma_super/8.0/M_PI; |