summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--squeezing_filter/pp_tasks.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/squeezing_filter/pp_tasks.m b/squeezing_filter/pp_tasks.m
index 729117c..c394a08 100644
--- a/squeezing_filter/pp_tasks.m
+++ b/squeezing_filter/pp_tasks.m
@@ -38,6 +38,8 @@ ofname=strcat('pp_results/detuning_dependence_for_',B_str,'.mat');
save(ofname, 'Ep_out', 'B_field', 'detunings', 'Ep', 'Ed', 'xi_left', 'xi_right', 'xi_x', 'xi_y');
+return; % no plotting will be done
+
figure(7);
plot(detunings, abs(Ep_out.x).^2 );
legend('x');