-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
27 lines (27 loc) · 1.31 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: metadynminer
Type: Package
Title: Tools to Read, Analyze and Visualize Metadynamics HILLS Files from 'Plumed'
Version: 0.1.7
Date: 2022-04-12
Authors@R: person("Vojtech", "Spiwok", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8108-2033"))
Depends: R (>= 3.3.0)
LinkingTo: Rcpp
Description: Metadynamics is a state of the art biomolecular simulation technique.
'Plumed' Tribello, G.A. et al. (2014) <doi:10.1016/j.cpc.2013.09.018> program makes
it possible to perform metadynamics using various simulation codes. The results of
metadynamics done in 'Plumed' can be analyzed by 'metadynminer'. The package
'metadynminer' reads 1D and 2D metadynamics hills files from 'Plumed' package.
It uses a fast algorithm by Hosek, P. and Spiwok, V. (2016) <doi:10.1016/j.cpc.2015.08.037>
to calculate a free energy surface from hills. Minima can be located and plotted on
the free energy surface. Transition states can be analyzed by Nudged Elastic Band
method by Henkelman, G. and Jonsson, H. (2000) <doi:10.1063/1.1323224>. Free energy
surfaces, minima and transition paths can be plotted to produce publication quality
images.
LazyData: true
License: GPL-3
RoxygenNote: 6.1.0
Imports: Rcpp
Suggests: testthat
URL: https://metadynamics.cz/metadynminer/