HILLS W: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 3: Line 3:
Description: {{TAG|HILLS_W}} specifies the width of the Gaussian hill (in units of the corresponding collective variable) used in metadynamics (in case VASP was compiled with [[Precompiler_flags|-Dtbdyn]]).
Description: {{TAG|HILLS_W}} specifies the width of the Gaussian hill (in units of the corresponding collective variable) used in metadynamics (in case VASP was compiled with [[Precompiler_flags|-Dtbdyn]]).
----
----
In [[Metadynamics|metadynamics]] ({{TAG|MDALGO}}=11 {{!}} 21), the parameters for the bias potential ({{TAG|HILLS_H}}, {{TAG|HILLS_W}}, and {{TAG|HILLS_BIN}}) must be provided by the user.
In [[Metadynamics|metadynamics]] ({{TAG|MDALGO}}=11 {{!}} 21), the bias potential is given as
:<math>
\tilde{V}(t,\xi) = h \sum_{i=1}^{\lfloor t/t_G \rfloor} \exp{\left\{ -\frac{|\xi^{(t)}-\xi^{(i \cdot t_G)}|^2}{2
w^2} \right\}}.
</math>
Thre parameters ({{TAG|HILLS_H}}, {{TAG|HILLS_W}}, and {{TAG|HILLS_BIN}}) must be provided by the user.


The width of the Gaussian hills (in units of the corresponding collective variable) used in the [[MDALGO#Metadynamics|metadynamics]] is set by means of the {{TAG|HILLS_W}}-tag.
The width of the Gaussian hills $w$ (in units of the corresponding collective variable) is set by {{TAG|HILLS_W}}.


== Related Tags and Sections ==
== Related Tags and Sections ==

Revision as of 09:22, 6 April 2022

HILLS_W = [Real]
Default: HILLS_W =  

Description: HILLS_W specifies the width of the Gaussian hill (in units of the corresponding collective variable) used in metadynamics (in case VASP was compiled with -Dtbdyn).


In metadynamics (MDALGO=11 | 21), the bias potential is given as

Thre parameters (HILLS_H, HILLS_W, and HILLS_BIN) must be provided by the user.

The width of the Gaussian hills $w$ (in units of the corresponding collective variable) is set by HILLS_W.

Related Tags and Sections

HILLS_H, HILLS_BIN, MDALGO

Examples that use this tag