summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2016-05-10 13:44:25 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2016-05-10 13:44:25 -0400
commit5889aa228a5da15bdef692dec00096c83edad187 (patch)
tree06d9cb4e26386c1ad7bb3776b72fdcac06f23c19
parent5957b1b38a3bc309afaca0612e65935f98f412ff (diff)
downloadnoisy_eit_xmds-5889aa228a5da15bdef692dec00096c83edad187.tar.gz
noisy_eit_xmds-5889aa228a5da15bdef692dec00096c83edad187.zip
added info output about Doppler broadening
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds3
1 files changed, 3 insertions, 0 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 dfe2e71..1cd1bc6 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
@@ -124,6 +124,9 @@
// there is almost zero probability for higher velocity p(4*v_av) = 3.3e-04 * p(0)
V_maxwell_min = -sqrt(2)*v_thermal_averaged; V_maxwell_max = -V_maxwell_min;
+ printf("INFO: Doppler broadening = %f (2*pi)MHz \n", v_thermal_averaged*KvecDr/1e6);
+ printf("INFO: Doppler broadening = %f *Gamma_super \n", v_thermal_averaged*KvecDr/Gamma_super);
+
// 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;
]]>