Update to v1.0:

Through rewrite, almost from scratch, with a new emphasis on positive x.
This commit is contained in:
2020-08-05 02:10:15 -04:00
parent 372628e860
commit a5a98b541f
52 changed files with 14789 additions and 25983 deletions

View File

@ -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)/