detailed_balance.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 t.checklist = { \
4  'finab.dat' : { 'method':'default', 'tolerance':1.0e-4 }, \
5 }
6 t.program = t.basedir + "/bin/winnet"
7 t.testdir = t.basedir + "/test/" + t.testname
8 t.logfile = t.testdir + ".log"
9 t.arcfile = t.testdir + ".tar.xz"