A hill for the metadynamics bias.
More...
#include <colvarbias_meta.h>
|
|
cvm::step_number | it |
| | Time step at which this hill was added.
|
| |
|
cvm::real | hill_value |
| | Value of the hill function (ranges between 0 and 1)
|
| |
|
cvm::real | sW |
| | Scale factor, which could be modified at runtime (default: 1)
|
| |
|
cvm::real | W |
| | Maximum height in energy of the hill.
|
| |
|
std::vector< colvarvalue > | centers |
| | Centers of the hill in the collective variable space.
|
| |
|
std::vector< cvm::real > | sigmas |
| | Half-widths of the hill in the collective variable space.
|
| |
|
std::string | replica |
| | Identity of the replica who added this hill.
|
| |
|
|
class | colvarbias_meta |
| |
|
bool | operator< (hill const &h1, hill const &h2) |
| | Comparison operator.
|
| |
|
bool | operator<= (hill const &h1, hill const &h2) |
| | Comparison operator.
|
| |
|
bool | operator> (hill const &h1, hill const &h2) |
| | Comparison operator.
|
| |
|
bool | operator>= (hill const &h1, hill const &h2) |
| | Comparison operator.
|
| |
|
bool | operator== (hill const &h1, hill const &h2) |
| | Comparison operator.
|
| |
A hill for the metadynamics bias.
◆ hill()
Constructor of a hill object
- Parameters
-
| it | Step number at which the hill was added |
| W | Weight of the hill (energy units) |
| cv_values | Array of collective variable values |
| cv_sigmas | Array of collective variable values |
| replica | ID of the replica that creates the hill (optional) |
The documentation for this class was generated from the following files: