Skip to content

approximation

approximation

The approximation is a method used in many-body perturbation theory to describe the electronic structure of systems. The usefulness of calculations in various systems has been demonstrated in the previous investigation. It improves upon the standard Density Functional Theory (DFT) by including the effects of electron-electron interactions more accurately. This method is well known as a highly predictive method that does not rely on any empirical parameters.

In the GW approximation, the self-energy is expressed as:

where and are one-particle Green's function and screened Coulomb interaction, respectively. The Fourie representation of , is represented as follows:

where is infinitesimally small positive value.

INFO

Since has time-inversion symmetry, i.e., , the following formula is also used in some textbooks

Here,

INFO

See the Basic for the derivation.

The screened Coulomb interaction is related to the bare Coulomb interaction and the dielectric function by:

In short notation, . The dielectric function is connected to the polarization function , i.e., . One of approximation to describe is known as Rondom phase approximation (RPA). In the RPA, , where is the response function (density correlation function). In the non-intracting system, . In the Fourie representation,

The meaning of

The approximation can be understood as incorporating the screening effect of surrounding electrons into the exchange interaction in Hartree-Fock approach. Note that gives the Fock exchange.

The formula of

We consider the contour integral in the lower half-plane of the complex plane (as shown in the figure), which includes only the poles of the occupied states. Since , the in the figure does not contribute to the integral. Therefore, by the residue theorem, the integral is "2𝜋i" for occupied states and 0 for unoccupied states. As a result, expected value of on state is as follows:

This corresponds to the Fock exchange. 積分経路

approach

Usually, the GW calculations are used as perturbative corrections to LDA/GGA. Specifically, the eigenvalues and eigenfunctions obtained from LDA/GGA are chosen as the unperturbed states. The Kohn-Sham equation employing LDA/GGA can be written as follows, with the eigenvalues and eigenfunctions denoted as :

Here, represents the Hartree potential, the potential due to ions, and the exchange-correlation potential in LDA/GGA, respectively.

From this, the one-body Green's function is calculated as:

Using , the polarization function is calculated via the RPA, and the screened Coulomb interaction is obtained. The subscript indicates that these quantities are computed from the unperturbed states.

The quasiparticle energy is determined as:

where, is the renormalization factor, given by:

Known issue about the Approximation

While the GW approximation provides a more accurate description of quasiparticle energies compared to standard Density Functional Theory (DFT), it has several limitations and challenges:

  1. Self-Consistency: Achieving self-consistency in the GW calculations can be difficult. In practice, many calculations use a non-self-consistent approach (GW), where and are calculated using the DFT orbitals and eigenvalues. This can lead to inaccuracies in the results.

  2. Starting Point Dependence: The results of GW calculations can be sensitive to the choice of the starting point, i.e., the initial DFT functional used to generate the orbitals and eigenvalues. Different starting points can lead to different quasiparticle energies.

  3. Computational Cost: The GW approximation is computationally expensive due to the need to calculate the Green's function and the screened Coulomb interaction . This makes it challenging to apply to large systems or complex materials.

  4. Vertex Corrections: The GW approximation neglects vertex corrections, which can be important for accurately describing electron-electron interactions. Including these corrections can improve the accuracy but also increases the computational complexity.

  5. Limited Accuracy for Strongly Correlated Systems: The GW approximation may not be accurate for systems with strong electron correlation effects, such as transition metal oxides or heavy fermion systems. In such cases, more advanced methods like Dynamical Mean Field Theory (DMFT) or GW+DMFT may be required.

Despite these challenges, the GW approximation remains a valuable tool for studying the electronic properties of materials, particularly for systems where electron-electron interactions play a significant role.

For the self-consistency issue:

The issues on Self-Consistency and Starting Point Dependence are overcome by introducing self-consistent scheme. Our implementation of quasi-particle self-consistent is one of solution for these issues

For the computational cost issue:

Our code combines an implementation that enables large-scale parallel computing with the use of GPU accelerators, leading to the expansion of the applicable range of materials.