Problem with AbinitBandStructureMaker

MULTIBINIT, aTDEP, ANADDB, optics, cut3d, mrg* postprocessors

Moderators: MMNSchmitt, gonze

Locked
dburrill
Posts: 1
Joined: Wed Feb 06, 2013 10:17 pm

Problem with AbinitBandStructureMaker

Post by dburrill » Thu Feb 07, 2013 12:48 am

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?

Locked