Logan Lang

Results 137 comments of Logan Lang

You can change the colorbar label in through the bandsplot function ```python import pyprocar pyprocar.bandsplot( ..., colorbar_title = "$S_y$", ) ``` you can find other plotting configurations [here](https://github.com/romerogroup/pyprocar/blob/main/pyprocar/cfg/band_structure.py)

Hey @avaspzuiniubi, what version of vasp are you using? I am using vasp6.4.3 and it is running okay. I think it was a version issue in regards to the vasprun.xml....

Could you send me the PROCAR, vasprun.xml, OUTCAR, KPOINTS, and POSCAR? I can check to see what is going on with those files to see if I can find a...

So I found the issue. When parsing the kpoints element from the `vasprun.xml` we parse the subelement attributes. In the case of band structures it is including an extra section...

Hey, I just pushed a more permeant solution to this. Now it should work regardless of the `!`. You can access the changes by using ```bash pip install --pre pyprocar...

Thanks for reporting this issue and providing a reproducible example! I looked into it, and the root cause was that in some Quantum ESPRESSO workflows, the **`Dos/`** directory does not...

Thanks for following up! This error is actually related to the same root cause discussed in the other issue. The problem comes from the fact that I originally used ```python...