About Abinit Band Structure Maker

abipy, abiflows, pymatgen, atomate, fireworks

Moderators: gmatteo, jbouquiaux

Locked
lossed head
Posts: 1
Joined: Tue May 05, 2015 8:10 am

About Abinit Band Structure Maker

Post by lossed head » Wed May 06, 2015 7:48 am

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 :)

Jordan
Posts: 282
Joined: Tue May 07, 2013 9:47 am

Re: About Abinit Band Structure Maker

Post by Jordan » Wed May 06, 2015 2:23 pm

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

Locked