Abf-combine

From PMFLib Wiki
Revision as of 14:24, 1 April 2016 by Xstepan3 (talk | contribs) (Created page with "Navigation: Documentation / Methods / Adaptive Biasing Force Method / ABF:Utilities / abf-combine ---- {{ABFUtils}} '''Name''' abf-combine '''Synopsis'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


ABF Utilities

Name

abf-combine

Synopsis

abf-combine [OPTIONS] [--] accu1 accu2 output

Description

It combines two ABF accumulators into one. Both input accumulators have to be of the same dimensions.

Arguments

accu1

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.

accu2

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.

output

Name of file where the result will be writen. If the name is '-' then the output will be written to the standard output.

Options

--operation OP
Aritihmetic operation used in the accumulator combination. Supported operations are: 'add' and 'sub'
(Default: add)
-v, --verbose
Increase output verbosity.
--version
Output version information and exit.
-h, --help
Display this help and exit.