Update (27 July): since the tables in this post apparently can't be formatted properly, I suggest you instead read the more legible version at
http://cst-www.nrl.navy.mil/~erwin/vasp ... ibrational.
-scerwin
------------------------------------------------------------------------------------------------------
Note: I can't seem to format the tables in this message properly. They look fine under "Preview" but not as an actual post! Forum designers, can you help? -scerwin
------------------------------------------------------------------------------------------------------
I am new to vibrational calculations, although not to vasp, and have
a few comments to add.
First, a few words about the "negative" (imaginary, actually)
frequencies that people are reporting. These are expected, or at
least are not surprising. For a molecule in a box, there should in
principle be six zero frequencies, corresponding to three rigid
translational modes and three rigid rotational modes. (For a
collinear molecule like H2, there are only two rigid rotational
modes.)
In numerical calculations, "zero" will be manifested as a small number
-- possibly real, possibly imaginary -- whose magnitude is expected to
scale with POTIM. This is exactly what happens in vasp. Here are the
rigid translational (t) and rotational (r) frequencies, for different
POTIM, calculated for the CH4 molecule:
<pre>
POTIM imaginary frequencies real frequencies
----- --------------------- ----------------
0.20 7.1 t(3), 532.3 r(3)
0.10 1.5 t(3), 266.6 r(3)
0.05 0.4 t(3), 123.1 r(3)
0.02 0.5 t(2), 6.0 t(1), 12.0 r(2) 6.7 r(1)
</pre>
I'll get to the vasp parameters I used later. For now, just notice
that the three rotational-mode frequencies scale with POTIM, as
expected. This scaling (and the degeneracies) begins to fall apart
for POTIM=0.02 -- a warning that this value might be too small for
calculating reliable numerical derivatives with PREC=ACCURATE
(everything recovers nicely if you manually increase the cutoff
energy, though).
Second, for the purpose of evaluating vasp results for the physically
meaningful modes, we should compare to the converged DFT all-electron
(AE) frequencies for CH4. These are given in a 1997 paper by Mark
Pederson (
http://link.aps.org/abstract/PRB/v55/p7454, see Table III):
<pre>
irrep Exp AE/PBE (deg)
----- --- ------------
T2 3158 3081 (3)
A1 3037 2968 (1)
E 1567 1510 (2)
T2 1357 1268 (3)
</pre>
For my vasp calculations I am using PAW/PBE "standard" potentials ("C"
and "H"), a 6-Angstrom box, k=Gamma, PREC=ACCURATE, EDIFF=1E-6,
NFREE=2, ISMEAR=-1, SIGMA=0.1, and various values for POTIM. Here are
the results compared to Mark's:
<pre>
PAW/PBE
----------------------------
-- different POTIM values --
irrep Exp AE/PBE (deg) 0.10 0.05 0.02
----- --- ------------ -------- -------- --------
T2 3158 3081 (3) 3093 (3) 3104 (3) 3106 (3)
A1 3037 2968 (1) 2983 (1) 2993 (1) 2994 (1)
E 1567 1510 (2) 1495 (2) 1514 (2) 1519 (2)
T2 1357 1268 (3) 1279 (3) 1279 (3) 1287 (3)
</pre>
As you can see, the PAW/PBE frequencies are within about 1% of the
AE/PBE values. Interestingly, the results for POTIM=0.02 seem fine,
so maybe my warning above wasn't necessary.
So, how can we understand the several reports on this discussion
thread of CH4 frequencies quite different from these? The answer is
the occupation number scheme. Using the default Methfessel-Paxton
scheme (ISMEAR=1,SIGMA=0.2; which it appears "baki" is using) one gets
the following horrible results:
<pre>
ISMEAR=1,SIGMA=0.2
irrep Exp AE/PBE (deg) ------------------
----- --- ------------ --- POTIM=0.1 ----
T2 3158 3081 (3) 3121 (3)
A1 3037 2968 (1) 2979 (1)
E 1567 1510 (2) 932 (2)
T2 1357 1268 (3) 1337 (3)
</pre>
This is very strange behavior, because the HOMO-LUMO gap for CH4 is
over 8 eV in vasp, and so any scheme should give the same occupation
numbers (2 or 0). But Methfessel-Paxton has a problem. For the
unperturbed geometry, it indeed correctly gives exactly 2 or exactly
0. Same for perturbations of the carbon atom. But for the hydrogen
perturbations, the occupation numbers are as follows:
<pre>
band No. band energies occupation
1 -16.4853 2.00000
2 -9.0946 2.00015
3 -8.6978 2.06013
4 -8.6324 1.93972
5 -0.7906 0.00000
6 2.6483 0.00000
7 2.6622 0.00000
8 3.2954 0.00000
</pre>
This set of occupation numbers artifically decreases the total energy
below its correct value (by having occupation > 2 for the lower-energy
state #3). The consequence of this is to severely soften the twofold
"E" vibrational mode, as shown in the earlier table above.
I suspect this is also the reason that having a metal surface in the
calculation somehow "fixes" the bad frequencies. But the underlying
problem is with the occupation numbers.
Bottom line: the vasp vibrational frequencies for CH4 are fine, but
don't use Methfessel-Paxton occupation numbers.
<span class='smallblacktext'>[ Edited Wed Jul 27 2005, 05:01PM ]</span>