quantum-espresso/PW/examples/example04
giannozz 42cc27be25 Removal of TMP_DIR updated
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@10711 c92efa57-630b-4861-b058-cf58834340f0
2014-01-31 22:14:52 +00:00
..
reference example10 moved to PW/examples/example04 2012-01-09 13:21:59 +00:00
README example10 moved to PW/examples/example04 2012-01-09 13:21:59 +00:00
run_example Removal of TMP_DIR updated 2014-01-31 22:14:52 +00:00
run_xml_example examples deleted, environment_variables moved to main dir, all run_examples changed 2012-02-08 19:11:33 +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.