Rst-wham: Difference between revisions

Jump to navigation Jump to search
1,302 bytes added ,  18 April 2016
no edit summary
No edit summary
No edit summary
Line 8: Line 8:
'''Synopsis'''
'''Synopsis'''


<span style="color: maroon;"></span> <span style="color: blue;"></span>  <span style="color: purple;"> </span>
<span style="color: maroon;">wham</span> <span style="color: blue;">[P|Ppi|Pval] </span>  <span style="color: purple;">hist_min hist_max num_bins tol temperature numpad metadatafile freefile </span><span style="color: blue;">[num_MC_trials randSeed] </span>
wham [P|Ppi|Pval] hist_min hist_max num_bins tol temperature numpad metadatafile freefile [num_MC_trials randSeed]
 




'''Description'''
'''Description'''
 
These programs (wham and wham-2d) implement the Weighted Histogram Analysis Method of Kumar, et al ("Multidimensional free-energy calculations using the weighted histogram analysis method", J. Comput. Chem., 16:1339-1350, 1995). The code generally follows the notation used by Benoit Roux ("The calculation of the potential of mean force using computer simulations", Comput. Phys. Comm., 91:275-282, 1995). Consult these papers for the theoretical background and justification for the method.




Line 19: Line 19:


{| style="margin-left: 2em; width: 75%;"
{| style="margin-left: 2em; width: 75%;"
|- style="vertical-align: top; background-color: #e6e6e6;"
| <span style="color: purple;">hist_min hist_max</span><br/>
<span style="margin-left: 30px;">Specify the boundaries of the histogram. As a rule, all data points outside the range (hist_min, hist_max) are silently ignored. The only exception is that if an entire trajectory is outside the range, the program halts with an error message. The solution is to remove that file from the metadata file. hist_min and hist_max should be floating point numbers. </span>
|- style="vertical-align: top;"
| <span style="color: purple;">num_bins</span><br/>
<span style="margin-left: 30px;">Specifies the number of bins in the histogram, and as a result the number of points in the final PMF. It should be an integer.</span>
|}
|}


144

edits

Navigation menu