DAMP NEWTON

From VASP Wiki
Revision as of 14:46, 17 March 2026 by Kaltakm (talk | contribs) (Created page with "{{TAGDEF|DAMP_NEWTON|real number}} {{DEF|DAMP_NEWTON|0.8}} Description: Sets the damping factor applied to the RPA forces during Newton-step structure relaxation. ---- {{TAG|DAMP_NEWTON}} controls the step size of the Newton-step geometry update performed during [https://vasp.at/wiki/ACFDT/RPA_calculations Random Phase Approximation] (RPA) force calculations. The updated atomic positions are computed as: : '''x'''<sub>new</sub> = '''x'''<sub>current</sub> + DAMP_NEWTON...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DAMP_NEWTON = real number 

Default: DAMP_NEWTON = 0.8 {{{3}}}

Description: Sets the damping factor applied to the RPA forces during Newton-step structure relaxation.


DAMP_NEWTON controls the step size of the Newton-step geometry update performed during Random Phase Approximation (RPA) force calculations. The updated atomic positions are computed as:

xnew = xcurrent + DAMP_NEWTON × H−1 · FRPA

where H−1 is the inverse of the DFT Hessian (computed during the RPA force calculation) and FRPA are the RPA forces.[1] The resulting updated positions are written to the CONTCAR file (provided NSW=0). Iterating this procedure—by copying CONTCAR to POSCAR and re-running—should converge the system toward its ground-state structure.

Mind: Available as of VASP 6.1.0

Available options

DAMP_NEWTON=1.0: No damping

No damping is applied; the full Newton step is taken. This is appropriate when the RPA forces

are well-behaved and the optimization is proceeding stably.

DAMP_NEWTON=0.8: Default damping

The default value. A mild damping factor of 0.8 is applied to the Newton step, providing a

small degree of stabilization during the iterative relaxation without significantly slowing convergence.

DAMP_NEWTON<0.8: Strong damping

Use smaller values if numerical instabilities are observed during the RPA relaxation.
Warning: Excessively small values will slow convergence considerably. Reduce DAMP_NEWTON

only when large or erratic RPA forces are encountered.

Related tags and articles

CONTCAR, POSCAR, NSW, IBRION Workflows that use RPA force relaxation

References