Oxygen Vacancy Analysis with VASP
- With VASP (or any DFT code), any atomic defects can be calculated. Here, we will focus on the oxygen vacancy of transition metal oxides, as this is widely studied case.
Introduction
- Oxygen vacancies are point defects that occur when oxygen atoms are missing from their regular lattice positions in transition metal oxide.
- These defects play a crucial role in determining the physical, chemical, and electronic properties of materials.
Theoretical background
- The formation energy of an oxygen vacancy is a key parameter that quantifies the energy required to create a vacancy. It is calculated as:
Evac=Edefect−Epristine+nO⋅μO
where:
- Edefect: Total energy of the system with the oxygen vacancy
- Epristine: Total energy of the prinstine (i.e., without defect) system
- nO: Number of oxygen atoms removed (typically 1)
- μO: Chemical potential of oxygen
- According to this definition, a small Evac value means oxygen vacancy can be formed easily.
- The chemical potential of oxygen (μO) depends on temperature and partical pressure of O2 gas. For simple analysis, it can be approximated by the DFT-calculated energy of O2 molecule by
μO=21E(O2)
Kröger–Vink notation
- For defects, Kröger-Vink notations are often used to depict the atomic defects with charges. Following tables provide the most common notations.
- Notation: ABC
- A: element (V for vacancy)
- B: defect site (O for oxygen lattice position)
- C: charge (• for positive, ' for negative, and × for neutral)
Meaning |
Notation |
Oxygen vacancy |
VO |
Metal vacancy |
VM |
Charged oxygen vacancy (+1) |
VO• |
Charged oxygen vacancy (+2) |
VO•• |
electrons |
e' |
holes |
h• |
Computational setup
Procedure
- To calculate the defects, following procedures are typically taken:
- Create a sufficiently large supercell of the pristine crystal
- Remove one oxygen atom to create the vacancy
- Perform structural relaxation to allow neighboring atoms to adjust their positions
INCAR
- Following is an example INCAR for oxygen vacancy calculations:
ENCUT = 400 # Energy cutoff
ISMEAR = 0 # Gaussian smearing
SIGMA = 0.05 # Smearing width
LREAL = Auto # Real space projection
# Structural relaxation
IBRION = 2 # Conjugate gradient algorithm
NSW = 100 # Maximum number of ionic steps
EDIFFG = -0.05 # Force convergence criterion (eV/Å)
LCHARG = .TRUE. # Write charge density
Analysis workflow
1. Pristine crystal calculation
- First, calculate the total energy and electronic structure of the pristine crystal:
- Prepare POSCAR with the pristine crystal structure
- Set up INCAR, KPOINTS, and POTCAR files
- Run VASP calculation
- Extract the total energy (Epristine)
2. Defect calculation
- Next, create and calculate the system with an oxygen vacancy:
- Create a supercell from the pristine crystal
- Remove one oxygen atom to create the vacancy
- Adjust the INCAR file for defect calculation
- Run VASP calculation
- Extract the total energy (Edefect)
- Calculate the vacancy formation energy using the formula provided earlier.
4. Electronic structure analysis
- Analyze the impact of the vacancy on the electronic structure:
- Density of States (DOS) analysis
- Compare DOS of pristine and defective systems
- Identify defect states in the band gap
- Charge density analysis
- Visualize the charge density difference between pristine and defective systems
- Identify charge redistribution around the vacancy
- Charge density analysis method is written in other file ("charge.md")
- Depending on the vacancy type, the vacancy position has some charge density.
- For example, when O atom is removed from MgO, two electron should be the vacancy position because O atom in MgO is actually OX2−.
- When removing OX2− from MgO, no electron is on the vacancy position. In this case, the positive charge (from MgX2+) tend to be on the vacancy position (thus VO••).
- To identify such charge state, charge density plot is useful.
5. Structural analysis
- Analyze the structural relaxation around the vacancy:
- Measure the displacement of atoms neighboring the vacancy
- Identify any symmetry breaking or structural distortions
Practical considerations
Hybrid functionals
- Here are some examples of oxygen vacancy formation energies (Evac) in typical metal oxides calculated using DFT:
- You can see the oxygen vacancy formation energy depends on the material, and also on the calculation method.
Material |
E_vac (eV) |
Method |
Reference |
TiOX2 (rutile, (110) surface) |
2.16 |
PBE |
[1] |
TiOX2 (rutile, (110) surface) |
3.66 |
PBE + U |
[1] |
CeOX2 ((111) surface) |
2.60 |
PW91 + U |
[2,3] |
SrTiOX3 |
6.0 |
HSE06 |
[4] |
LaAlOX3 |
8.3 |
HSE06 |
[4] |
- Morgan, B. J., & Watson, G. W., A DFT+U description of oxygen vacancies at the TiO₂ rutile (110) surface. Surface Science, 604(9-10), 715-721 (2010)
- Ganduglia-Pirovano, M. V., et al., Oxygen vacancies in transition metal and rare earth oxides: Current state of understanding and remaining challenges. Surface Science Reports, 62(6), 219-270 (2007)
- Nolan, M, Watson, G. W. et al., The electronic structure of oxygen vacancy defects at the low index surfaces of ceria, Surf. Sci. 595, 223 (2005)
- Mitra, C., et al. Electronic structure of oxygen vacancies in SrTiO₃ and LaAlO₃. Physical Review B, 86(15), 155105 (2012)