diff options
-rw-r--r-- | compass_lin_extrema_vs_theta.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compass_lin_extrema_vs_theta.m b/compass_lin_extrema_vs_theta.m index 1c90f8c..4516dda 100644 --- a/compass_lin_extrema_vs_theta.m +++ b/compass_lin_extrema_vs_theta.m @@ -103,7 +103,7 @@ for theta=thetas; % we define light as linearly polarized along x E_field_lab_pos_freq.x = E_field_lab_pos_freq.linear; E_field_lab_pos_freq.y = 0; - % now we add small elasticity + % now we add small ellipticity E_field_lab_pos_freq.y=sin(psi_el)*E_field_lab_pos_freq.x*(1i); % order is important E_field_lab_pos_freq.x=cos(psi_el)*E_field_lab_pos_freq.x; % set phi angle between light polarization and axis x |