Abf-combine: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Created page with "Navigation: Documentation / Methods / Adaptive Biasing Force Method / ABF:Utilities / abf-combine ---- {{ABFUtils}} '''Name''' abf-combine '''Synopsis'''...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:abf-combine}} | |||
Navigation: [[Documentation]] / [[Methods]] / [[Adaptive Biasing Force Method]] / [[ABF:Utilities]] / [[abf-combine]] | Navigation: [[Documentation]] / [[Methods]] / [[Adaptive Biasing Force Method]] / [[ABF:Utilities]] / [[abf-combine]] | ||
---- | ---- | ||
{{ABFUtils}} | {{ABFUtils}} | ||
'''Name''' | <div style="text-align: center">abf-combine: version 5.271.40980cf (2020-03-02 15:18)</div>'''Name''' | ||
abf-combine | <span style="margin-left: 15px;">abf-combine</span> | ||
'''Synopsis''' | '''Synopsis''' | ||
<span style="color: maroon;">abf-combine</span> <span style="color: blue;">[OPTIONS]</span> [--] <span style="color: purple;">accu1</span> <span style="color: purple;">accu2</span> <span style="color: purple;">output</span> | <span style="color: maroon; margin-left: 15px;">abf-combine</span> <span style="color: blue;">[OPTIONS]</span> [--] <span style="color: purple;">accu1</span> <span style="color: purple;">accu2</span> <span style="color: purple;">output</span> | ||
'''Description''' | '''Description''' | ||
It combines two ABF accumulators into one. Both input accumulators have to be of the same dimensions. | <p style="text-indent: 1em; text-align: justify;">It combines two ABF accumulators into one. Both input accumulators have to be of the same dimensions.</p> | ||
'''Arguments''' | '''Arguments''' | ||
{| style="margin-left: 2em; width: | {| style="margin-left: 2em; width: 95%;" | ||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
| <span style="color: purple;">accu1</span><br/> | | <span style="color: purple;">accu1</span><br/><div style="margin-left: 30px;">Name of file with the first ABF accumulator. If the name is '-' then the accumulator is read from the standard input. The standard input can be used for accu1 or accu2 but not for both.</div> | ||
< | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| <span style="color: purple;">accu2</span><br/> | | <span style="color: purple;">accu2</span><br/><div style="margin-left: 30px;">Name of file with the second ABF accumulator. If the name is '-' then the accumulator is read from the standard input. The standard input can be used for accu1 or accu2 but not for both.</div> | ||
< | |||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
| <span style="color: purple;">output</span><br/> | | <span style="color: purple;">output</span><br/><div style="margin-left: 30px;">Name of file where the result will be writen. If the name is '-' then the output will be written to the standard output.</div> | ||
< | |||
|} | |} | ||
Line 32: | Line 30: | ||
{| style="margin-left: 2em; width: 95%;" | {| style="margin-left: 2em; width: 95%;" | ||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
|<span style="color: blue;">--operation OP</span><br/>< | |<span style="color: blue;">--operation OP</span><br/><div style="margin-left: 30px;">Aritihmetic operation used in the accumulator combination. Supported operations are: 'add' and 'sub'</div><span style="color:purple; margin-left: 30px;">(Default: add)</span> | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
|<span style="color: blue;">-v, --verbose</span><br/>< | |<span style="color: blue;">-v, --verbose</span><br/><div style="margin-left: 30px;">Increase output verbosity.</div> | ||
|- style="vertical-align: top; background-color: #e6e6e6;" | |- style="vertical-align: top; background-color: #e6e6e6;" | ||
|<span style="color: blue;">--version</span><br/>< | |<span style="color: blue;">--version</span><br/><div style="margin-left: 30px;">Output version information and exit.</div> | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
|<span style="color: blue;">-h, --help</span><br/>< | |<span style="color: blue;">-h, --help</span><br/><div style="margin-left: 30px;">Display this help and exit.</div> | ||
|} | |} |