Hello,
I have done a density of states run with LORBIT = 11. I am able to plot the total density of states using py4vasp, but is there a way to plot the partial and projected density of states using py4vasp?
Thanks!
Partial DOS Plot
Moderators: Global Moderator, Moderator
-
- Global Moderator
- Posts: 542
- Joined: Fri Nov 08, 2019 7:18 am
Re: Partial DOS Plot
The dos.plot() method has an optional argument selection. You can set it to a string to specify which orbital you want to project on, e.g., dos.plot("p"). You can also project on atoms dos.plot("Fe"), select multiple quantities dos.plot("Fe, O") or combine selections dos.plot("Fe(p)").
Martin Schlipf
VASP developer