summaryrefslogtreecommitdiff
path: root/faraday/run_me.m
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-11-16 22:21:04 -0500
committerEugeniy E. Mikhailov <evgmik@gmail.com>2020-09-21 16:29:52 -0400
commit396592e99e9c7aac3fd6f5445bcd7b7e675adfcb (patch)
treecb8d587cf60a9d63a1174a713444a05fd893504a /faraday/run_me.m
parentac875a1797efcc9ce138208b6e4712f558fc49cd (diff)
downloadmulti_mode_eit-396592e99e9c7aac3fd6f5445bcd7b7e675adfcb.tar.gz
multi_mode_eit-396592e99e9c7aac3fd6f5445bcd7b7e675adfcb.zip
more unused files removed
Diffstat (limited to 'faraday/run_me.m')
-rw-r--r--faraday/run_me.m25
1 files changed, 0 insertions, 25 deletions
diff --git a/faraday/run_me.m b/faraday/run_me.m
deleted file mode 100644
index a8984e1..0000000
--- a/faraday/run_me.m
+++ /dev/null
@@ -1,25 +0,0 @@
-data_dir='results/';
-output_dir='results/';
-detuning_freq=0;
-
-gmg=.7; % gyro magnetic ration for ground level
-zeeman_splitting=+0.1;
-Nsteps=100;
-B_fields=linspace(-zeeman_splitting/gmg, zeeman_splitting/gmg, Nsteps);
-
-%[psr_rad]=psr_vs_detuning(Ep, psi_el, B_field, theta, phi)
-
-% phi is angle between linear polarization and axis x
-%phi=pi/4;
-phi=pi/2;
-% theta is angle between lab z axis (light propagation direction) and magnetic field axis (z')
-theta=0;
-% psi_el is the ellipticity parameter (phase difference between left and right polarization)
-psi_el=-30/180*pi*e-8;
-
-Ep=sqrt(0.1);
-
-%[psr_rad_smEp_pos_el]=psr_vs_detuning(detuning_freq, Ep, psi_el, B_field, theta, phi) ;
-[psr_rad_smEp_pos_el]=faraday_vs_B(detuning_freq, Ep, psi_el, B_fields, theta, phi) ;
-
-plot(B_fields, psr_rad_smEp_pos_el)