diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-01-11 18:55:22 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-01-11 18:55:22 -0500 |
commit | d5e77603f3adb279e429a2c047875c2800f1542a (patch) | |
tree | 585402783a2f1fa37128f4679ef01fe89a4c35a1 /xmds2/Nlevels_with_doppler_with_z_4wm | |
parent | 892a270a67ceb457d46b206e8745c5999a65c42a (diff) | |
download | Nresonances-d5e77603f3adb279e429a2c047875c2800f1542a.tar.gz Nresonances-d5e77603f3adb279e429a2c047875c2800f1542a.zip |
cell length change
Diffstat (limited to 'xmds2/Nlevels_with_doppler_with_z_4wm')
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/Nlevels_with_doppler_with_z_4wm.xmds | 2 |
1 files changed, 1 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 4978599..3df3f5e 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 @@ -280,7 +280,7 @@ <sequence> <!--For this set of conditions ARK45 is faster than ARK89--> <!--ARK45 is good for small detuning when all frequency like term are close to zero--> - <integrate algorithm="ARK45" tolerance="1e-5" interval="20.0e-2"> + <integrate algorithm="ARK45" tolerance="1e-5" interval="1.5e-2"> <!--RK4 is good for large detunings when frequency like term are big, it does not try to be too smart about adaptive step which ARK seems to make too small--> <!--When ARK45 works it about 3 times faster then RK4 with 1000 steps--> <!--<integrate algorithm="RK4" steps="100" interval="1.5e-2">--> |