hi,
I am doing some vibrational frequency calculations to check whether my optimized structure is a minimum in PES (as opposed to a transition state, etc). In the incar file I included IBRION =5, NFREE=2. Since in this method only the gamma point frequencies are calculated as stated in the manual, do I have to :
===========
(1) change my KPOINTS file to
0
Gamma
1 1 1
0. 0. 0 .
(To optimize the structure I used 4x4x1 kpts grid.)
and
(2) set NSW = 0 from NSW=200 I used to optimize the stucture.
===========
I would appreciate your reply.
Thank you.
vibrational frequency calculations
Moderators: Global Moderator, Moderator
-
- Jr. Member
- Posts: 99
- Joined: Tue Feb 16, 2010 7:09 pm
vibrational frequency calculations
Last edited by apple on Fri Mar 15, 2013 8:29 pm, edited 1 time in total.
vibrational frequency calculations
The KPOINTS file is for "electronic" degrees of freedom, however, the "Gamma" point mentioned in VASP manual is for vibrational ones. So essentially stick with your KPOINTS file that you used in the relaxation and that should be ok.
Regarding the NSW , it depends on the version you use. So the manual says:
"Mind: In some older versions, NSW (number of ionic steps) must be set to 1 in the INCAR file, since NSW=0 resets the IBRION tag to $ -1$ regardless of the value supplied in the INCAR file. "
Regarding the NSW , it depends on the version you use. So the manual says:
"Mind: In some older versions, NSW (number of ionic steps) must be set to 1 in the INCAR file, since NSW=0 resets the IBRION tag to $ -1$ regardless of the value supplied in the INCAR file. "
Last edited by Neutrino on Sun Mar 17, 2013 3:40 am, edited 1 time in total.
-
- Jr. Member
- Posts: 99
- Joined: Tue Feb 16, 2010 7:09 pm
vibrational frequency calculations
Thanks for replying. It was helpful.
Last edited by apple on Tue Mar 19, 2013 3:22 pm, edited 1 time in total.