diff options
Diffstat (limited to 'xmds2')
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds b/xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds index a074e2c..772322c 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds @@ -145,8 +145,10 @@ Some rules of thumb: * lattice="1000" domain="(-1e-6, 1e-6)" was good enough detunings up to 1.5GHz=9.8rad/s notice that 1/dt=500MHz + * lattice="10000" domain="(-1e-6, 1e-6)" + works for Doppler averaging in up to 400K for Rb when lasers are zero detuned --> - <dimension name="t" lattice="5000" domain="(-1e-6, 1e-6)" /> + <dimension name="t" lattice="10000" domain="(-1e-6, 1e-6)" /> <dimension name="v" lattice="100" domain="(V_maxwell_min, V_maxwell_max)" /> </transverse_dimensions> </geometry> |