Wavefunction characters

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
jlrch
Newbie
Newbie
Posts: 26
Joined: Tue Jun 14, 2005 5:18 pm

Wavefunction characters

#1 Post by jlrch » Fri Aug 03, 2018 12:20 am

Hello, I have written a simple python program to compute the total and local density of states (DOS) of molecular systems from the PROCAR file. The reason was that it is very difficult to catch all the molecular DOS peaks using VASP no matter how fine the energy grid (EMIN, EMAX, NEDOS) is chosen. However, some doubt arise when comparing the total and local DOS resulting from my program. I am aware that the wavefunction characters in PROCAR were computed inside the Wigner-Seitz sphere of each atom and do not represent the total component of the wavefunction. If I understand correctly, when computing the local DOS one has to multiply the lorentzian energy function at band i by the squared value of the character Cijk of the i-th wavefuction at site j and orbital k. Is it correct? Or the characters written to PROCAR are already the squared values Cijk * Cijk?

Thanks in advance for your help.

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

Re: Wavefunction characters

#2 Post by admin » Wed Aug 08, 2018 8:26 am

Hello,

The projections you call Cijk are in general complex numbers. The PROCAR contains only real numbers, that is the absolute value of the projections.

Post Reply