DFT-LDA Helium

By Dongsheng Wen1; Alejandro Strachan1

1. Purdue University

Calculate ground state energy of Helium atom with DFT.

Launch Tool

You must login before you can run this tool.

Version 1.0 - published on 06 Dec 2018

doi:10.21981/YQS2-5C83 cite this

Open source: license | download

View All Supporting Documents

    Helium Wave Function

Category

Tools

Published on

Abstract

Though DFT is developed for many electron systems with an aim to lower the computational cost, a hand-on step-by-step calculation of small systems will let learners to take a close look at the science behind the black box. This notebook implements a DFT-LDA code to calculate the ground state energy of helium atom. This implementation follows the formulations of DFT Helium in Chapter 5 of Thijssen’s book (1), where the main mathematical works and approximations were described. Different from a previous work on Helium calculation(2), which employed combination of basis Gaussian functions, this work will calculate the same system by solving one radial wavefunction. In this program, the numerical calculation incorporates local density approximation (LDA) to approximate the electron density.

The simulation will mainly contain three main calculations: (a) calculation of the radial Schrödinger equation, (b) implementing the electrostatic potential (Hartree), and (c) incorporating the electron exchange potential. The eigen value and wavefunction is calculated by integrating the wavefunction with Numerov's method with fixed boundary conditions. The first few steps cover the above key components in the self-consistent function (SCF) calculation starting from a guess of the initial value of the wave function. All steps are described in detail. The last part performs the iterative SCF calculation until energy convergence is achieved.

 

 

References

(1)    Thijssen, J., 2007. Computational physics. Cambridge university press.

(2)    Baseden, K.A. and Tye, J.W., 2014. Introduction to Density Functional Theory: Calculations by Hand on the Helium Atom. Journal of Chemical Education91(12), pp.2116-2123.

Cite this work

Researchers should cite this work as follows:

  • Dongsheng Wen, Alejandro Strachan (2018), "DFT-LDA Helium," https://nanohub.org/resources/dftldahelium. (DOI: 10.21981/YQS2-5C83).

    BibTex | EndNote

Tags