summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds2
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;