quantum-espresso/NEB/examples/example01
giannozz db78b5799b More careful removal of scratch files in examples: only files starting with
"pwscf" or "cp" are removed when the scratch directory is cleaned. May still
need some tweaking in some cases, though, because not all files start with
the value of "prefix" variable


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@10437 c92efa57-630b-4861-b058-cf58834340f0
2013-08-16 14:39:10 +00:00
..
reference NEB examples with subdir example01 2012-02-08 15:58:26 +00:00
README NEB examples with subdir example01 2012-02-08 15:58:26 +00:00
run_example More careful removal of scratch files in examples: only files starting with 2013-08-16 14:39:10 +00:00
run_xml_example Removed empty field MD 2013-01-15 17:22:06 +00:00

README

This example shows how to use neb.x to calculate the minimum energy path (MEP) 
of a simple activated reaction i.e. the collinear proton transfer reaction :

H2 + H  <==> H + H2

The MEP is obtained by means of the Climbing-Image Nudged Elastic Band (CI-NEB)
method and two different climbing image algorithms are used ("auto" and
"manual").

(for the meaning of the cited input variables see the Doc/INPUT_NEB* files)

The symmetric reaction path H2 + H  <==> H + H2 is calculated in three 
different ways.

1) The path connecting the initial and the final configurations is discretized
   with an odd number of images (7) so that the standard CI_scheme ("auto")
   will give rise to a symmetric MEP (3 images on the left of the saddle point
   and 3 images on the right). Note that in this system the use of the climbing
   image is not necessary. Indeed using CI_scheme = "no-CI" the result is the 
   same.

2) The path connecting the initial and the final configurations is discretized
   with an even number of images (8) and no climbing image is used. The
   resulting path is symmetric, but no image is at the saddle point.

3) The path connecting the initial and the final configurations is again 
   discretized with an even number of images (8), but the "manual" CI_scheme 
   is used so that the resulting path is asymmetric. The image 5 now is at the
   saddle point.

Given the low accuracy of these calculations (plane waves cut-off and 
thresholds) and the small box employed, these results should not be
compared with experiments or with other "ab initio" calculations.