Header Ads Widget

Ab initio Calculations Using Exciting Code

Last Posts

10/recent/ticker-posts

Born Effective Charges of Zincblende-Structure Crystals (Oxygen version)

by Sebastian Tillack for exciting oxygen

Purpose: In this tutorial, you will learn how to compute Born effective charges from the macroscopic polarization in zincblende crystals.


0. Theoretical background

The Born effective charge (or dynamical charge) Zα of an atom α describes the effective dipole p that is induced in the unit cell due to a displacement d of the atom from its equilibrium position:

(1)
p=Zαd.

Note, that in general, Zα is a 3×3 tensor and the dipole moment is not necessarily parallel to the displacement. The Born effective charge tensor is defined as the negative second derivative of the total energy with respect to an external electric field E and the atomic position τα evaluated at the equilibrium position:

(2)
Zα,ij=2EEjτα,i0.

In practice, we compute the Born effective charges from the macroscopic polarization P that is given by

(3)
Pi=1ΩEEi0,

where Ω is the unit cell volume. With that, the charge tensor reads

(4)
Zα,ij=ΩPjτα,i0.

In order to evaluate the macroscopic polarization, we employ the so-called Berry phase approach.


1. Prerequisites

We assume that you are familiar with basic phonon calculations using exciting as described in the tutorial Phonon Properties of Diamond-Structure Crystals. In this example, we will compute the Born effective charge tensors in cubic boron nitride. Create the new directory cBN-Borncharges and move into it.

$ cd /home/tutorials/
$ mkdir cBN-Borncharges
$ cd cBN-Borncharges

2. Calculation of Born effective charges

The derivatives of the macroscopic polarization with respect to the atomic positions are evaluated using finite differences. Therefore, we need to displace each atom in the unit cell in each of the Cartesian directions and evaluate the macroscopic polarization. This procedure is very similar to a Γ-point phonon calculation. Therefore, the Born effective charges are implemented as a side product of a regular Γ-point phonon calculation. I.e., in order to trigger a Born effective charge calculation, we need to include the phonons element in the input file.

<input>
 
   <title>cBN Born effective charges</title>
 
   <structure speciespath="$EXCITINGROOT/species/">
      <crystal scale="6.8408">
         <basevect>0.0   0.5   0.5</basevect>
         <basevect>0.5   0.0   0.5</basevect>
         <basevect>0.5   0.5   0.0</basevect>
      </crystal>
      <species speciesfile="B.xml">
         <atom coord="0.00 0.00 0.00"/>
      </species>
      <species speciesfile="N.xml">
         <atom coord="0.25 0.25 0.25"/>
      </species>
   </structure>
 
   <groundstate 
      do="fromscratch"
      ngridk="4 4 4" 
      rgkmax="4.0"
      gmaxvr="14" 
      xctype="GGA_PBE" 
      swidth="0.0001" 
      />
 
   <phonons
      do="fromscratch"
      ngridq="1 1 1"
      >
      <qpointset>
         <qpoint> 0.0 0.0 0.0 </qpoint>
      </qpointset>
   </phonons>
 
</input>

Note, that we set the attribute ngridq="1 1 1" which corresponds to a phonon calculation at Γ only.

Start the calculation with

$ SETUP-excitingroot.sh
$ time exciting_smp

Once the calulcation is finished, you will find the result for the Born effective charges in the file ZSTAR.OUT. Its content looks like

# Born effective charges
# Note: Acoustic sum rule was automatically imposed.
# Species  1  Atom  1 (B  1) :      0.000000     0.000000     0.000000
        2.001681        0.000009        0.000009
        0.000015        2.002129        0.000015
        0.000069        0.000069        1.998837
# Species  2  Atom  1 (N  1) :      0.250000     0.250000     0.250000
       -2.001681       -0.000009       -0.000009
       -0.000015       -2.002129       -0.000015
       -0.000069       -0.000069       -1.998837
# acoustic sum rule correction
       -0.000004        0.000002        0.000002
        0.000001       -0.000004        0.000001
        0.000001        0.000001       -0.000005

For each atom in the unit cell, it gives the full charge tensor in units of the elementary charge. In cubic zincblende crystals, the charge tensor is diagonal and isotropic and can effectively be described by a scalar value. In this example, we obtain an effective charge of about ±2.00 for the boron and nitrogen atom, respectively.

In theory, the Born effective charge tensors obey the acoustic sum rule, i.e., that the sum over all atoms is zero. We automatically impose the acoustic sum rule by subtracting the actual sum of all charge tensors divided by the total number of atoms from the charge tensor of each atom. The last block in the file gives the correction that was necessary to impose the acoustic sum rule. Ideally, it should be zero.

Note, that the actual values for the macroscopic polarization for each displacement can be found the files POLARIZATION_fileext.OUT in the directories Q0000_0000_0000_S##_A###_P#, where fileext is the filename extension described in Phonon properties of diamond-structure crystals. See also the input element polarization.


The result for a converged calculation using the parameters ngridk="8 8 8" and rgkmax="7.0" looks as follows:

# Born effective charges
# Note: Acoustic sum rule was automatically imposed.
# Species  1  Atom  1 (B  1) :      0.000000     0.000000     0.000000
        1.924841        0.000002        0.000002
       -0.000004        1.924390       -0.000004
        0.000010        0.000010        1.927017
# Species  2  Atom  1 (N  1) :      0.250000     0.250000     0.250000
       -1.924841       -0.000002       -0.000002
        0.000004       -1.924390        0.000004
       -0.000010       -0.000010       -1.927017
# acoustic sum rule correction
       -0.000014        0.000001        0.000001
        0.000000       -0.000014        0.000000
        0.000000        0.000000       -0.000014

Exercises
  • The calculation presented here for cubic boron nitride can be repeated for silicon carbide. Use the PBE exchange-correlation functional and an equilibrium lattice parameter of 8.2392 Bohr.

# Born effective charges
# Note: Acoustic sum rule was automatically imposed.
# Species  1  Atom  1 (Si 1) :      0.000000     0.000000     0.000000
        2.698379        0.000081        0.000081
        0.000062        2.700405        0.000062
       -0.000066       -0.000066        2.702907
# Species  2  Atom  1 (C  1) :      0.250000     0.250000     0.250000
       -2.698379       -0.000081       -0.000081
       -0.000062       -2.700405       -0.000062
        0.000066        0.000066       -2.702907
# acoustic sum rule correction
       -0.000006        0.000001        0.000001
        0.000000       -0.000006        0.000000
        0.000000        0.000000       -0.000005

# Born effective charges
# Note: Acoustic sum rule was automatically imposed.
# Species  1  Atom  1 (Si 1) :      0.000000     0.000000     0.000000
        2.721772        0.000004        0.000004
       -0.000012        2.720402       -0.000012
        0.000014        0.000014        2.724452
# Species  2  Atom  1 (C  1) :      0.250000     0.250000     0.250000
       -2.721772       -0.000004       -0.000004
        0.000012       -2.720402        0.000012
       -0.000014       -0.000014       -2.724452
# acoustic sum rule correction
       -0.000014       -0.000000       -0.000000
       -0.000000       -0.000014       -0.000000
       -0.000000       -0.000000       -0.000013

  • Which result do you expect for the Born effective charges in diamond? Examine the file ZSTAR.OUT in the directory diamond-phonons/c-test/ in your home directory and explain the result.

 

Post a Comment

0 Comments