diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-01-14 22:47:41 +0000 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2010-01-14 22:47:41 +0000 |
commit | f696876530e3b211dd7012e2f769882c92581a2f (patch) | |
tree | b8a1779508140efb67967b9d419d5c326d1bf491 /compass.m | |
parent | 752f8b753994338213235094b5df16553b546152 (diff) | |
download | multi_mode_eit-f696876530e3b211dd7012e2f769882c92581a2f.tar.gz multi_mode_eit-f696876530e3b211dd7012e2f769882c92581a2f.zip |
explicit defininition of field strength
Diffstat (limited to 'compass.m')
-rw-r--r-- | compass.m | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ atom_properties.L0m=L0m; atom_properties.polarizability_m=polarizability_m; atom_properties.dipole_elements=dipole_elements; +Ed=.1; Edc=conj(Ed); +Ep=0.8*Ed; Epc=conj(Ep); + %modulation_freq=[0, wp, wd, -wp, -wd, wp-wd, wd-wp]; E_field_drive =[0, 0 , Ed, 0 , Edc, 0, 0 ]; E_field_probe =[0, Ep, 0 , Epc, 0 , 0, 0 ]; |