I am trying to generate the .dbs file from the .out, but the following error message is appearing:
Code: Select all
Traceback (most recent call last):
File "AbinitBandStructureMaker.py", line 1012, in <module>
dico[k] = '{l%s}' %ctrl.alphabet[L]
KeyError: 27
It seems to be trying to access an element of the dictionary which does not have the corresponding key. Is there any way to resolve this issue? Is this a known bug with a workaround?