diff options
-rw-r--r-- | squeezing_filter/susceptibility_problem.m | 14 |
1 files 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; |