You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Developer and users,
I am trying to plot band structure of a 2D material using QE and pyprocar, but I got error "AttributeError: 'QEParser' object has no attribute 'spd'.
Dear Developer and users,
I am trying to plot band structure of a 2D material using QE and pyprocar, but I got error "AttributeError: 'QEParser' object has no attribute 'spd'.
Here I put the python file
import os
import pyprocar
data_dir = './'
pyprocar.bandsplot(
code='qe',
mode='plain',
fermi=-5.415900,
dirname=data_dir)
How to fix these error? Please help me to fix the error.
The text was updated successfully, but these errors were encountered: