Is there a way I can access information on the plane waves that constitute
the full wave function? I find that the WAVECAR file has the weight of each,
but I can not seem to find the G-vector describing each of the plane waves.
In the source it is the array NPLWKP(K) that holds the number of plane waves,
but which array holds the G-vector for each plane wave?
Jan
Information on the plane waves
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 8
- Joined: Wed Jul 25, 2007 8:38 am
- License Nr.: 734
Information on the plane waves
Last edited by janbor on Fri Oct 05, 2007 9:11 am, edited 1 time in total.
-
- Newbie
- Posts: 8
- Joined: Wed Jul 25, 2007 8:38 am
- License Nr.: 734
Information on the plane waves
I found it - it is in WDES%IGX(:,:) (X=X,Y,Z). From what I can tell
it is not stored anywhere on file, but I'll make do.
it is not stored anywhere on file, but I'll make do.
Last edited by janbor on Fri Oct 05, 2007 10:54 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Information on the plane waves
the PWs are nowhere explicitely written by vasp, you are right, you have to insert the write statement if you need that information
Last edited by admin on Mon Oct 08, 2007 7:35 am, edited 1 time in total.