diff options
-rw-r--r-- | MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds b/MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds index be22882..d486176 100644 --- a/MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds +++ b/MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds @@ -164,10 +164,18 @@ <![CDATA[ // Initial (at starting 'z' position) electromagnetic field does not depend on detuning // as well as time + EdL=EdLo; + EdR=EdRo; + EpL=EpLo; + EpR=EpRo; + + // Temporary pulse in all fields + /* EdL=EdLo*exp(-pow( ((t-0.0)/Pwidth),2) ); EdR=EdRo*exp(-pow( ((t-0.0)/Pwidth),2) ); EpL=EpLo*exp(-pow( ((t-0.0)/Pwidth),2) ); EpR=EpRo*exp(-pow( ((t-0.0)/Pwidth),2) ); + */ ]]> </initialisation> @@ -270,7 +278,7 @@ <!--<integrate algorithm="SIC" interval="4e-2" steps="200">--> - <samples>100 100 100</samples> + <samples>100 100</samples> <!--Use the next line for debuging to see velocity dependence. Uncomment/switch on output groups 3,4--> <!--<samples>100 100 100 100</samples>--> <operators> |