NSIM: Difference between revisions

From VASP Wiki
No edit summary
Line 10: Line 10:
[[The_VASP_Manual|Contents]]
[[The_VASP_Manual|Contents]]


[[Category:INCAR]]
[[Category:INCAR]][[Category:parallelization]]

Revision as of 21:23, 25 September 2012

NSIM = [integer]
Default: NSIM = 4 

Description: NSIM sets the number of bands that are optimized simultaneously by the RMM-DIIS algorithm.


The RMM-DIIS algorithm (IALGO=48) works in a blocked mode. NSIM bands are optimized at the same time. This allows to use matrix-matrix operations instead of matrix-vector operation for the evaluations of the non local projection operators in real space, and might speed up calculations on some machines. There should be no difference in the total energy and the convergence behavior between NSIM=1 and NSIM>1, only the performance should improve.

Related Tags and Sections

IALGO


Contents