Abf-samples: Difference between revisions

From PMFLib Wiki
Jump to navigation Jump to search
(Created page with "Navigation: Documentation / Methods / Adaptive Biasing Force Method / ABF:Utilities / abf-samples ---- {{ABFUtils}} '''Name''' abf-samples '''Synopsis'''...")
 
No edit summary
Line 8: Line 8:
'''Synopsis'''
'''Synopsis'''


<span style="color: maroon;">abf-samples</span> <span style="color: blue;">[OPTIONS]</span> [--] <span style="color: purple;">accuname</span> <span style="color: purple;">sname</span>
<span style="color: maroon;">abf-samples</span> <span style="color: blue;">[OPTIONS]</span> [--] <span style="color: purple;">accuname sname </span>


'''Description'''
'''Description'''


It prints the number of samples accumulated during the ABF calculation.
It prints number of samples accumulated during the ABF calculation.


'''Arguments'''
'''Arguments'''
Line 22: Line 22:
|- style="vertical-align: top;"
|- style="vertical-align: top;"
| <span style="color: purple;">sname</span><br/>
| <span style="color: purple;">sname</span><br/>
<span style="margin-left: 30px;">Name of file where the info about samples will printed. If the name is '-' then the output will be written to the standard output.</span>
<span style="margin-left: 30px;">Name of file where the info about samples will be printed. If the name is '-' then the output will be written to the standard output.</span>
|}
 
'''Options'''
 
{| style="margin-left: 2em; width: 95%;"
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">-l, --limit NUMBER</span><br/><span style="margin-left: 30px;">Only bins containing more samples than NUMBER are considered as properly sampled.</span><br/><span style="color:purple; margin-left: 30px;"> (Default: 0)</span>
|- style="vertical-align: top; "
|<span style="color: blue;">--nognuplot</span><br/><span style="margin-left: 30px;">Do not print delimiters between records.</span>
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">--fx FORMAT</span><br/><span style="margin-left: 30px;">Output FORMAT, which will be used to print values of collective variables.</span><br/><span style="color:purple; margin-left: 30px;"> (Default: %15.7e)</span>
|- style="vertical-align: top; "
|<span style="color: blue;">--fe FORMAT</span><br/><span style="margin-left: 30px;">Output FORMAT, which will be used to print samples.</span><br/><span style="color:purple; margin-left: 30px;"> (Default: %d)</span>
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">-v, --verbose</span><br/><span style="margin-left: 30px;">Increase output verbosity.</span>
|- style="vertical-align: top; "
|<span style="color: blue;">--version</span><br/><span style="margin-left: 30px;">Output version information and exit.</span>
|- style="vertical-align: top; background-color: #e6e6e6;"
|<span style="color: blue;">-h, --help</span><br/><span style="margin-left: 30px;">Display this help and exit.</span>
|}
|}

Revision as of 13:40, 18 April 2016

Navigation: Documentation / Methods / Adaptive Biasing Force Method / ABF:Utilities / abf-samples


ABF Utilities

Name

abf-samples

Synopsis

abf-samples [OPTIONS] [--] accuname sname

Description

It prints number of samples accumulated during the ABF calculation.

Arguments

accuname

Name of file containing the ABF accumulator. If the name is '-' then the accumulator is read from the standard input.

sname

Name of file where the info about samples will be printed. If the name is '-' then the output will be written to the standard output.

Options

-l, --limit NUMBER
Only bins containing more samples than NUMBER are considered as properly sampled.
(Default: 0)
--nognuplot
Do not print delimiters between records.
--fx FORMAT
Output FORMAT, which will be used to print values of collective variables.
(Default: %15.7e)
--fe FORMAT
Output FORMAT, which will be used to print samples.
(Default: %d)
-v, --verbose
Increase output verbosity.
--version
Output version information and exit.
-h, --help
Display this help and exit.