Update to v1.0:
Through rewrite, almost from scratch, with a new emphasis on positive x.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
PROJECTNAME=avgcurrent avgcurrent_zoom decay
|
||||
PROJECTNAME=avgcurrent decay avgcurrent-x
|
||||
|
||||
PHOTOCOMP_PATH=
|
||||
|
||||
DATS=avgcurrent.dat decay.dat
|
||||
DATS=avgcurrent.dat decay.dat avgcurrent-x.dat avgcurrent-x6.dat
|
||||
|
||||
PDFS=$(addsuffix .pdf, $(PROJECTNAME))
|
||||
TEXS=$(addsuffix .tikz.tex, $(PROJECTNAME))
|
||||
@ -19,6 +19,12 @@ avgcurrent.dat: save.dat
|
||||
decay.dat: save.dat
|
||||
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=6;n_periods=48;J=480;E=10e9" mc_decay -s save.dat > $@
|
||||
|
||||
avgcurrent-x.dat: save.dat
|
||||
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=6;t=48;n_periods=48;J=480;E=10e9" avgcurrent_x -s save.dat > $@
|
||||
|
||||
avgcurrent-x6.dat: save.dat
|
||||
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=6;n_periods=48;J=480;E=10e9;x=6;nt=100" avgcurrent_t -s save.dat > $@
|
||||
|
||||
save.dat:
|
||||
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=6;n_periods=48;J=480;E=10e9" save > $@
|
||||
|
||||
|
Reference in New Issue
Block a user