HILLS BIN: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:HILLS_BIN}}
{{TAGDEF|HILLS_BIN|[Integer]|{{TAG|NSW}}}}
{{TAGDEF|HILLS_BIN|[Integer]|{{TAG|NSW}}}}


Description: {{TAG|HILLS_BIN}} sets the number of steps after which the bias potential is updated in a metadynamics run (in case VASP was compiled with [[Precompiler_flags|-Dtbdyn]]).
Description: {{TAG|HILLS_BIN}} sets the number of steps after which the bias potential is updated in a metadynamics run (in case VASP was compiled with [[Precompiler_flags|-Dtbdyn]]).
----
----
In [[MDALGO#Metadynamics|metadynamics]] ({{TAG|MDALGO}}=11 {{!}} 21), the parameters for 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 number of steps after which the bias potential is updated during a [[MDALGO#Metadynamics|metadynamics]] run, is set by means of the {{TAG|HILLS_BIN}}-tag.


== Related Tags and Sections ==
The number of steps after which the bias potential is updated is set by {{TAG|HILLS_BIN}}.
 
== Related tags and articles ==
[[:Category:Metadynamics|Metadynamics]],
{{TAG|HILLS_H}},
{{TAG|HILLS_H}},
{{TAG|HILLS_W}},
{{TAG|HILLS_W}},
{{FILE|HILLSPOT}},
{{TAG|MDALGO}}
{{TAG|MDALGO}}


Line 15: Line 24:
----
----


[[Category:INCAR]][[Category:Molecular Dynamics]]
[[Category:INCAR tag]][[Category:Molecular dynamics]][[Category:Metadynamics]]

Latest revision as of 08:14, 29 March 2024

HILLS_BIN = [Integer]
Default: HILLS_BIN = NSW 

Description: HILLS_BIN sets the number of steps after which the bias potential is updated in a metadynamics run (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 number of steps after which the bias potential is updated is set by HILLS_BIN.

Related tags and articles

Metadynamics, HILLS_H, HILLS_W, HILLSPOT, MDALGO

Examples that use this tag