diff options
Diffstat (limited to 'xmds2')
-rw-r--r-- | xmds2/Nlevels_no_dopler_with_z_4wm_with_perturbations/Nlevels_no_dopler_with_z_4wm_with_perturbations.xmds | 5 |
1 files changed, 5 insertions, 0 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 8b89e9d..4fc9086 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 @@ -117,6 +117,10 @@ <!--Zero order density matrix time and z independent--> <components>r11 r22 r33 r13 r24 r44</components> <initialisation> + <!--This sets boundary condition at all times and left border of z (i.e. z=0)--> + <!-- Below initialization assumes strong E1 and E3 which were shining for long time before + we even start to look at the problem --> + <!-- Precalculated by Nate via Mathematica steady state solver --> <dependencies>E_field</dependencies> <![CDATA[ E1c = conj(E1); @@ -209,6 +213,7 @@ <integration_vectors>density_matrix</integration_vectors> <dependencies>E_field zero_approximation_rho</dependencies> <boundary_condition kind="left"> + <!--This set boundary condition at all 'z' and left border of 't' (i.e. min(t))--> <!-- <![CDATA[ r11 = 0; r22 = 1; r33 = 0; r44 = 0; |