diff options
Diffstat (limited to 'xmds2')
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds | 6 |
1 files changed, 4 insertions, 2 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 772322c..9f147c8 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 @@ -144,12 +144,14 @@ so we cannot just blindly increase it. 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 + was good enough detunings up to 155 MHz (980 rad/s) notice that 1/dt=500 MHz * 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="10000" domain="(-1e-6, 1e-6)" /> - <dimension name="v" lattice="100" domain="(V_maxwell_min, V_maxwell_max)" /> + <!--<dimension name="v" lattice="100" domain="(V_maxwell_min, V_maxwell_max)" />--> + <!-- dbg: small lattice in v to speed up debuging cycle --> + <dimension name="v" lattice="10" domain="(V_maxwell_min, V_maxwell_max)" /> </transverse_dimensions> </geometry> |