AMIX MAG: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:AMIX_MAG}}
{{DISPLAYTITLE:AMIX_MAG}}
{{TAGDEF|AMIX_MAG|[real]|1.6}}{{DISPLAYTITLE:AMIX_MAG}}
{{TAGDEF|AMIX_MAG|[real]|1.6}}{{DISPLAYTITLE:AMIX_MAG}}


Description: {{TAG|AMIX_MAG}} linear mixing parameter for the magnetization density.
Description: Linear mixing parameter for the magnetization density.
----
----
The default mixing parameters for spinpolarized calculations are:
The default mixing parameters for spinpolarized calculations are:
Line 10: Line 9:
These settings are consistent with an (initial) spin enhancement factor of 4, which is usually a reasonable approximation.
These settings are consistent with an (initial) spin enhancement factor of 4, which is usually a reasonable approximation.


There are only a few other parameter combinations that can be tried if convergence turns out to be very slow. In particular, for slabs, magnetic systems, and insulating systems (e.g. molecules and clusters), an initial "linear mixing" can result in faster convergence than the Kerker model function.<ref name="kerker:prb:81"/> One can therefore try to use the following setting  
There are only a few other parameter combinations that can be tried if convergence turns out to be very slow. In particular, for slabs, magnetic systems, and insulating systems (e.g. molecules and clusters), an initial "linear mixing" can result in faster convergence than the Kerker model function.{{cite|kerker:prb:1981}} One can therefore try to use the following setting  


  {{TAGBL|AMIX}}    = 0.2
  {{TAGBL|AMIX}}    = 0.2
Line 16: Line 15:
  AMIX_MAG = 0.8
  AMIX_MAG = 0.8
  {{TAGBL|BMIX_MAG}} = 0.0001 ! almost zero, but 0 will crash some versions
  {{TAGBL|BMIX_MAG}} = 0.0001 ! almost zero, but 0 will crash some versions
 
{{NB|mind|For spin-polarized calculations the defaults for the mixing parameters {{TAG|AMIX}} and {{TAG|BMIX}} are different than for the non-spin-polarized case.}}
'''Mind''': For spinpolarized calculations the defaults for the mixing parameters {{TAG|AMIX}} and {{TAG|BMIX}} are different than for the non-spinpolarized case.


== Related tags and articles ==
== Related tags and articles ==
Line 32: Line 30:
{{sc|AMIX_MAG|Examples|Examples that use this tag}}
{{sc|AMIX_MAG|Examples|Examples that use this tag}}


== References ==
<references>
<ref name="kerker:prb:81">[http://link.aps.org/doi/10.1103/PhysRevB.23.3082 G. P. Kerker, Phys. Rev. B 23, 3082 (1981).]</ref>
</references>
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR tags]][[Category:Electronic minimization]][[Category:Density mixing]][[Category:Magnetism]]
[[Category:INCAR tag]][[Category:Density mixing]][[Category:Magnetism]]

Latest revision as of 14:14, 17 October 2024

AMIX_MAG = [real]
Default: AMIX_MAG = 1.6 

Description: Linear mixing parameter for the magnetization density.


The default mixing parameters for spinpolarized calculations are:

IMIX=4, AMIX=0.4, AMIN=min(0.1,AMIX,AMIX_MAG), BMIX=1.0, AMIX_MAG=1.6, and BMIX_MAG=1.0.

These settings are consistent with an (initial) spin enhancement factor of 4, which is usually a reasonable approximation.

There are only a few other parameter combinations that can be tried if convergence turns out to be very slow. In particular, for slabs, magnetic systems, and insulating systems (e.g. molecules and clusters), an initial "linear mixing" can result in faster convergence than the Kerker model function.[1] One can therefore try to use the following setting

AMIX     = 0.2
BMIX     = 0.0001 ! almost zero, but 0 will crash some versions
AMIX_MAG = 0.8
BMIX_MAG = 0.0001 ! almost zero, but 0 will crash some versions
Mind: For spin-polarized calculations the defaults for the mixing parameters AMIX and BMIX are different than for the non-spin-polarized case.

Related tags and articles

IMIX, INIMIX, MAXMIX, AMIX, BMIX, BMIX_MAG, AMIN, MIXPRE, WC

Examples that use this tag