summaryrefslogtreecommitdiff
path: root/compass_lin_extrema_vs_theta.m
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2020-10-02 11:26:01 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2020-10-02 11:26:01 -0400
commitbada510445b3a754d90930ecd12419545724cfbd (patch)
tree2812b3e9a2d0e57888cea7cf3dda65f3c9a9de9f /compass_lin_extrema_vs_theta.m
parentb786df3a5d5282b3d40f4fb678fd6209db8b0192 (diff)
downloadmulti_mode_eit-bada510445b3a754d90930ecd12419545724cfbd.tar.gz
multi_mode_eit-bada510445b3a754d90930ecd12419545724cfbd.zip
more steps and different cache directory
Diffstat (limited to 'compass_lin_extrema_vs_theta.m')
-rw-r--r--compass_lin_extrema_vs_theta.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/compass_lin_extrema_vs_theta.m b/compass_lin_extrema_vs_theta.m
index 8f72d0a..1428feb 100644
--- a/compass_lin_extrema_vs_theta.m
+++ b/compass_lin_extrema_vs_theta.m
@@ -87,9 +87,10 @@ fflush (stderr);
detuning_freq=[-.075, -.05, -.025, 0 , .025, .05 , .075, .1];
problem_cntr=1;
-N_angle_steps=31;
+N_angle_steps=101;
min_angle=0; max_angle=pi;
thetas=min_angle:((max_angle-min_angle)/N_angle_steps):max_angle;
+thetas=linspace(min_angle,max_angle, N_angle_steps);
for theta=thetas;
for detuning_p_cntr=1:length(detuning_freq);
@@ -146,7 +147,7 @@ total_relative_transmission=cellfun(@total_relative_transmission, problems_cell_
%save 'xi_vs_detuning.mat' detuning_freq xi_linear xi_left xi_right ;
problem_cntr--;
-save '/tmp/total_relative_transmission_vs_theta.mat' detuning_freq total_relative_transmission thetas problem_cntr;
+save './cached/total_relative_transmission_vs_theta.mat' detuning_freq total_relative_transmission thetas problem_cntr;
compass_lin_extrema_vs_theta_output_results;