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
About Abinit Band Structure Maker
Moderators: gmatteo, jbouquiaux
Re: About Abinit Band Structure Maker
It is likely you where not inside the directory containing the AbinitBandstructureMaker.py script.
You should try
Cheers
Jordan
You should try
Code: Select all
python /path/to/abinit/scripts/post_processing/AbinitBandStructureMaker.py
Cheers
Jordan