So pretty much all recent simulations that I submitted fizzled in "GGA_band_structure" steps,
where nonSCF electronic calculations are attempted with charge densities provided from previous
CHGCARs. Specifically, the error occurs while setting up new KPOINTS files from the results of the
previous ionic structure relaxations. (FYI, I am just following the standard Matgen workflows, the
material is HCP Mg + a few atoms of alloying metal elements)
As shown below, HighSymmpath.kpath from pymatgen/symmetry/bandstructure.py
to locate the high symmetry path in the brillouin zone and write KPOINTS appears to fail.
Don't know if this is related to the other decoding issues brought up recently, but would really
appreciate any help or suggestions!
Traceback (most recent call last):
File "/global/u1/h/harklee/hark_mg/codes/fireworks/fireworks/core/rocket.py", line 211, in run
m_action = t.run_task(my_spec)
File "/global/u1/h/harklee/hark_mg/codes/MPWorks/mpworks/firetasks/vasp_setup_tasks.py", line 91, in run_task
user_incar_settings=user_incar_settings, kpoints_line_density=self.kpoints_line_density)
File "/global/u1/h/harklee/hark_mg/codes/pymatgen/pymatgen/io/vasp/sets.py", line 1264, in from_previous_vasp_run
mpnscfvip.write_input(structure, output_dir, make_dir_if_not_present)
File "/global/u1/h/harklee/hark_mg/codes/pymatgen/pymatgen/io/vasp/sets.py", line 161, in write_input
for k, v in self.get_all_vasp_input(structure).items():
File "/global/u1/h/harklee/hark_mg/codes/pymatgen/pymatgen/io/vasp/sets.py", line 129, in get_all_vasp_input
kpoints = self.get_kpoints(structure)
File "/global/u1/h/harklee/hark_mg/codes/pymatgen/pymatgen/io/vasp/sets.py", line 1142, in get_kpoints
coords_are_cartesian=False)
File "/global/u1/h/harklee/hark_mg/codes/pymatgen/pymatgen/symmetry/bandstructure.py", line 178, in get_kpoints
for b in self.kpath['path']:
TypeError: 'NoneType' object has no attribute '__getitem__'