Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

HILLSPOT: Difference between revisions

From VASP Wiki
Schlipf (talk | contribs)
No edit summary
Line 19: Line 19:


----
----
 
[[Category:Advanced molecular-dynamics sampling]]
[[Category:Metadynamics|Metadynamics]]
[[Category:Metadynamics|Metadynamics]]
[[Category:Files]]
[[Category:Files]]

Revision as of 09:31, 15 October 2024

During the metadynamics simulation, the time-dependent bias potential (see MDALGO) is written in file HILLSPOT using the same format as for the PENALTYPOT file. If the metadynamics is performed as a sequence of shorter runs (which is recommended), the HILLSPOT file should be copied into PENALTYPOT at the end of each run. The following is an example of script running the sequence of 100 simulations:

#!/bin/bash
i=1
while [ $i -le 100 ]
do
  cp POSCAR POSCAR.$i
  ./vasp
  cp CONTCAR POSCAR
  cp REPORT REPORT.$i
  cp HILLSPOT PENALTYPOT
  let i=i+1
done

Related Tags and Sections

HILLS_BIN, HILLS_H, HILLS_W, MDALGO