add another way of calculating tersoff + small moldyn mods
[physik/posic.git] / report / report.h
index 4fe42f7..bd4ce88 100644 (file)
@@ -87,10 +87,10 @@ set xtic auto \n\
 set ytic auto \n\
 set title 'Pressure vs. time' \n\
 set xlabel 'Time [fs]' \n\
-set ylabel 'Pressure [atm]' \n\
+set ylabel 'Pressure [bar]' \n\
 set terminal postscript eps enhanced color solid lw 1 'Helvetica' 14 \n\
 set output 'pressure.eps' \n\
-plot \"pressure\" using 1:2 title 'Pressure' with lines \
+plot \"pressure\" using 1:2 title 'P' with lines , \"pressure\" using 1:3 title '<P>' with lines , \"pressure\" using 1:4 title 'P (global virial)' with lines , \"pressure\" using 1:5 title '<P (global virial)>' with lines \
 ";
 
 static char temperature_plot_script[]="\
@@ -104,7 +104,7 @@ set xlabel 'Time [fs]' \n\
 set ylabel 'Temperature [K]' \n\
 set terminal postscript eps enhanced color solid lw 1 'Helvetica' 14 \n\
 set output 'temperature.eps' \n\
-plot \"temperature\" using 1:2 title 'Temperature' with lines \
+plot \"temperature\" using 1:2 title 'T' with lines , \"temperature\" using 1:3 title '<T>' with lines \
 ";
 
 #endif