DOS calculation AGAIN!
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 13
- Joined: Tue Mar 08, 2005 7:57 am
DOS calculation AGAIN!
Hi All,
I am sorry to bother you with DOS calculations again, but after looking at the manual and searching here in the forum, I haven't find any solution to my problem yet.
I want to run a DOS calculation of CO-Pt(111)-p(2x2), so after the geometry optimization, I add or modify the following tags to the INCAR file:
ISMEAR = -5
CHGCAR = 11
LORBIT = 11
LVTOT = .TRUE.
LELF = .TRUE.
NPAR = 1
NSW = 0
If I run the calculation with my old KPOINTS file (5x5x1), the calculation goes ok. But, I have read that I have to increase the number of KPOINTS, so I tried (10x10x2) and many others and in all cases I get the following ERROR message:
VERY BAD NEWS! internal error in subroutine IBZKPT:
Routine TETIRR needs special values for the k-mesh shifts! -3
Can somebody help me solving this problem?
Thanks
I am sorry to bother you with DOS calculations again, but after looking at the manual and searching here in the forum, I haven't find any solution to my problem yet.
I want to run a DOS calculation of CO-Pt(111)-p(2x2), so after the geometry optimization, I add or modify the following tags to the INCAR file:
ISMEAR = -5
CHGCAR = 11
LORBIT = 11
LVTOT = .TRUE.
LELF = .TRUE.
NPAR = 1
NSW = 0
If I run the calculation with my old KPOINTS file (5x5x1), the calculation goes ok. But, I have read that I have to increase the number of KPOINTS, so I tried (10x10x2) and many others and in all cases I get the following ERROR message:
VERY BAD NEWS! internal error in subroutine IBZKPT:
Routine TETIRR needs special values for the k-mesh shifts! -3
Can somebody help me solving this problem?
Thanks
Last edited by dcurulla on Mon Aug 27, 2007 12:59 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
DOS calculation AGAIN!
1) for slab calculations, use ONE k-point along z only.
2) the tetrahedron integration method needs the Gamma point to be included for a subdivision of the BZ into tertahedra, probably the even mesh did not have the Gamma point in the sample. Please try 11x11x1 or 9x9x1 or give 'Gamma' or 'gamma' in the third line of your KPOINTS file
2) the tetrahedron integration method needs the Gamma point to be included for a subdivision of the BZ into tertahedra, probably the even mesh did not have the Gamma point in the sample. Please try 11x11x1 or 9x9x1 or give 'Gamma' or 'gamma' in the third line of your KPOINTS file
Last edited by admin on Wed Aug 29, 2007 11:58 am, edited 1 time in total.
-
- Newbie
- Posts: 13
- Joined: Tue Mar 08, 2005 7:57 am
DOS calculation AGAIN!
Thanks, it works now!
Why isn't this in the manual? I think it would help a lot of people.
Why isn't this in the manual? I think it would help a lot of people.
Last edited by dcurulla on Thu Aug 30, 2007 3:22 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
DOS calculation AGAIN!
the answer to
1) follows from general solid state textbook physics .
2) is explicitely explained in the manual, in the chapter about the KPOINTS file.
1) follows from general solid state textbook physics .
2) is explicitely explained in the manual, in the chapter about the KPOINTS file.
Last edited by admin on Fri Aug 31, 2007 1:02 pm, edited 1 time in total.
-
- Newbie
- Posts: 6
- Joined: Mon Jul 10, 2006 7:54 pm
- License Nr.: 491
- Location: Calgary, Alberta, Canada
DOS calculation AGAIN!
In more detail"
"Furthermore the symmetrisation of the k-mesh can lead to meshes which can not be divided into tetrahedrons (at least not by the tetrahedron division scheme implemented in VASP) -- if one uses meshes which do not have their origin at G (for certain lower symmetric types of Bravais lattices or certain non-symmetry conserving shifts). Therefore only very special shifts are allowed. If a shift is selected which can not be handled you get an error message. For reasons of safety it might be a good choice to use only meshes with their origin at G (switch 'G' or 'g' on third line or odd divisions) if the tetrahedron method is used."
"Furthermore the symmetrisation of the k-mesh can lead to meshes which can not be divided into tetrahedrons (at least not by the tetrahedron division scheme implemented in VASP) -- if one uses meshes which do not have their origin at G (for certain lower symmetric types of Bravais lattices or certain non-symmetry conserving shifts). Therefore only very special shifts are allowed. If a shift is selected which can not be handled you get an error message. For reasons of safety it might be a good choice to use only meshes with their origin at G (switch 'G' or 'g' on third line or odd divisions) if the tetrahedron method is used."
Last edited by danielk on Fri Aug 31, 2007 10:22 pm, edited 1 time in total.
-
- Newbie
- Posts: 13
- Joined: Tue Mar 08, 2005 7:57 am
DOS calculation AGAIN!
Dear admin and danielk,
Thank you both for your replies.
Cheers
Dani
Thank you both for your replies.
Cheers
Dani
Last edited by dcurulla on Wed Sep 19, 2007 10:25 pm, edited 1 time in total.