band structure visualization
Posted: Fri Feb 13, 2015 7:04 am
Hello,
I'm trying to plot the band structure, I'm following this way :
http://src.gnu-darwin.org/ports/science/abinit/work/abinit 5.2.4/doc/users/AbinitBandStructureMaker_manual.pdf
but I have no idea about abinitbandsructremake.py, so I used the one published here :
http://abinit.sourcearchive.com/documentation/5.3.4.dfsg/AbinitBandStructureMaker_8py-source.html
so once I run it it give me this error:
Traceback (most recent call last):
File "AbinitBandStructureMaker.py", line 16, in <module>
from Numeric import *
ImportError: No module named Numeric
please any comment!
I'm trying to plot the band structure, I'm following this way :
http://src.gnu-darwin.org/ports/science/abinit/work/abinit 5.2.4/doc/users/AbinitBandStructureMaker_manual.pdf
but I have no idea about abinitbandsructremake.py, so I used the one published here :
http://abinit.sourcearchive.com/documentation/5.3.4.dfsg/AbinitBandStructureMaker_8py-source.html
so once I run it it give me this error:
Traceback (most recent call last):
File "AbinitBandStructureMaker.py", line 16, in <module>
from Numeric import *
ImportError: No module named Numeric
please any comment!