diff options
author | Ian Jauslin <ian@jauslin.org> | 2020-08-05 02:10:15 -0400 |
---|---|---|
committer | Ian Jauslin <ian@jauslin.org> | 2020-08-05 02:10:15 -0400 |
commit | a5a98b541f816d41f213790eda9d0fa8054e7716 (patch) | |
tree | ac6d8ed3b9531470b4d078a47e3fcb348845282f /figs/current.fig/Makefile | |
parent | 372628e8602e724a5cd0a6e211179255f4b75adb (diff) |
Through rewrite, almost from scratch, with a new emphasis on positive x.
Diffstat (limited to 'figs/current.fig/Makefile')
-rw-r--r-- | figs/current.fig/Makefile | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/figs/current.fig/Makefile b/figs/current.fig/Makefile index b80c183..9091f2d 100644 --- a/figs/current.fig/Makefile +++ b/figs/current.fig/Makefile @@ -1,8 +1,8 @@ -PROJECTNAME=current01 current05 current18 current30 +PROJECTNAME=current01 current15 current30 current-k621 current-k124 current-x density-x PHOTOCOMP_PATH= -DATS=mc01.dat mc05.dat mc18.dat mc30.dat +DATS=mc01.dat mc15.dat 30.save mc30.dat mc15-.dat mc7-.dat x2.dat x4.dat x6.dat PDFS=$(addsuffix .pdf, $(PROJECTNAME)) TEXS=$(addsuffix .tikz.tex, $(PROJECTNAME)) @@ -13,13 +13,23 @@ $(PDFS): $(DATS) pdflatex -jobname $(basename $@) -file-line-error $(patsubst %.pdf, %.tikz.tex, $@) mc01.dat: - $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=30;E=1e9" mc > $@ -mc05.dat: - $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=30;E=5e9" mc > $@ -mc18.dat: - $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=60;E=1.8642379487149097e10" mc > $@ -mc30.dat: - $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=60;E=30e9" mc > $@ + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;nt=500;J=30;E=1e9" mc > $@ +mc15.dat: + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;nt=500;J=30;E=15e9" mc > $@ +30.save: + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;nt=500;J=60;E=30e9" save > $@ +mc30.dat: 30.save + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;nt=500;J=60;E=30e9" -s 30.save mc > $@ +mc15-.dat: + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=0.755;n_periods=3;nt=500;J=120;E=15e9" mc > $@ +mc7-.dat: + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=0.755;n_periods=3;nt=500;J=60;E=7.5e9" mc > $@ +x2.dat: 30.save + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=60;nt=500;E=30e9;x=2" -s 30.save psixt > $@ +x4.dat: 30.save + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=60;nt=500;E=30e9;x=4" -s 30.save psixt > $@ +x6.dat: 30.save + $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=60;nt=500;E=30e9;x=6" -s 30.save psixt > $@ install: $(PDFS) cp $^ $(INSTALLDIR)/ |