From 5889aa228a5da15bdef692dec00096c83edad187 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 10 May 2016 13:44:25 -0400 Subject: added info output about Doppler broadening --- MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds | 3 +++ 1 file changed, 3 insertions(+) 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; ]]> -- cgit v1.2.3