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
Hi. I am trying to plot band structure on SUMO. I have a kpoints file and a vasprun.xml which worked fine for plotting dos yet when I go to plot band structure I get this error. Could anyone explain it to me please?
Traceback (most recent call last):
File "/home/cmtg/.local/bin/sumo-bandplot", line 8, in
sys.exit(main())
File "/home/cmtg/.local/lib/python3.8/site-packages/sumo/cli/bandplot.py", line 886, in main
bandplot(
File "/home/cmtg/.local/lib/python3.8/site-packages/sumo/cli/bandplot.py", line 298, in bandplot
bs = vr.get_band_structure(line_mode=True)
File "/home/cmtg/.local/lib/python3.8/site-packages/pymatgen/io/vasp/outputs.py", line 958, in get_band_structure
if "" in kpoint_file.labels:
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
Hi. I am trying to plot band structure on SUMO. I have a kpoints file and a vasprun.xml which worked fine for plotting dos yet when I go to plot band structure I get this error. Could anyone explain it to me please?
Traceback (most recent call last):
File "/home/cmtg/.local/bin/sumo-bandplot", line 8, in
sys.exit(main())
File "/home/cmtg/.local/lib/python3.8/site-packages/sumo/cli/bandplot.py", line 886, in main
bandplot(
File "/home/cmtg/.local/lib/python3.8/site-packages/sumo/cli/bandplot.py", line 298, in bandplot
bs = vr.get_band_structure(line_mode=True)
File "/home/cmtg/.local/lib/python3.8/site-packages/pymatgen/io/vasp/outputs.py", line 958, in get_band_structure
if "" in kpoint_file.labels:
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered: