diff options
-rw-r--r-- | xmds2/Nlevels_no_dopler_with_z_4wm/fast_to_slow_switch/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/xmds2/Nlevels_no_dopler_with_z_4wm/fast_to_slow_switch/Makefile b/xmds2/Nlevels_no_dopler_with_z_4wm/fast_to_slow_switch/Makefile index 9c65fd6..fcc817c 100644 --- a/xmds2/Nlevels_no_dopler_with_z_4wm/fast_to_slow_switch/Makefile +++ b/xmds2/Nlevels_no_dopler_with_z_4wm/fast_to_slow_switch/Makefile @@ -13,8 +13,9 @@ PARAMS = \ --Ndens=1e15 \ --Lcell=10.0e-2 \ --Temperature=1e-9 \ + --Pwidth=0.1e-6 \ --delta1=0 --delta2=0 --delta3=0 \ - --E1o=1.9e7 --E2o=3.1e5 --E3o=3.8e7 --E4o=0 + --E1o=1.9e7 --E2o=1e2 --E3o=3.8e7 --E4o=0 # slow light EIT @@ -28,9 +29,12 @@ Nlevels_no_dopler_with_z_4wm.xsil: ../Nlevels_no_dopler_with_z_4wm.run %.m: %.xsil $(XSIL2GRAPHICS) $< -plot: $(M_FILES) $(GNUPLOT_FILES) - octave pp_I2.m +pretty_plots: plot $(GNUPLOT_FILES) gnuplot plot_fields_propagation_I2.gp + gnuplot plot_fields_propagation_I4.gp + +plot: $(M_FILES) + octave pp_I2.m clean: rm -f $(CC_FILES) $(RUN_FILES) $(M_FILES) $(XSIL_FILES) *.wisdom.fftw3 *.dat octave-core *.wisdom *.pdf |