quantum-espresso/examples/example10
giannozz 7abc7cdebb Minor changes to scripts used to check and save examples
All examples updated again (sorry), this time with ifort 8
Only pwcond refuses to work with this particular compiler


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2057 c92efa57-630b-4861-b058-cf58834340f0
2005-07-28 17:26:51 +00:00
..
reference Minor changes to scripts used to check and save examples 2005-07-28 17:26:51 +00:00
README Created unified "examples" directory replacing old "cp_examples", 2004-06-10 09:37:46 +00:00
run_example more fixes for /bin/sh [Gerardo] 2004-07-02 13:44:12 +00:00

README

This is an example in which the Born effective charge for Pb in perovskite
PbTiO3 is calculated.

1) make a self-consistent calculation for a cubic structure of PbTiO3 in
   which the Pb atom has been displaced a small distance 0.01*a0 in the z
   axis (a0 is the lattice constant, 7.3699 bohr). 
   (input=chg.in, output=chg.out)

2) make a non-self-consistent calculation to compute the polarization
   (lberry=.true. in the input file 'BP.in'). In the ouput file 'BP.out'
   we find that the polarization (P) multiplied by the volume of the unit
   cell (Omega) is:

        Omega * P = 0.2884752 e.bohr

   while the distance the Pb atom has been displaced from the perfect cubic cell
   structure is

        r - r0 = 0.01 * 7.3699 bohr = 0.073699 bohr.

   Given that the Born effective charge is defined as

                    dP
        z* = Omega ----
                    dr

   we can use a finite differences approximation to get

              0.2884752 e.bohr
        z* = ------------------ = 3.91 e
                0.073699 bohr

   in good agreement with published results. For example, in Zhong, King-Smith
   and Vanderbilt, PRL 72, 3618 (1994) the value found is 3.90 e.