Page 1 of 1

About Abinit Band Structure Maker

Posted: Wed May 06, 2015 7:48 am
by lossed head
Dear all,

I tried to run python AbinitBandStructureMaker.py in the terminal. but the message is giving "python: can't open file 'AbinitBandStructureMaker.py': [Errno 2] No such file or directory". I downloaded both Numeric and python as in the manual but the massage is showing the same.
Please instruct me is there anything I should download before running the command in the Terminal.

Thank you :)

Re: About Abinit Band Structure Maker

Posted: Wed May 06, 2015 2:23 pm
by Jordan
It is likely you where not inside the directory containing the AbinitBandstructureMaker.py script.
You should try

Code: Select all

python /path/to/abinit/scripts/post_processing/AbinitBandStructureMaker.py


Cheers

Jordan