quantum-espresso/examples/example24
ballabio e22dfb07e0 minor format changes [Gerardo]
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1388 c92efa57-630b-4861-b058-cf58834340f0
2004-10-19 13:05:14 +00:00
..
reference minor format changes [Gerardo] 2004-10-19 13:05:14 +00:00
README Add example24: electric field gradient tensor calculation with PAW 2004-08-20 13:52:08 +00:00
run_example Add example24: electric field gradient tensor calculation with PAW 2004-08-20 13:52:08 +00:00

README

This example shows how to use pw.x, efg.x and nmr.x to calculate the nmr 
parameters (chemical shift and quadrupolar parameters) on quartz.

The calculation proceeds as follows (for the meaning of the cited input
variables see the appropriate INPUT_* file)

1) make a self-consistent calculation for the willing structure
   (input=quartz.scf.in, output=quartz.scf.out).
   for further examples, see example01

2) for the quadrupolar parameters, extracted from the electric field gradient
   tensor, you should use the post-processing code efg.x which will use the 
   charge density computed in 1) to perform the calculation.
   In order to reconstruct the all-electron response from a pseudo-potential 
   calculation, you need extra files corresponding to the all-electron and 
   pseudo- atomic wavefunctions produced during the generation of the 
   pseudopotential. (see file_recon in atomic code).
   (input=quartz.efg.in, output=quartz.efg.out).
   NB: this calculation is possible only for norm-conserving pseudopotential
   for the moment.