Home | Projects | CPGE | My carbon footprint


Introduction

Electronic correlation is the interaction between electrons in the electronic structure of a quantum system. The correlation energy is a measure of how much the movement of one electron is influenced by the presence of all other electrons.

Density Functional Theory

Downsides

The Hohenberg-Kohn theorems are limited to ground-state properties, providing no direct insight into excited states, which poses challenges in studying electronic excitations and charge transfer processes.

Algorithm

DFT_algorithm.png

Electron Exchange Correlation

The DFT exchange-correlation potential, Vxc[n(r)], is a critical component that captures the complex quantum mechanical effects of electron exchange and correlation. Vxc is not derived exactly but is instead approximated (to avoid dealing with many-electron systems).

Common approximations

Local Density Approximation (LDA)

In practice

The calculation of Vxc is an iterative process within the self-consistent field
(SCF) method. The DFT algorithm begins with an initial guess for the electron density, usually based on atomic configurations.

  1. Using this (intial) density, the Kohn-Sham equations are solved to update the potential and electron density
  2. The exchange-correlation potential, Vxc, is recalculated at each step based on the updated density
    This process continues until the electron density converges to a self-consistent solution.

Source : An Introduction to Density Functional Theory, Dr. Mohammad Abdur Rashid


How to run DFT calculations locally