From f696876530e3b211dd7012e2f769882c92581a2f Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 14 Jan 2010 22:47:41 +0000 Subject: explicit defininition of field strength --- compass.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compass.m') diff --git a/compass.m b/compass.m index 9a910a4..3097b03 100644 --- a/compass.m +++ b/compass.m @@ -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 ]; -- cgit v1.2.3