WC: Difference between revisions

From VASP Wiki
(Created page with '{{TAGDEF|WC|[real]|1000.}} Description: {{TAG|WC}} specifies the weight factor for each step in Broyden mixing scheme ({{TAG|IMIX}}=4). ---- *{{TAG|WC}}>0 :Set all weights ident…')
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 13: Line 13:
::<math>W_{\rm iter}=0.01 |{\rm WC}|/||\rho_{\rm out}-\rho_{\rm in}||_{\rm precond.}\,</math>
::<math>W_{\rm iter}=0.01 |{\rm WC}|/||\rho_{\rm out}-\rho_{\rm in}||_{\rm precond.}\,</math>


:in order to set small weights for the first steps and increasing weights for the last steps.
:in order to set small weights for the first steps and increase weights for the last steps.


== Related Tags and Sections ==
== Related Tags and Sections ==
Line 25: Line 25:
{{TAG|AMIN}},
{{TAG|AMIN}},
{{TAG|MIXPRE}}
{{TAG|MIXPRE}}
{{sc|WC|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Mixing]]
[[Category:INCAR tag]][[Category:Electronic minimization]][[Category:Density mixing]]

Latest revision as of 15:33, 6 April 2022

WC = [real]
Default: WC = 1000. 

Description: WC specifies the weight factor for each step in Broyden mixing scheme (IMIX=4).


Set all weights identical to WC (resulting in Pulay's mixing method), up to now Pulay's scheme was always superior to Broyden's 2nd method.
Switch to Broyden's 2nd method, i.e., set the weight for the last step equal to 1000 and all other weights equal to 0.
  • WC<0 (implemented for test purposes: not recommended)
Try some automatic setting of the weights according to:
in order to set small weights for the first steps and increase weights for the last steps.

Related Tags and Sections

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

Examples that use this tag