Trees | Indices | Help |
|
---|
|
Desmond workup techniques, all based on actual numerical results. Intended for import and use as a test workup.
Running directly allows execution of any of the workup methods
Methods for comparing the following Desmond-style information:
Classes and helper functions have 'private' names, as only the workup methods are intended to be imported and used as test workups.
$Revision 0.1 $
Copyright: (c) Schrodinger, Inc. All rights reserved.
|
|||
_EneFile Class to find and contain the information in a Desmond .ene file. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_version =
|
|||
__package__ =
|
|
Compare metadynamics FES files. usage: desmond_compare_FES(file1.fes, file2.fes, <0.2>) Tolerance is optional, and defaults to 0.1 |
Compares the deltaF in an FEP result file to a standard. usage: desmond_FEP_energies(filename.log, value, optional tolerance) |
Tests the html file written by a Desmond FEP job To Do: This does nothing yet. |
Compares surface area to a standard with optional tolerance and optional choice of box sides. Default sides are a and b. usage: desmond_check_surface_area(filename, value, tolerance, side1, side2 |
Compares two Desmond ene files. Checks that any quantities requested from the ene file match within some tolerance number of decimal points. usage desmond_compare_ene(file1.ene, file2.ene, 2, P, E_c) |
Compares the average rate per step in ns/day against a standard. usage: desmond_speed(file1.log, reference rate, <tolerance>)
|
|
Compares the mean, median and/or standard deviation of a desmond st2 file to reference values. usage: desmond_st_stats(file.st2, mean=1.2, median=2.3, stddev=1.2, tol=0.2) |
Centers an array of angles to minimize its standard deviation.
|
Compares two Desmond deltaE.txt files. Checks time and energy. No tolerance (exact sameness). usage: desmond_compare_deltaE(file1, file2) |
Compares two Desmond enegrp.dat files. Checks all values upto tolerance value. usage: desmond_compare_energy_group(file1, file2, tolerance=0) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:32 2016 | http://epydoc.sourceforge.net |