summaryrefslogtreecommitdiff
path: root/compass_lin_extrema_vs_theta.m
diff options
context:
space:
mode:
Diffstat (limited to 'compass_lin_extrema_vs_theta.m')
-rw-r--r--compass_lin_extrema_vs_theta.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/compass_lin_extrema_vs_theta.m b/compass_lin_extrema_vs_theta.m
index 80f5b02..09f56b3 100644
--- a/compass_lin_extrema_vs_theta.m
+++ b/compass_lin_extrema_vs_theta.m
@@ -134,7 +134,7 @@ for theta=thetas;
endfor
endfor
-save '/tmp/problem_definition.mat' problems_cell_array atom_properties detuning_freq theta;
+%save '/tmp/problem_definition.mat' problems_cell_array atom_properties detuning_freq theta;
fprintf (stderr, "now really hard calculations begin\n");
fflush (stderr);
% once we define all problems the main job is done here
@@ -147,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 './cached/total_lin_relative_transmission_vs_theta.mat' detuning_freq total_relative_transmission thetas problem_cntr;
+save './cached/total_lin_relative_transmission_vs_theta.mat' detuning_freq total_relative_transmission thetas problem_cntr phi psi_el;
compass_lin_extrema_vs_theta_output_results;