diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-10-02 12:08:14 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2020-10-02 12:08:14 -0400 |
commit | 025df36dde29d913c5f43456ee5da2a9418d242d (patch) | |
tree | 35aaff89f160e33a26236250acc7e8a29ba8f556 /compass_lin_extrema_vs_theta.m | |
parent | c96276e678b1173bfe1839927d3670b6d756a72d (diff) | |
download | multi_mode_eit-025df36dde29d913c5f43456ee5da2a9418d242d.tar.gz multi_mode_eit-025df36dde29d913c5f43456ee5da2a9418d242d.zip |
streamlined and cache change
Diffstat (limited to 'compass_lin_extrema_vs_theta.m')
-rw-r--r-- | compass_lin_extrema_vs_theta.m | 4 |
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; |