CMBJ

From VASP Wiki
Revision as of 15:34, 7 April 2022 by Ftran (talk | contribs)

CMBJ = [real (array)]
Default: CMBJ = calculated selfconsistently 

Description: defines the parameter in the modified Becke-Johnson meta-GGA potential.


The modified Becke-Johnson exchange potential in combination with LDA-correlation[1][2] (METAGGA=MBJ), yields band gaps with an accuracy similar to hybrid functional or GW methods, but computationally less expensive (comparable to standard DFT calculations). The modified Becke-Johnson potential is a local approximation to an atomic exact-exchange potential plus a screening term and is given by:

where denotes the electron density, the kinetic-energy density, and } the Becke-Roussel potential:

The Becke-Roussel potential was introduced to mimic the Coulomb potential created by the exchange hole. It is local and completely determined by , , and . The function is given by:

and

where α and β are two free parameters, that may be set by means of the CMBJA and CMBJB tags, respectively. The defaults of (dimensionless) and bohr were chosen such that for a constant electron density roughly the LDA exchange is recovered. Alternatively one may also set the parameter directly, by means of the tag CMBJ.

The MBJ functional is a potential-only functional, i.e., there is no corresponding MBJ exchange-correlation energy.

The CMBJ tag can be set in the following ways:

  • One may specify one entry per atomic type
    CMBJ = c_1 c_2 .. c_n
    where the order and number is in accordance with atomic types in your POSCAR file. The MBJ exchange potential at a point will then be calculated using the parameter belonging to the atomic species of the atomic site nearest to .
  • Specify a constant
    CMBJ = c

If CMBJ is not set, it will be calculated from the density at each electronic step, in accordance with CMBJA and CMBJB, from the formula given above.

Related Tags and Sections

METAGGA, CMBJA, CMBJB, LASPH, LMAXTAU, LMIXTAU

Examples that use this tag

References


Contents