summaryrefslogtreecommitdiff
path: root/compass.m
diff options
context:
space:
mode:
Diffstat (limited to 'compass.m')
-rw-r--r--compass.m3
1 files changed, 3 insertions, 0 deletions
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 ];