Projected Band Structure

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
Eugene
Newbie
Newbie
Posts: 11
Joined: Thu Jul 19, 2007 12:55 am
License Nr.: 38

Projected Band Structure

#1 Post by Eugene » Wed Aug 26, 2009 7:33 pm

I need to calculate a band structure in a certain region of my system, so projected band structure. Could you recommend me the best way how to do it?

My current ideas are the following. I convert the whole system to reciprocal space. Then I find where primitive cell in reciprocal space is. Then I locate the part of the primitive cell in reciprocal space which corresponds to the system 3D region I am interested in. Then I choose set of K-points which correspond to that part of the primitive cell and calculate band structure on that K-points.
Is it a valid approach or not?

Thank you.
Last edited by Eugene on Wed Aug 26, 2009 7:33 pm, edited 1 time in total.

panda

Projected Band Structure

#2 Post by panda » Mon Aug 31, 2009 7:15 pm

Hi Eugene! You are on the right track and are certainly thinking of the system in the correct physical manner. First you will want to perform an scf calculation to relax your structure to ground state. I do this by choosing ISIF = 3 and IBRION = 2. Set ICHARG = 2 and LORBIT = 2. Set NSW = 200 or greater, and specify any other parameters in the INCAR you might need. Use auto kpoints. After this run is finished add the tag ISTART = 1 to INCAR, set NSW = 0, comment out ISIF and IBRION tags, and change ICHARG = 11. Copy CONTCAR to POSCAR. Use kpoints along high symmetry lines for the band structure calculation. The projected band structure will be in the PROCAR file. Once you have gotten this far I can walk you through how to parse the PROCAR file and plot the output if you don't already have a script to do so. I am currently leaning python for this purpose and it's really great for scripting and file parsing. There is a great python utility called matplotlib that is alot like matlab plotting tool only free!! and much more powerful. Good luck! If you need any more help you can post to this thread. I have been working on projected band structure for the past few months nearly every day. I am by no means an expert but if I can help in any way I will try :)
Last edited by panda on Mon Aug 31, 2009 7:15 pm, edited 1 time in total.

panda

Projected Band Structure

#3 Post by panda » Mon Aug 31, 2009 7:53 pm

this is very useful and will help you as well:

http://cms.mpi.univie.ac.at/vasp/vasp/node69.html
Last edited by panda on Mon Aug 31, 2009 7:53 pm, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2921
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

Projected Band Structure

#4 Post by admin » Mon Oct 12, 2009 1:49 pm

why don't you simply use p4vasp? this has a feature to pick out selected bands
Last edited by admin on Mon Oct 12, 2009 1:49 pm, edited 1 time in total.

Post Reply