Open samtsevich opened 3 weeks ago
You can provide an optional argument selection
that allows you to plot the projected DOS.
https://vasp.at/py4vasp/latest/calculation/dos/#py4vasp.calculation._dos.Dos.to_graph
Thanks for the reply @martin-schlipf But what if I want to get it as arrays of energies and weights? Is there any way to do that?
Yes, if you use the read or to_dict function instead.
Hello!
I did not find the way how projected DOS can be parsed from the VASP outputs, and documentation says nothing about it. Of course, I can parse that manually, but seems like
py4vasp
should have such a functionality, isn't it?