summaryrefslogtreecommitdiff
path: root/liouville.m
diff options
context:
space:
mode:
Diffstat (limited to 'liouville.m')
-rw-r--r--liouville.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/liouville.m b/liouville.m
index 756d94d..233ba53 100644
--- a/liouville.m
+++ b/liouville.m
@@ -99,7 +99,7 @@ for detuning_p_cntr=1:N_detun_steps+1;
detuning_freq(detuning_p_cntr)=detuning_p;
endfor
-save 'problem_definition.mat' problems_cell_array atom_properties detuning_freq ;
+save '/tmp/problem_definition.mat' problems_cell_array atom_properties detuning_freq ;
fprintf (stderr, "now really hard calculations begin\n");
fflush (stderr);
% once we define all problems the main job is done here
@@ -109,7 +109,7 @@ fflush (stderr);
total_absorption_vs_detuning=parcellfun(2, @total_field_absorption, problems_cell_array);
%save 'xi_vs_detuning.mat' detuning_freq xi_linear xi_left xi_right ;
-save 'total_absorption_vs_detuning.mat' detuning_freq total_absorption_vs_detuning;
+save '/tmp/total_absorption_vs_detuning.mat' detuning_freq total_absorption_vs_detuning;
output_results;