Kpoints in nscf calculation

Post here questions linked with issue while running the EPW code

Moderator: stiwari

Post Reply
Wangwei Lan

Kpoints in nscf calculation

Post by Wangwei Lan »

Dear all,

I am very new in quantum espresso and EPW. Recently, I want to calculate electron-phonon coupling to determine the Tc. However, I have a very general question regarding running nscf calculation. I've searched both QE and EPW forum but can't get an answer. I hope you can help me.

In the example, GaN, I found in the nscf_epw.in file, the kpoints are like this:

K_POINTS crystal
8
0.0 0.0 0.0 0.125
0.5 0.0 0.0 0.125
0.0 0.5 0.0 0.125
0.0 0.0 0.5 0.125
0.5 0.5 0.0 0.125
0.5 0.0 0.5 0.125
0.0 0.5 0.5 0.125
0.5 0.5 0.5 0.125

My general question is that how do you get the kpoints here? In the example, the number is "8", I notice this is the same number as the number of directories in gan.save directory, which are K00001,...K00008, so is there any relations between these two?

Thanks very much.

Wangwei Lan
Florida State University
sponce
Site Admin
Posts: 616
Joined: Wed Jan 13, 2016 7:25 pm
Affiliation: EPFL

Re: Kpoints in nscf calculation

Post by sponce »

Dear Wangwei Lan,

The nscf grid should be an homogeneous grid between 0 and 1 that corresponds to your coarse initial grid in EPW.

A 2x2x2 k-point grid will therefore indeed give
8
0.0 0.0 0.0 0.125
0.5 0.0 0.0 0.125
0.0 0.5 0.0 0.125
0.0 0.0 0.5 0.125
0.5 0.5 0.0 0.125
0.5 0.0 0.5 0.125
0.0 0.5 0.5 0.125
0.5 0.5 0.5 0.125

The k-points for the nscf needs to be generate by hand (you can make a small script to do this).

Best,

Samuel
Prof. Samuel Poncé
Chercheur qualifié F.R.S.-FNRS / Professeur UCLouvain
Institute of Condensed Matter and Nanosciences
UCLouvain, Belgium
Web: https://www.samuelponce.com
Nandan
Posts: 44
Joined: Mon May 09, 2016 2:47 pm
Affiliation:

Re: Kpoints in nscf calculation

Post by Nandan »

You could also use:
wannier90-2.0.1/utility/kmesh.pl 2 2 2

nandan.
Post Reply