Search found 5 matches
- Thu Aug 09, 2018 11:21 pm
- Forum: Electron-phonon
- Topic: relation between lambda and lambda_nk
- Replies: 0
- Views: 8502
relation between lambda and lambda_nk
Dear all, I am wondering what is the relation between the following two quantities. 1. the total electron-phonon coupling strength lambda which is defined as the integral of Eliashberg function over omega (as Eq. 206 in F. Giustino RMP (2017)) 2. the electron-phonon mass enhancements (lambda_nk) as ...
- Fri Feb 23, 2018 11:45 am
- Forum: Running the code
- Topic: Regarding nk* and nq*
- Replies: 11
- Views: 14993
Re: Regarding nk* and nq*
I encountered the same problem when calculating graphene using EPW. EPW dies at wigner_seitz.f90 saying weights do not add up to nk1*nk2*nk3 But, this problem can be fixed by using less restrictive value of epsilon at the line 132 in wigner_seitz.f90 DO while ( abs(dist(i)-mindist).le.eps7 .and. i ...
- Fri Feb 23, 2018 6:11 am
- Forum: Running the code
- Topic: Unrealistically large m_mat elements in graphene.
- Replies: 4
- Views: 5940
Re: Unrealistically large m_mat elements in graphene.
Dear Dr. Lee,
It is nice to meet you too.
Thank you for your comment, and it seems the problem is solved when I fixed the code according to your comment.
But, as you mentioned, I decided to use NCPP in this EPW version.
Thank you,
Young Woo Choi
It is nice to meet you too.
Thank you for your comment, and it seems the problem is solved when I fixed the code according to your comment.
But, as you mentioned, I decided to use NCPP in this EPW version.
Thank you,
Young Woo Choi
- Thu Feb 22, 2018 5:04 pm
- Forum: Running the code
- Topic: Unrealistically large m_mat elements in graphene.
- Replies: 4
- Views: 5940
Re: Unrealistically large m_mat elements in graphene.
I found that this problem only occurs when using ultrasoft pseudopotentials. When I run the code with the same input files but with a norm-conserving pseudo potential, the above problem did not occur and the wannierization procedure went well. Since I am not familiar with USPP, it is hard for me to ...
- Thu Feb 22, 2018 4:35 am
- Forum: Running the code
- Topic: Unrealistically large m_mat elements in graphene.
- Replies: 4
- Views: 5940
Unrealistically large m_mat elements in graphene.
Dear All, I found a problem during the wannierization of graphene. When I run the EPW code in serial mode (without mpirun ), the wannierization procedure seems to be fine and the resulting wannier functions are consistent with what I get by directly running wannier90 code. However, when I use mpirun ...