LDA (Local Density Approximation)

The LDA is the most common approximation to the exchange-correlation (xc) functional in density functional theory (DFT). The LDA code implements 4 different functionals that we have developed [Entwistle2018]- 3 were constructed from slab-like systems of 1, 2 and 3 electrons, and the other was constructed from the homogeneous electron gas (HEG), with our softened Coulomb interaction. These approximate xc potentials allow us to approximate the electron density of systems, for comparison with exact solutions.

Calculating the ground-state

As an initial guess, the Kohn-Sham (KS) potential \(V_{\mathrm{KS}}\) is approximated as the external potential \(V_{\mathrm{ext}}\). From this a set of non-interacting orbitals are computed through solving the KS (single-particle Schrödinger) equations:

\[\{\phi_{j}, \varepsilon_{j}\},\]

and from these the density \(n(x)\) is calculated.

Using this density, an approximate xc potential \(V_{\mathrm{xc}}\) is constructed using the chosen LDA functional. From this \(V_{\mathrm{KS}}\) is refined, through a conjugate gradient method, Pulay mixing or linear mixing. For example, in linear mixing:

\[V_{\mathrm{KS}}^{i+1}(x) = (1- \alpha)V^{i}_{\mathrm{KS}}(x) + \alpha V^{\mathrm{LDA}}_{\mathrm{KS}}(x),\]

where the Kohn-Sham potential at the current iteration \(V_{\mathrm{KS}}^{i}\) and the Kohn-Sham potential constructed using the LDA \(V_{\mathrm{KS}}^{\mathrm{LDA}}\) are mixed to generate the Kohn-Sham potential at the next iteration \(V_{\mathrm{KS}}^{i+1}\).

These steps are repeated until we reach self-consistency, i.e. \(V_{\mathrm{KS}}(x)\) and \(n(x)\) are unchanging.

Time-dependence

After an approximate ground-state \(V_{\mathrm{KS}}\) is found, the perturbing potential is applied to the ground-state Hamiltonian, \(\hat{H} = \hat{H}_{0} + \hat{\delta V}_{\mathrm{ext}}\). The system’s evolution is calculated by propagating the ground-state KS orbitals through real time using the Crank-Nicolson method, and applying the LDA adiabatically (ALDA).

References

[Entwistle2018]
    1. Entwistle, M. Casula, and R. W. Godby, Comparison of local density functionals based on electron gas and finite systems, Phys. Rev. B 97, 235143 (2018).
[Kresse1996]Kresse, G. & Furthmüller, J. Efficiency of ab-initio total energy calculations for metals and semiconductors using a plane-wave basis set. Computational Materials Science 6, 15–50 (1996). doi: 10.1016/0927-0256(96)00008-0
[Payne1992]Payne, M. P. Teter, D. C. Allan, T. A. Arias, and J. D. Joannopoulos, Rev. Mod. Phys. 64, 1045 (1992).