Added testing scripts, comparing sawsim with theory
authorW. Trevor King <wking@drexel.edu>
Tue, 9 Sep 2008 17:14:07 +0000 (13:14 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 9 Sep 2008 17:14:07 +0000 (13:14 -0400)
commit780d75e14fb1a05686db24bb0599d214a938dd21
tree9271c3b175b78d8d3407531b51b21e884d752255
parent229f72f3ac0558a529ac7570a224660b35f340c3
Added testing scripts, comparing sawsim with theory

TODO, adjust bell & kramers testing to read param files like
const_rate does.
13 files changed:
testing/README [new file with mode: 0644]
testing/bell_rate/fit_bell [new file with mode: 0755]
testing/bell_rate/run_test.sh [new file with mode: 0755]
testing/common/fit.py [new file with mode: 0755]
testing/common/fit.pyc [new file with mode: 0644]
testing/common/fitHist.pyc [new file with mode: 0644]
testing/const_rate/const_rate.sh [new file with mode: 0755]
testing/const_rate/fit_exponential [new file with mode: 0755]
testing/const_rate/params [new file with mode: 0644]
testing/const_rate/run_test.sh [new file with mode: 0755]
testing/kramers_rate/fit_kramers [new file with mode: 0755]
testing/kramers_rate/run_test.sh [new file with mode: 0755]
testing/test_cluster.sh [new file with mode: 0755]