Description Usage Arguments Details Author(s) Examples
Function to find minima on free energy surfaces calculated by metadynamics.
The free energy surface is divided by 8x8 grid and minimum is located for each section.
The output is a minima
object.
1 | fesminima(inputfes)
|
inputfes |
The object |
The input object must be valid type inputfes
.
Vojtech Spiwok
1 2 3 4 | data(acealanme1.3)
myfes<-mtdfes(acealanme1.3)
myminima<-fesminima(myfes)
summary(myminima)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.