View source: R/minimaandpaths.R
oneminimum.fes | R Documentation |
'oneminimum.fes' creates an ad hoc free energy minimum on free energy surface. This can be used to calculate free energy surface evolution at arbitrary point of free energy surface.
## S3 method for class 'fes' oneminimum(inputfes, cv1, cv2, cv3)
inputfes |
fes object. |
cv1 |
the value of collective variable 1. |
cv2 |
the value of collective variable 2. |
cv3 |
the value of collective variable 3. |
minima object.
tfes<-fes(acealanme1d) minima<-fesminima(tfes) minima<-minima+oneminimum(tfes, cv1=0, cv2=0) minima
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.