plotting p-DOS around a specific k-points

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
golam_morshed
Newbie
Newbie
Posts: 3
Joined: Fri Mar 27, 2020 6:42 pm

plotting p-DOS around a specific k-points

#1 Post by golam_morshed » Mon Sep 21, 2020 4:05 pm

Dear VASP users,

How to plot the projected density of states around a specific k-points? Let's say, for a hexagonal cell, I would like to plot the contribution of DOS that is coming from around the high-symmetry K point in the BZ. In simple words, is it possible to plot k-resolved DOS within VASP?

Thank you in advance.

Best,
Golam

merzuk.kaltak
Administrator
Administrator
Posts: 277
Joined: Mon Sep 24, 2018 9:39 am

Re: plotting p-DOS around a specific k-points

#2 Post by merzuk.kaltak » Tue Sep 22, 2020 7:24 am

Dear Golam,

Please take a look at PROCAR file contains the information you need.

golam_morshed
Newbie
Newbie
Posts: 3
Joined: Fri Mar 27, 2020 6:42 pm

Re: plotting p-DOS around a specific k-points

#3 Post by golam_morshed » Tue Sep 22, 2020 3:40 pm

Thank you very much for your reply. But PROCAR seems to contain the spd- and site projected wave function character which is related to the bandstructure I think. How to convert these data into the DOS plot (# of states vs E) for a specific k-point?

henrique_miranda
Global Moderator
Global Moderator
Posts: 414
Joined: Mon Nov 04, 2019 12:41 pm
Contact:

Re: plotting p-DOS around a specific k-points

#4 Post by henrique_miranda » Thu Oct 01, 2020 5:54 pm

I believe the information you are looking for is simply the eigenvalues.
For each k-point, you obtain a set of NBANDS energies.
If you want to plot the DOS around some specific point in the Brillouin zone then you will have to read both the eigenvalues and the coordinates of the k-points. Then you can compute the DOS using the eigenvalues for k-points that match your criteria. This is very specific so you will have to write your own post-processing tool.

You can read the eigenvalues from the OUTCAR file or from vasprun.xml
If you are used to python there are many packages out there that can help you to parse the vasprun.xml file.

Post Reply