Page 1 of 1

Data extraction from DOS-DOSCAR

Posted: Mon Sep 14, 2020 1:58 pm
by madhu_menon2
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.

Re: Data extraction from DOS-DOSCAR

Posted: Wed Sep 23, 2020 7:41 am
by merzuk.kaltak
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.