I dont know if someone has the same problem like me, I am trying to figured out how to plot bandstructures along the symetries directions for an FCC material, i was looking in the manual and in the workshop cited in the Vasp forum
http://cms.mpi.univie.ac.at/vasp-workshop
which said exactly the same, they said which i need to create a file KPOINTS that looks like
kpoints for bandstructure L-G-X-U K-G
10
line
reciprocal
0.50000 0.50000 0.50000 1
0.00000 0.00000 0.00000 1
0.00000 0.00000 0.00000 1
0.00000 0.50000 0.50000 1
0.00000 0.50000 0.50000 1
0.25000 0.62500 0.62500 1
0.37500 0.7500 0.37500 1
0.00000 0.00000 0.00000 1
and run VASP after the electronic structure calcualtion in full brillouin zone for calculate the band strucuture along this directions. Nevertheles the moment i run the new KPOINT file for this calculation i got an error message who said that the
KPOINT file contain errors and then the calculation is stopped. I am really confused because in VASP-workshop handson examples (subdirectories 2_3_fccSi_band ) gave this example but the moment to run it it gave the same error. I would be really so kindness if someone could give some advice for calculate the bandstructure along symetries.
Thank....!!!
How to plot bandstructures along the symetries directions
Moderators: Global Moderator, Moderator
How to plot bandstructures along the symetries directions
Last edited by arlesv on Wed Dec 06, 2006 7:58 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
How to plot bandstructures along the symetries directions
please note that this format of the KPOINTS file can only be processed in vasp-versions up from 4.6.19. Maybe you have an older release?
Please check
1) whether line is a valid input tag (grep line mkpoints.F)
2) the release of your vasp version from the header lines of OUTCAR
if line is read in mkpoints.F, you may have hidden characters in your KPOINTS file, please check this as well
Please check
1) whether line is a valid input tag (grep line mkpoints.F)
2) the release of your vasp version from the header lines of OUTCAR
if line is read in mkpoints.F, you may have hidden characters in your KPOINTS file, please check this as well
Last edited by admin on Thu Dec 07, 2006 6:13 am, edited 1 time in total.
-
- Jr. Member
- Posts: 98
- Joined: Fri Apr 14, 2006 5:08 am
- Location: Suwon - Korea
How to plot bandstructures along the symetries directions
I'm suspicious about the number 1 at the end of each coordinate line.
I think that should go. See also:
http://cms.mpi.univie.ac.at/vasp/vasp/node59.html
Rob.
I think that should go. See also:
http://cms.mpi.univie.ac.at/vasp/vasp/node59.html
Rob.
Last edited by lahaye on Thu Dec 07, 2006 7:06 am, edited 1 time in total.