diff options
Diffstat (limited to 'xmds2/Nlevels_no_dopler_with_z_4wm_with_perturbations')
-rw-r--r-- | xmds2/Nlevels_no_dopler_with_z_4wm_with_perturbations/Nlevels_no_dopler_with_z_4wm_with_perturbations.xmds | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmds2/Nlevels_no_dopler_with_z_4wm_with_perturbations/Nlevels_no_dopler_with_z_4wm_with_perturbations.xmds b/xmds2/Nlevels_no_dopler_with_z_4wm_with_perturbations/Nlevels_no_dopler_with_z_4wm_with_perturbations.xmds index 43ba51a..e7e7b4b 100644 --- a/xmds2/Nlevels_no_dopler_with_z_4wm_with_perturbations/Nlevels_no_dopler_with_z_4wm_with_perturbations.xmds +++ b/xmds2/Nlevels_no_dopler_with_z_4wm_with_perturbations/Nlevels_no_dopler_with_z_4wm_with_perturbations.xmds @@ -84,7 +84,9 @@ <argument name="delta2" type="real" default_value="0.0" /> <argument name="delta3" type="real" default_value="0.0" /> <!--Cell length--> - <argument name="Lcell" type="real" default_value="1.5e-2" /> + <argument name="Lcell" type="real" default_value="1.5e-2" /> + <!--Pulse duration/width--> + <argument name="Pwidth" type="real" default_value="0.1e-6" /> </arguments> <bing /> <fftw plan="patient" /> @@ -108,7 +110,7 @@ // Initial (at starting 'z' position) electromagnetic field does not depend on detuning // as well as time E1=E1o; - E2=E2o*exp(-pow( ((t-0.0)/.1e-6),2) ); + E2=E2o*exp(-pow( ((t-0.0)/Pwidth),2) ); E3=E3o; E4=E4o; ]]> |