source: tests/Fragmentations/Analyzing/heptan/post/plots/DeltaMinMeanMaxTotalForce-Order.pyx@ 88bb6b

Last change on this file since 88bb6b was 878044, checked in by Frederik Heber <heber@…>, 15 years ago

Added (simple) regression tests for joiner and analyzer for heptan.

  • Property mode set to 100644
File size: 534 bytes
Line 
1reset
2set keycolumns 1
3set key bottom left
4set mxtics 1
5set xtics 1
6set logscale y
7set xlabel 'bond order k'
8set ylabel 'absolute error in total forces [Ht/a.u.]'
9set terminal eps color
10set output 'DeltaMinMeanMaxTotalForce-Order.eps'
11plot [1:4] [1e-8:1e+0] \
12'DeltaMinForces-Order.dat' title 'minimum' using 1:(sqrt($8*$8+$9*$9+$10*$10)) with linespoints, \
13'DeltaMeanForces-Order.dat' title 'mean' using 1:(abs($8)) with linespoints, \
14'DeltaMaxForces-Order.dat' title 'maximum' using 1:(sqrt($8*$8+$9*$9+$10*$10)) with linespoints
Note: See TracBrowser for help on using the repository browser.