Data extraction from DOS-DOSCAR

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
madhu_menon2
Newbie
Newbie
Posts: 22
Joined: Mon Aug 03, 2020 1:56 pm

Data extraction from DOS-DOSCAR

#1 Post by madhu_menon2 » Mon Sep 14, 2020 1:58 pm

Hi,
I am wondering if there are tools available for extracting PDOS for each orbital from the file DOS-DOSCAR. I used LORBIT=11 to output the needed orbital projections ( p_x, p_y, p_z, d_xy, d_yz etc). The file is too large. Is there a tool that can extract this output for a select number of atoms? Thanks.

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

Re: Data extraction from DOS-DOSCAR

#2 Post by merzuk.kaltak » Wed Sep 23, 2020 7:41 am

Hi,

you may use p4vasp, which has an export feature and can be installed via

Code: Select all

apt-get install p4vasp
on debian based systems.
Alternatively, there is also the promising sumo project that is based on other python packages.

Post Reply