reading WAVECAR when number of k-points has changed

Problems running VASP: crashes, internal errors, "wrong" results.

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
cpp6f
Newbie
Newbie
Posts: 39
Joined: Sat Nov 12, 2005 2:04 am

reading WAVECAR when number of k-points has changed

#1 Post by cpp6f » Thu Jun 29, 2006 3:31 am

after examining the INWAV_FAST subroutine, it appears that the following happens if the number of k-points stored in the WAVECAR file (I'll call this number NW) is different from the number of k-points contained in the KPOINTS file (I'll call this number NK):

* if NK > NW, the first NW of the NK k-points are read from the WAVECAR file. The last k-point in the WAVECAR file is used for the remaining NK-NW k-points

* if NK < NW, the first NK of the NW k-points are read in. the remaining NW-NK k-points in the WAVECAR file are not used

Is my understanding correct? Thanks.
Last edited by cpp6f on Thu Jun 29, 2006 3:31 am, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2922
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

reading WAVECAR when number of k-points has changed

#2 Post by admin » Thu Jun 29, 2006 1:36 pm

yes
Last edited by admin on Thu Jun 29, 2006 1:36 pm, edited 1 time in total.

Post Reply