need code for band structure
Moderator: bguster
need code for band structure
Dear All
I'm new to ABINIT.
Can any one tell me the basics to determine the band structure calculation for a required material.
I'm using windows 5.6.4 binary.
I'm new to ABINIT.
Can any one tell me the basics to determine the band structure calculation for a required material.
I'm using windows 5.6.4 binary.
-
- Posts: 138
- Joined: Sat Aug 15, 2009 12:45 am
Re: need code for band structure
Hi,
I would advice you to make the tutorials 1 to 4. It is quite self-explanatory and you will learn a lot about the basics of abinit. Specifically, you will see how to determine a band structure in tutorial 3 (but do tutorial 1 and 2 first if you havent).
David
I would advice you to make the tutorials 1 to 4. It is quite self-explanatory and you will learn a lot about the basics of abinit. Specifically, you will see how to determine a band structure in tutorial 3 (but do tutorial 1 and 2 first if you havent).
David
Re: need code for band structure
Thanks David
I have modified the band structure program of Silicon to find the band structure for another one.
How to visualize the electronic structure from the abinit.out file
I have modified the band structure program of Silicon to find the band structure for another one.
How to visualize the electronic structure from the abinit.out file
Re: need code for band structure
The _EIG file (generated by default using the prteig 1 option) has the energies as functions of k points. You can extract what you need from there. There is also a little utility in the abinit install directory, under util/users, called AbinitBandStructureMaker.py. You have to run it twice, first on your output file so it can make a "database" of energies, and then on the database so it can make a file readable by the xmgrace plotting program.
Josef W. Zwanziger
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
Re: need code for band structure
while i'm running abinitbandstructuremaker.py i have got problem it did not compile.
I'm using windows xp binaries.
Please help me to get rid of this
I'm using windows xp binaries.
Please help me to get rid of this
Re: need code for band structure
The ab*.py script isn't a program to be compiled, it's a python script that has to be interpreted by a python interpreter. So you need to have python running on your system and then execute something like "python ab*.py <your output file name>".
Josef W. Zwanziger
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
Re: need code for band structure
Dear Sir,
Is there any printed material Or ebook to study the abinit working other than abinit tutorial in web
Is there any printed material Or ebook to study the abinit working other than abinit tutorial in web
Re: need code for band structure
Yes, see the various comprehensive reviews by Gonze et al., for example Computer Physics Communications, 40th Anniversary Issue, 180, 2582 (2009).
Josef W. Zwanziger
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
Re: need code for band structure
Dear Sir
I need a complete program code to find the optical properties of a compound in ABINIT(For model)
Can you suggest anything
I need a complete program code to find the optical properties of a compound in ABINIT(For model)
Can you suggest anything
Re: need code for band structure
Hello
when I run AbintBandStructureMaker.py script I got the following message:
File "C:/Python27/AbinitBandStructureMaker.py", line 16, in <module>
from Numeric import *
ImportError: No module named Numeric
I am not sure how get over this?
Thanks
when I run AbintBandStructureMaker.py script I got the following message:
File "C:/Python27/AbinitBandStructureMaker.py", line 16, in <module>
from Numeric import *
ImportError: No module named Numeric
I am not sure how get over this?
Thanks