KPOINTS file: Gamma and odd Monkhorst-Pack are same?

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


Moderators: Global Moderator, Moderator

Locked
Message
Author
lahaye
Jr. Member
Jr. Member
Posts: 98
Joined: Fri Apr 14, 2006 5:08 am
Location: Suwon - Korea

KPOINTS file: Gamma and odd Monkhorst-Pack are same?

#1 Post by lahaye » Mon Sep 18, 2006 4:02 am

Hi

I just want to double check whether I understand this discussion
in the VASP Guide about the KPOINTS file.

A so-called Gamma centered grid using keyword 'Gamma' is
equivalent to using a Monkhorst-Pack with odd numbers ?

Or, to be explicit, are following two examples equivalent:

Code: Select all

Gamma
4 4 4
0 0 0
and

Code: Select all

Monkhorst-Pack
5 5 5
0 0 0
If I'm wrong here, can then someone explain the difference?

Thank you,
Rob.
Last edited by lahaye on Mon Sep 18, 2006 4:02 am, edited 1 time in total.

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

KPOINTS file: Gamma and odd Monkhorst-Pack are same?

#2 Post by admin » Tue Sep 19, 2006 9:08 am

no, the meshes are not equivalent in general: In the Monkhurst-Pack scheme, EVEN meshes are shifted away from the origin, whereas they are not for Gamma.
Therefore, Gamma 5 5 5 (NOT 4 4 4!) is equivalent to Monkhurst-Pack 5 5 5,
but Gamma 4 4 4 gives a completely different mesh than Monkhurst-Pack 4 4 4, even for the most simple cubic case.
Last edited by admin on Tue Sep 19, 2006 9:08 am, edited 1 time in total.

yongwang2000
Newbie
Newbie
Posts: 1
Joined: Wed Jul 15, 2020 12:46 am

Re: KPOINTS file: Gamma and odd Monkhorst-Pack are same?

#3 Post by yongwang2000 » Wed Jul 15, 2020 1:26 am

Thanks.
So for KPOINT meshs with ODD numbers, Gamma is equivalent to Monkhorst, that is something I have wanted to confirm for a long time.
I think the VASP WIKI can make it clearer about this.

martin.schlipf
Global Moderator
Global Moderator
Posts: 542
Joined: Fri Nov 08, 2019 7:18 am

Re: KPOINTS file: Gamma and odd Monkhorst-Pack are same?

#4 Post by martin.schlipf » Wed Jul 15, 2020 6:46 am

Thank you for the suggestion, I have modified wiki/wiki/index.php/KPOINTS#Monkhorst-Pack slightly to mention odd subdivisions.

Martin Schlipf
VASP developer


Locked