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
Code: Select all
Monkhorst-Pack
5 5 5
0 0 0
Thank you,
Rob.