From a5a98b541f816d41f213790eda9d0fa8054e7716 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Wed, 5 Aug 2020 02:10:15 -0400 Subject: Update to v1.0: Through rewrite, almost from scratch, with a new emphasis on positive x. --- figs/current.fig/Makefile | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'figs/current.fig/Makefile') 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)/ -- cgit v1.2.3-70-g09d2