Page 1 of 1

Problem with AbinitBandStructureMaker

Posted: Thu Feb 07, 2013 12:48 am
by dburrill
Hello,

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?