oneminimum.fes.Rd
`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 fes
oneminimum(inputfes, cv1, cv2, cv3)
fes object.
the value of collective variable 1.
the value of collective variable 2.
the value of collective variable 3.
minima object.
tfes<-fes(acealanme1d)
minima<-fesminima(tfes)
minima<-minima+oneminimum(tfes, cv1=0, cv2=0)
minima
#> letter CV1bin CV1 free_energy
#> 1 A 75 -1.3182369 -139.6574
#> 2 B 29 -2.4516743 -138.0266
#> 3 C 168 0.9732777 -133.4908
#> 4 D 129 0.0000000 -114.0327