diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-06-13 17:34:13 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-06-13 17:34:13 -0400 |
commit | 49fe8ce263d77ce29eaffe05f43106d987fc3503 (patch) | |
tree | a2dd7f1a1c2ec9d2d7ddf3e2818a9421cb6fba2e | |
parent | f24d0eda0fe02e0e03ead60c9da81b61ecb141e4 (diff) | |
download | Nresonances-49fe8ce263d77ce29eaffe05f43106d987fc3503.tar.gz Nresonances-49fe8ce263d77ce29eaffe05f43106d987fc3503.zip |
updated comment about choice of the time lattice
-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> |