quantum-espresso/examples/example24
giannozz 3a12d680e7 All examples, excepted examples 13 and 22 that might be affected by the
last pacth, updated - some output names changed to more explicit ones


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2455 c92efa57-630b-4861-b058-cf58834340f0
2005-11-10 11:35:54 +00:00
..
reference All examples, excepted examples 13 and 22 that might be affected by the 2005-11-10 11:35:54 +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.