IMIX: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 32: Line 32:
|}
|}


*{{TAG|IMIX}}=4
*{{TAG|IMIX}}=4: Broyden's 2<sup>nd</sup> method,<ref name="bluegel:thesis:88"/><ref name="johnson:prb:88"/> or Pulay's mixing method<ref name="pulay:cpl:80"/> (depending on the choice of {{TAG|WC}}).


== Related Tags and Sections ==
== Related Tags and Sections ==
Line 49: Line 49:
<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>
<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>
<ref name="akai:jpc:85">[http://dx.doi.org/10.1088/0022-3719/18/12/009 H. Akai and P.H. Dederichs, J. Phys. C 18 (1985).]</ref>
<ref name="akai:jpc:85">[http://dx.doi.org/10.1088/0022-3719/18/12/009 H. Akai and P.H. Dederichs, J. Phys. C 18 (1985).]</ref>
<ref name="bluegel:thesis:88">S. Blügel, PhD Thesis, RWTH Aachen (1988).</ref>
<ref name="johnson:prb:88">D. D. Johnson, Phys. Rev. B38, 12807 (1988).</ref>
<ref name="pulay:cpl:80">[http://dx.doi.org/10.1016/0009-2614(80)80396-4 P. Pulay, Chem. Phys. Lett. 73, 393 (1980).]</ref>
</references>
</references>
----
----

Revision as of 17:42, 7 February 2011

IMIX = 0 | 1 | 2 | 4
Default: IMIX = 4 

Description: IMIX specifies the type of mixing.


The mixed density is given by
with =AMIX and =BMIX
If BMIX is chosen to be very small, e.g. BMIX=0.0001, a simple straight mixing is obtained. Please mind, that BMIX=0 might cause floating point exceptions on some platforms.
  • IMIX=2: A variant of the popular Tchebycheff mixing scheme.[2]
In our implementation a second order equation of motion is used, that reads:
with =AMIX, =BMIX, and =AMIN.
A simple velocity Verlet algorithm is used to integrate this equation, and the discretized equation reads (the index N now refers to the electronic iteration, F is the force acting on the charge):
where
and
.
For BMIX≈0, no model for the dielectric matrix is used. It is easy to see, that for a simple straight mixing is obtained. Therefore, corresponds to maximal damping, and obviously implies no damping. Optimal parameters for and AMIX can be determined by converging first with the Pulay mixer (IMIX=4) to the groundstate. Then the eigenvalues of the charge dielectric matrix as given in the OUTCAR file must be inspected. Search for the last orrurance of
eigenvalues of (default mixing * dielectric matrix)
in the OUTCAR file. The optimal parameters are then given by:
AMIX = AMIX(as used in Pulay run)* smallest eigenvalue
AMIN = 2*SQRT(smallest eigenvalue/largest eigenvalue)
  • IMIX=4: Broyden's 2nd method,[3][4] or Pulay's mixing method[5] (depending on the choice of WC).

Related Tags and Sections

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

References


Contents