fespoint.hillsfile: Calculate free energy at given point in the CV space

View source: R/minimaandpaths.R

fespoint.hillsfileR Documentation

Calculate free energy at given point in the CV space

Description

‘fespoint.hillsfile' calculates free energy at given point in the CV space ’coord'. Hills are summed from 'imin' to 'imax'. Printed output can be suppressed by setting 'verb' to TRUE.

Usage

## S3 method for class 'hillsfile'
fespoint(hills, coord = NULL, imin = 1,
  imax = NULL, verb = T)

Arguments

hills

hillsfile object.

coord

coordinates of the point in the CV space.

imin

index of a hill from which calculation of difference starts (default 1).

imax

index of a hill from which summation stops (default the rest of hills).

verb

if TRUE, the output is verbose (default TRUE).

Examples

fespoint(acealanme, c(0,0), imax=5000)

metadynminer documentation built on April 14, 2022, 5:06 p.m.