Page 1 of 1

Wavefunction coefficients with the corresponding G values

Posted: Mon May 18, 2015 9:49 pm
by glabcher
Hi,

I saw people posted the similar problem before but I still did not find the answer. I need to obtain plane-wave coefficients with the corresponding G values to construct a real-space wavefunction:

Psi_n,k (r) = sum_G (C_n,k (G) * exp i(k+G)r )

So I need to know the coefficients C_n,k (G) (for each vector k and band n) with the corresponding G values for each coefficient. I tried to use cut3d utility but it only provides with the coefficients and does not give the G values. However if I chose option 4 (=> 3D indexed real and imaginary data) it creates a file with 5 columns where the last 2 columns are real and imaginary parts of the coefficients and I do not know what the first 3 columns stand for. Maybe they are G vectors?!

Does anyone know?

Thank you!

Re: Wavefunction coefficients with the corresponding G value  [SOLVED]

Posted: Thu Jun 04, 2015 8:19 pm
by jzwanzig
Hi,
if you run cut3d on a binary wavefunction file, it will ask you when band and k point to use, something about GW or not, and eventually what kind of output. If you then choose option 4, it gives an ascii file with 5 columns which contains that wavefunction, expressed in real space, over the unit cell. First 3 columns are the x,y,z location of the point (using angstrom units), columns 4 and 5 are the real and imaginary components of the wavefunction at that point in real space. So cut3d already gives you the construction in real space you want.

Re: Wavefunction coefficients with the corresponding G value

Posted: Fri Jun 05, 2015 9:39 pm
by glabcher
Thanks for the reply!