I want to get the energy of every k point that had been set up in the Monkhorst pack. For example:
Monkhorst-Pack
12 12 12
0 0 0
But instead of information at each k point, VASP just gave me the energies on the k points which are in the IBZ.
So what about other k points in this grid? Is there any way that I can get the energy information of all the k points in the mesh system?
K points outside the Irreducible Brillouin Zones
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 3
- Joined: Thu Nov 07, 2013 12:33 am
K points outside the Irreducible Brillouin Zones
Last edited by jyli on Thu Nov 07, 2013 12:41 am, edited 1 time in total.
-
- Newbie
- Posts: 38
- Joined: Sun Feb 07, 2010 7:17 pm
- Location: The Hague, Netherlands
K points outside the Irreducible Brillouin Zones
Set ISYM=0 to cover the whole BZ (takes more memory) or apply symmetry operations to the points in the IBZ to map them into points that span the whole BZ.
Last edited by maartendft on Thu Nov 07, 2013 1:08 am, edited 1 time in total.
-
- Newbie
- Posts: 3
- Joined: Thu Nov 07, 2013 12:33 am
K points outside the Irreducible Brillouin Zones
[quote="0 to cover the whole BZ (takes more memory) or apply symmetry operations to the points in the IBZ to map them into points that span the whole BZ.[/quote"]
Thanks for your reply.
However, I tried ISYM=0 with
Monkhorst pack
4 4 4
0 0 0
and got 32 k points instead of 4*4*4=64 k points.
I would rather not build the symmetry myself since there are too many k points I want to obtain.
Thanks for your reply.
However, I tried ISYM=0 with
Monkhorst pack
4 4 4
0 0 0
and got 32 k points instead of 4*4*4=64 k points.
I would rather not build the symmetry myself since there are too many k points I want to obtain.
Last edited by jyli on Thu Nov 07, 2013 3:17 am, edited 1 time in total.
-
- Newbie
- Posts: 3
- Joined: Thu Nov 07, 2013 12:33 am
K points outside the Irreducible Brillouin Zones
[quote="maartendft"]Set ISYM=0 to cover the whole BZ (takes more memory) or apply symmetry operations to the points in the IBZ to map them into points that span the whole BZ.[/quote]
NVM. I used ISYM = -1 so that the symmetry was completely switched off and then all the k points were generated successfully!
Thanks for your help!
NVM. I used ISYM = -1 so that the symmetry was completely switched off and then all the k points were generated successfully!
Thanks for your help!
Last edited by jyli on Thu Nov 07, 2013 6:29 am, edited 1 time in total.