The precision of the forces was increased from 4 to 7-8 significant digits. In the previous version, 1st order finite differences were used to calculate certain components of the forces. In the new version, central differences are used in all places.
A new flag was introduced, to control the behaviour of the mixer. It is called MAXMIX, and specifies the maximum number of iterations stored in the mixer. If MAXMIX is set to a positive value (for example 40), the mixer is not reset when the ions are moved. This can reduce the number of electronic steps during molecular dynamics (MD) and ionic relaxations. Please read section 6.45 to find more information. In addition in VASP.4.4, an improved charge density prediction (based on a quadratic extrapolation of the bond charge) was implemented by Dario Alfe, which also reduces the number of iterations during MD simulations.
The RMM-DIIS algorithm has been rewritten to run in a blocked mode ( i.e. several bands are optimised 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 (see section 6.44). The start up phase of the RMM-DIIS algorithm was also rewritten. In the new version eight, non self-consistent steps are performed, and in each step each band is optimised using a steepest descent algorithm. The new version is significantly more reliable.
A new real space projection scheme was implemented in VASP. It can reduce the computational requirements of the real space projection scheme by 10-30 . This new scheme is selected by specifying LREAL=Auto or LREAL=A in the INCAR file. Per default, the scheme also searches automatically for an optimised real space cutoff and makes the specification of the flag ROPT unnecessary (see section 6.38). (If LREAL=A is used, the ROPT line must be removed from the INCAR file to activate the automatic search).
VASP.4.4 is also the first version which supports the PAW method. However, data sets will not be released before the end of the year 2000 (except for selected ``long time'' VASP users, coauthor-ship in the first PAW paper is required). VASP.4.4 contains also all files required for the parallel execution, and is hence the first official parallel version of VASP.
In VASP.4.4, the spring constant is redefined for the nudged elastic band method. In the old version, the spring constant had to be halved, when the number of images was doubled. Now it should remain constant when the number of images is changed. The default value for the spring constant is now SPRING=-5, which is a sensible choice in most cases.
VASP.4.4 now allows to perform damped molecular dynamics, by setting the SMASS tag in the INCAR file. Although this feature was documented before (see also Sec. 6.21), it was not working properly in previous releases. For reasons of consistency, the time step ( POTIM) has been redefined for damped molecular dynamics. The POTIM parameter in the INCAR files should be changed to
POTIM = old POTIM / 2when IBRION=3 is used.
Now, for IBRION=1, the number of degrees of freedom ( NFREE) can be specified allowing a better control of IBRION=1 (see Sec. 6.21).
Up to VASP.4.4.2, for MD the temperature, was defined as In fact, this definition is not quite correct, and one should have used (translational invariance of the Hamiltonian). As already pointed out in the VASP guide, this meant that all calculations were effectively done at too high temperatures. The correct (new) definition is used starting from VASP.4.4.3. To obtain the old behaviour one has to set
TEBEG = TEBEG(old) * NIONS / (NIONS-1)Selective dynamics are now correctly supported even during MD (the temperature is for instance correctly evaluated), ant one can now freeze a selected number of ions during the MD.