Constrained–random-phase–approximation formalism

From VASP Wiki

The constrained random-phase approximation (CRPA) is a method that allows to calculate the effective interaction parameter U, J and J' for model Hamiltonians. The main idea is to neglect screening effects of specific target states in the screened Coulomb interaction W of the GW method. The resulting partially screened Coulomb interaction is usually evaluated in a localized basis that spans the target space and is described by the model Hamiltonian. Usually, the target space is low-dimensional (up to 5 states) and therefore allows for the application of a higher level theory, such as dynamical mean field theory (DMFT).


Model Hamiltonians

A model Hamiltonian describes a small subset of electrons around the chemical potential and has, in second quantization, following form

Here, are site and spin indices, respectively and the symbol indicates summation over nearest neighbors. The hopping matrix elements describe the hopping of electrons (of same spin) between site and , while the effective Coulomb matrix elements describe the interaction of electrons between sites.

Wannier basis and target space

To use model Hamiltonians successfully a localized basis set is chosen. In most applications this basis set consists of Wannier states that are connected with the Bloch functions of band at k-point with spin via

Usually, the basis set is localized such that the interaction between periodic images can be neglected. This allows to work with the Wannier functions in the unit cell at :

Mind: Here, T instead of the widely used U notation for the transformation matrix is used to avoid confusion with the Hubbard parameter.

In practice, one builds a model Hamiltonian only for a small subset of Bloch functions. These target states are typically centered around the chemical potential (or Fermi energy) and are strongly localized around ions. The model Hamiltonian can be solved successfully only if the target states are well represented by the Wannier basis. As a measure of the Wannier representation, one usually compares the original band structure with the Wannier interpolated one.

In the following example (SrVO3), the target space consists of three Bloch bands (red bands) that may be represented well by three Wannier states:

The complete target space is spanned by a certain number of Bloch bands. These bands can be selected with the NCRPA_BANDS tag.

More often, however, one has delocalized states that mix with the target space of the model. Without including these additional states in the Wannier basis, a good representation of the band structure is not possible. Below is an example (face-centered-cubic Ni), where the delocalized s-band (blue) crosses the five target d-states (red):

This system requires at least six Wannier states to represent the electronic structure of five target states well. The selection of target states in the Wannier basis is done with the NTARGET_STATES.

If a modification of the band structure is acceptable within an energy window, these five target states might be disentangled from the remaining ones, and one arrives at the following picture:

Here the original Bloch bands (gray lines) are projected to five non-crossing Wannier states.

In the following denotes the target space, that is, the states described by the model Hamiltonian.

Parameter definitions

Mind: The calculation of the hopping matrix depends on the theory that is used to solve the effective model.

For instance, in DFT+DMFT (often termed LDA+DMFT) one calculates the hopping matrix from Kohn-Sham energies, while in GW+DMFT GW quasi-particle energies are used. If denotes these one-electron energies and is the corresponding Fermi energy, the hopping matrix elements are calculated with following formula

Similarly, Coulomb matrix elements are evaluated from the Bloch representation of the effective Coulomb kernel via

Mind: The effective Coulomb kernel is frequency dependent and thus the effective interaction in the model as well.

In most applications, however, one considers the static limit .

In practice one often, simplifies the model Hamiltonian further and works with the Hubbard-Kanamori parameters:[1]

Here specifies the number of Wannier functions in the target space .

Effective Coulomb kernel in constrained random-phase approximation

In analogy to the screened Coulomb kernel in GW, the effective coulomb kernel is calculated as

In contrast to the GW method, however, the polarizability contains all RPA screening effects except those from the target space. These effects are described by . In the following four methods are presented for the calculation of .

Mind: All methods below reduce to the band method if the target space forms an isolated set of bands.


Tip: Select cRPA methods with ALGO = CRPA.

Band method

The simplest way to define the target polarizability is to use the expression of Adler and Wiser[2][3][4]

This approach is most accurate for an isolated target space as depicted in the first example above.

Mind: Target bands can be selected with NCRPA_BANDS.
Warning: This method is not suited for systems with entangled target states.

Disentanglement method

Miyake, Aryasetiawan, and Imada[5] propose to disentangle the target space from the full space by diagonalizing the Hamiltonian in both spaces independently. This yields a band disentangled band structures similar to the one shown in the third example above. The corresponding target polarizability reduces to a constrained Alder and Wiser expression[2][3]

,

where is the disentangled band structure. The resulting Hubbard-Kanamori interactions depend on the chosen energy window of the Wannier functions.

Mind: Typically, this method yields the largest Hubbard-Kanamori interactions and is selected with LDISENTANGLED tag.

Weighted method

Sasioglu, Friedrich and Blügel propose an alternative approach.[6] They calculate the screening effects within the target space as follows:

Here the weighting factors

measure the probability for being in the target space. This method does not alter the band structure, however, neglects screening effects within the target space as shown in next section. Typically, the weighted cRPA method yields the smallest Hubbard-Kanamori interactions.

Mind: This method is selected with the LWEIGHTED tag.

Projector method

A consistent expression for the target polarizability gives rise to the projector-cRPA method. The main goal is to subdivide the target from the full Fock space in a Wannier basis. To this end, we work with the target projectors

that filter out target space contributions to each Bloch state. Using these projectors, the target polarizability for the projector method reads[7]

The projector method usually results in larger (smaller) Hubbard-Kanamori interactions than the weighted (disentanglement) method.

Mind: The projector method is the default cRPA method.

Caveats

The cRPA method is usually applied to systems with a zero-band gap (metallic system) and, thus, suffers from slow k-point convergence. Most reliably, the usage of k-p perturbation theory should be avoided. That is, LOPTICS=.FALSE. should be set in the preceding DFT step and/or the WAVEDER should be deleted before the cRPA step.

Tip: If NCRPA_BANDS is set in the INCAR and includes all partially occupied bands, one can use WAVEDER in cRPA calculations to accelerate k-point convergence.

Related tags and articles

ALGO, NTARGET_STATES, NCRPA_BANDS, LDISENTANGLED, LWEIGHTED, NUM_WANN, WANNIER90_WIN, ENCUTGW, VCUTOFF

References