From 3e2b545bdd35344dd545c9b4f5f67d84697d9eec Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 22 Nov 2011 15:21:26 -0500 Subject: switched to orthogonal and circular polarizations --- squeezing_filter/susceptibility_problem.m | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/squeezing_filter/susceptibility_problem.m b/squeezing_filter/susceptibility_problem.m index 1c45a1e..0444cbd 100644 --- a/squeezing_filter/susceptibility_problem.m +++ b/squeezing_filter/susceptibility_problem.m @@ -69,15 +69,15 @@ E_field_lab_pos_freq.linear = E_field_probe + E_field_drive; % where phi is angle between light polarization and axis x %% This is for linear and orthogonal polarizations of probe and drive -E_field_lab_pos_freq.x = E_field_drive; -E_field_lab_pos_freq.y = E_field_probe; -E_field_lab_pos_freq.z = E_field_zero; -E_field_pos_freq=xyz_lin2atomic_axis_polarization(theta, E_field_lab_pos_freq); +%E_field_lab_pos_freq.x = E_field_drive; +%E_field_lab_pos_freq.y = E_field_probe; +%E_field_lab_pos_freq.z = E_field_zero; +%E_field_pos_freq=xyz_lin2atomic_axis_polarization(theta, E_field_lab_pos_freq); %% This is for circular and orthogonal polarizations of probe and drive -%E_field_pos_freq.left = E_field_drive; -%E_field_pos_freq.right = E_field_probe; -%E_field_pos_freq.linear = E_field_zero; +E_field_pos_freq.left = E_field_drive; +E_field_pos_freq.right = E_field_probe; +E_field_pos_freq.linear = E_field_zero; %% This is for circular and parallel polarizations of probe and drive %E_field_pos_freq.left = E_field_drive+E_field_probe; -- cgit v1.2.3