summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
]]>