LMONO: Difference between revisions

From VASP Wiki
(Created page with '{{TAGDEF|LMONO|.TRUE. {{!}} .FALSE.|.FALSE.}} Description: {{TAG|LMONO}} switches on monopole-monopole interaction correction to the potential. ---- Due to the periodic boundary…')
 
No edit summary
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{TAGDEF|LMONO|.TRUE. {{!}} .FALSE.|.FALSE.}}
{{TAGDEF|LMONO|.TRUE. {{!}} .FALSE.|.FALSE.}}


Description: {{TAG|LMONO}} switches on monopole-monopole interaction correction to the potential.
Description: {{TAG|LMONO}} switches on monopole-monopole corrections for the total energy.
----
----
Due to the periodic boundary conditions, not only the total energy converges slowly with respect to the size of the supercell, but also the potential and the forces are affected by finite size errors. This effect can be counterbalanced by setting {{TAG|LDIPOL}}=.TRUE. (dipole corrections) and/or {{TAG|LMONO}}=.TRUE. (monopole corrections) in the {{FILE|INCAR}} file. For {{TAG|LDIPOL}}=.TRUE.,a linear and for {{TAG|LMONO}}=.TRUE., a quadratic electrostatic potential is added to the local potential, correcting the errors introduced by the periodic boundary conditions. This is in the spirit of Neugebauer ''et al.''<ref name="Neugebauer92"/> (but more general and the total energy has been correctly implemented right away). The biggest advantage of this mode is that leading errors in the forces are corrected, and that the work-function can be evaluated for asymmetric slabs. The disadvantage is that the convergence to the electronic groundstate might slow down considerably (''i.e.'', more electronic iterations might be required to obtain the required precision). It is recommended to use this mode only after pre-converging the orbitals without the {{TAG|LDIPOL}} flag, and the center of charge should be set in the {{FILE|INCAR}} file ({{TAG|DIPOL}}= center of mass). The user must also ensure that the cell is sufficiently large to determine the dipole moment with sufficient accuracy. If the cell is too small, charge might swap through the vacuum, causing very slow convergence (often convergence improves with the size of the supercell).
The flag switches on monopole corrections for charged systems. The correction is calculated only a posteriori for the total energy.  No correction to the potential is calculated.
{{NB|tip| If corrections for the potential are desired as well, please use {{TAG|LDIPOL}} instead (when using {{TAG|LDIPOL}}, VASP automatically determines whether the system is charged and activates the monopole corrections automatically).}}


== Related Tags and Sections ==
The primary use of this flag is for defect calculations in charged supercells, as well
{{TAG|Monopole Dipole and Quadrupole_corrections}},
as charged 0D systems (molecules and atoms). VASP also automatically calculates
corrections to the total energy related to repeated dipoles ({{TAG|IDIPOL}}=4).
The user then needs to decide whether
those are sensible or not. Specifically, for super cells using periodic boundary conditions,
it is often not possible to determine the dipole at the defect site accurately,
whereas for 0D systems (i.e. atoms and molecules) the dipole can be determined
accurately.
 
== Related tags and articles ==
{{TAG|Monopole Dipole and Quadrupole corrections}},
{{TAG|NELECT}},
{{TAG|NELECT}},
{{TAG|EPSILON}},
{{TAG|EPSILON}},
Line 14: Line 24:
{{TAG|EFIELD}}
{{TAG|EFIELD}}


== References ==
{{sc|LMONO|Examples|Examples that use this tag}}
<references>
 
<ref name="Neugebauer92">[http://dx.doi.org/10.1103/PhysRevB.46.16067 J. Neugebauer and M. Scheffler, Phys. Rev. B 46, 16067 (1992).]</ref>
</references>
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]]
[[Category:INCAR tag]][[Category:Molecules]][[Category:Electrostatics]]

Latest revision as of 09:11, 20 October 2023

LMONO = .TRUE. | .FALSE.
Default: LMONO = .FALSE. 

Description: LMONO switches on monopole-monopole corrections for the total energy.


The flag switches on monopole corrections for charged systems. The correction is calculated only a posteriori for the total energy. No correction to the potential is calculated.

Tip: If corrections for the potential are desired as well, please use LDIPOL instead (when using LDIPOL, VASP automatically determines whether the system is charged and activates the monopole corrections automatically).

The primary use of this flag is for defect calculations in charged supercells, as well as charged 0D systems (molecules and atoms). VASP also automatically calculates corrections to the total energy related to repeated dipoles (IDIPOL=4). The user then needs to decide whether those are sensible or not. Specifically, for super cells using periodic boundary conditions, it is often not possible to determine the dipole at the defect site accurately, whereas for 0D systems (i.e. atoms and molecules) the dipole can be determined accurately.

Related tags and articles

Monopole Dipole and Quadrupole corrections, NELECT, EPSILON, IDIPOL, DIPOL, LDIPOL, EFIELD

Examples that use this tag