diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-04-27 13:48:37 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2016-04-27 13:48:37 -0400 |
commit | 870e37ab2f8cc8c5c1d26a5ed294784431275371 (patch) | |
tree | 7f0a31e0cdf687e7f30af8621d71630e5d021eba /MOR_5_levels_with_doppler_and_propagation | |
parent | bc1e3dcc0ff8ad02753bf9b0820331f5a5178bf3 (diff) | |
download | noisy_eit_xmds-870e37ab2f8cc8c5c1d26a5ed294784431275371.tar.gz noisy_eit_xmds-870e37ab2f8cc8c5c1d26a5ed294784431275371.zip |
added time dependence back into the propagation equations
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rw-r--r-- | MOR_5_levels_with_doppler_and_propagation/Nlevels_with_MOR.xmds | 8 |
1 files changed, 4 insertions, 4 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 8fe2b40..757db91 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 @@ -343,10 +343,10 @@ <integration_vectors>E_field</integration_vectors> <dependencies>density_matrix</dependencies> <![CDATA[ - dEdL_dz = i*eta*conj(rca) +0*Lt[EdL] ; - dEdR_dz = i*eta*(rAB) +0*Lt[EdR] ; - dEpL_dz = i*eta*conj(rCA) +0*Lt[EpL] ; - dEpR_dz = i*eta*(rab) +0*Lt[EpR] ; + dEdL_dz = i*eta*conj(rca) + Lt[EdL] ; + dEdR_dz = i*eta*(rAB) + Lt[EdR] ; + dEpL_dz = i*eta*conj(rCA) + Lt[EpL] ; + dEpR_dz = i*eta*(rab) + Lt[EpR] ; ]]> </operators> |