quantum-espresso/examples/example17
giannozz b7ce3b7f77 Examples updated - please verify if everything is good
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3520 c92efa57-630b-4861-b058-cf58834340f0
2006-11-08 09:12:57 +00:00
..
reference Examples updated - please verify if everything is good 2006-11-08 09:12:57 +00:00
README Added an example of neb calculation done with cp.x. C.S. 2006-05-11 18:48:53 +00:00
run_example - temporary nelup should be >= neldwn 2006-09-06 12:28:56 +00:00

README

This example shows how to use both pw.x and cp.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 appropriate INPUT_* file)

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

First using pw.x:

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 neccesary. 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.

Then using cp.x

4) Same as for the first calculation, but with a Car-Parrinello approach.
   
Given the low accuracy of these calculations (plane waves cut-off and 
thresholds) and the small box employed, these results can not be compared with
experiments or with other "ab initio" calculations.