Dear all,
I am a beginner of epw.x.
I encountered difficulties in running exercise 2 (SiC) in the tutorial’Electron-phonon matrix elements and coupling strength Tutorial Tue.5 Hands-on session‘.
I have successfully calculated the phonon-electron matrix element of k = 0(default),q = 0. But when I want to calculate another k point, I removed the comments on the k point in the 'sic.ephline.in'.
And I got the wrong report: 'Error in routine elphsum2 (1):kpoint not found'.
Can someone tell me the cause of the problem?
Error in routine elphsum2 (1):kpoint not found
Moderator: stiwari
Re: Error in routine elphsum2 (1):kpoint not found
Dear rxzh:
In this example, you can't choose an arbitrary k point; the chosen k point should be included in the irreducible BZ of the previous scf calculation.
For instance, in this example you can choose the following k point:
Sincerely,
H. Lee
In this example, you can't choose an arbitrary k point; the chosen k point should be included in the irreducible BZ of the previous scf calculation.
For instance, in this example you can choose the following k point:
Code: Select all
kx = -0.5
ky = -1.0
kz = 0.0
H. Lee