diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-05-13 11:38:34 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-05-13 11:38:34 -0400 |
commit | fecc3ef4594371793a6ffae9ad2e08aaee2a57ec (patch) | |
tree | bd68149d98f37d318278a69b90e8494f7e6ac73d /MOR_5_levels_with_doppler_and_propagation | |
parent | 56b75214463c11159ae577400a19528baee3720c (diff) | |
download | noisy_eit_xmds-fecc3ef4594371793a6ffae9ad2e08aaee2a57ec.tar.gz noisy_eit_xmds-fecc3ef4594371793a6ffae9ad2e08aaee2a57ec.zip |
Number of time points in lattice can be taken as argument
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rw-r--r-- | MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds | 5 |
1 files changed, 4 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 4c4262a..7cea64d 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 @@ -90,6 +90,9 @@ <validation kind="run-time"/> <!--allows to put ranges as variables--> <benchmark /> <arguments> + <!-- ============== Calculation parameters =================== --> + <argument name="numTimePoints" type="integer" default_value="10000" /> + <!-- Rabi frequency divided by 2 in [1/s] --> <argument name="EdLo" type="real" default_value="2*1.5*(2*M_PI*1e6)" /> <argument name="EdRo" type="real" default_value="2*1.5*(2*M_PI*1e6)" /> @@ -160,7 +163,7 @@ * 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="(-t_span/2, t_span/2)" /> + <dimension name="t" lattice="numTimePoints" domain="(-t_span/2, t_span/2)" /> <dimension name="v" lattice="3" domain="(V_maxwell_min, V_maxwell_max)" /> </transverse_dimensions> </geometry> |