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,4 +1,4 @@
PROJECTNAME=cn cn_short
PROJECTNAME=cn
PHOTOCOMP_PATH=
@ -14,9 +14,9 @@ $(PDFS): $(DATS)
pdflatex -jobname $(basename $@) -file-line-error $(patsubst %.pdf, %.tikz.tex, $@)
mc.dat:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=30;E=15e9" mc > $@
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=1;J=30;E=15e9" mc > $@
cn.dat:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;E=15e9;x=0;bmin_cn=-1000;bmax_cn=1000;nx_cn=16000" cn > $@
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=1;E=15e9;x=0;bmin_cn=-1000;bmax_cn=1000;nx_cn=16000" cn > $@
mc_short.dat:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=0.0005;J=10;E=15e9" mc > $@