String Method: Difference between revisions

From PMFLib Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
----
----
__NOEDITSECTION__
__NOEDITSECTION__
=Introduction=
The string method (STM) is an enhanced sampling technique for identifying the most probable transition pathway (minimum free-energy path) between two or more states in high-dimensional collective-variable space. The method discretises the path into a series of connected points (beads) and iteratively refines their positions using biased molecular dynamics to align the path with the underlying free energy landscape.
[[Image:MTC-STM-d1d2-01.apng|center]]
PMFLib implements the approach described in the article ''String Method in Collective Variables: Minimum Free Energy Paths and Isocommittor Surfaces'' [1] with many improvements. The path is described using splines (interpolating or smoothing) and optimised with advanced gradient-based algorithms such as ADM (Adaptive Moment Estimation) and its variants. Technically, the implementation uses a client/server architecture and operates in two modes, synchronous and asynchronous, enabling effective utilisation of various computational resources.
==Contents==
==Contents==
* [[String Method#Description|STM:Description]]
* [[STM:Server]]
* [[STM:Controls]]
** [[STM:Server Controls]]
* [[STM:Collective variables]]
** [[STM:Path]]
* [[STM:Client]]
** [[STM:Client Controls]]
** [[STM:Collective Variables]]
* [[STM:Post-processing]]
* [[STM:Post-processing]]
* [[STM:Utilities]]
* [[STM:Utilities]]
* [[STM:Examples]]
* [[STM:Examples]]


 
===References===
==Introduction==
(1) Maragliano, L.; Fischer, A.; Vanden-Eijnden, E.; Ciccotti, G. String Method in Collective Variables: Minimum Free Energy Paths and Isocommittor Surfaces. ''J. Chem. Phys.'' '''2006''', ''125 (2)'', 024106. https://doi.org/10.1063/1.2212942.
The string method is an enhanced sampling technique to identify the most probable transition pathway (minimum free energy path) between two or more metastable states in high-dimensional collective variable space. The method discretises the path into a series of connected points (beads) and iteratively refines their positions using biased molecular dynamics to align the path with the underlying free energy landscape.
 
[[Image:Movie.png]]

Latest revision as of 13:29, 20 June 2026

Navigation: Documentation / Methods / String Method


Introduction

The string method (STM) is an enhanced sampling technique for identifying the most probable transition pathway (minimum free-energy path) between two or more states in high-dimensional collective-variable space. The method discretises the path into a series of connected points (beads) and iteratively refines their positions using biased molecular dynamics to align the path with the underlying free energy landscape.

PMFLib implements the approach described in the article String Method in Collective Variables: Minimum Free Energy Paths and Isocommittor Surfaces [1] with many improvements. The path is described using splines (interpolating or smoothing) and optimised with advanced gradient-based algorithms such as ADM (Adaptive Moment Estimation) and its variants. Technically, the implementation uses a client/server architecture and operates in two modes, synchronous and asynchronous, enabling effective utilisation of various computational resources.

Contents

References

(1) Maragliano, L.; Fischer, A.; Vanden-Eijnden, E.; Ciccotti, G. String Method in Collective Variables: Minimum Free Energy Paths and Isocommittor Surfaces. J. Chem. Phys. 2006, 125 (2), 024106. https://doi.org/10.1063/1.2212942.