Desmond workup techniques, all based on actual numerical results.
Intended for import and use as a test workup.
Classes and helper functions have 'private' names, as only the workup
methods are intended to be imported and used as test workups.
|
_FES(filename)
Returns a numpy array based on a FES format file. |
|
|
|
|
|
desmond_FEP_energies(filename,
reference,
tolerance=0.5)
Compares the deltaF in an FEP result file to a standard. |
|
|
|
|
|
desmond_check_surface_area(filename,
reference,
tolerance=0.5,
side1=' r_chorus_box_ax ' ,
side2=' r_chorus_box_bx ' )
Compares surface area to a standard with optional tolerance and
optional choice of box sides. |
|
|
|
desmond_tgz_file_list(tgz_fname,
*fnames_to_check) |
|
|
|
|
|
desmond_speed(filename,
reference_rate,
tolerance=0.05)
Compares the average rate per step in ns/day against a standard. |
|
|
|
|
|
desmond_st_stats(filename,
*options)
Compares the mean, median and/or standard deviation of a desmond st2
file to reference values. |
|
|
|
_compare_stats(values,
reference,
tolerance,
function,
name,
errors) |
|
|
|
|
|
read_dE_file(fname)
Read a dE file and return a dict from time to energy_dict;
energy_dict is a dict from (lambda_win, lambda_win) to energy value |
|
|
|
|
|
|