Search found 65 matches

by simba2828
Tue Dec 23, 2025 3:08 pm
Forum: Running the code
Topic: el-ph matrix elements in complex form
Replies: 2
Views: 4071

Re: el-ph matrix elements in complex form

Dear all,

I just found out that this routine printing.f90 has been updated in the latest version. And I can get the complex number from there.

Thank you very much.

Sincerely,
Shubham
by simba2828
Tue Dec 23, 2025 1:36 pm
Forum: Running the code
Topic: el-ph matrix elements in complex form
Replies: 2
Views: 4071

el-ph matrix elements in complex form

Dear Experts, I want to use el-ph matrix elements generated from EPW, which are stored in absolute numbers (|g|) and not in general complex form. Is there any way I can find the actual complex numbers for g^ij_v? The data I get currently from EPW is the following. (The last column is a modulus of g ...
by simba2828
Fri Nov 14, 2025 10:38 am
Forum: Theory
Topic: SCF potential in Born effective Charge
Replies: 1
Views: 9756

SCF potential in Born effective Charge

Dear developers and Experts, Is it possible to collect/extract the dV_scf/du term as shown in the picture attached using QE/EPW? This is a formula for calculating the Born effective charge. I am sure this data (dV_scf) is stored somewhere (most probably in the binary files *.dvscf). If someone knows ...
by simba2828
Fri Aug 08, 2025 1:27 pm
Forum: Running the code
Topic: el-ph matrix elements along some kpath?
Replies: 2
Views: 30452

Re: el-ph matrix elements along some kpath?

Dear Xiaozha,

It is helpful, yes.
Thank you,
by simba2828
Thu Aug 07, 2025 4:56 pm
Forum: Running the code
Topic: el-ph matrix elements along some kpath?
Replies: 2
Views: 30452

el-ph matrix elements along some kpath?

Dear experts,

Is it possible to calculate the electron-phonon matrix elements (g) along some kpath and not on a grid?
Can I give any random k point and EPW calculates the g for the chosen q and k?

Thanks,
Shubham
by simba2828
Thu Aug 07, 2025 4:43 pm
Forum: Running the code
Topic: zero electron-phonon matrix elements |g|
Replies: 2
Views: 28920

Re: zero electron-phonon matrix elements |g|

Okay I found the issue. It was fsthick which was creating the problem.
by simba2828
Thu Aug 07, 2025 3:30 pm
Forum: Running the code
Topic: zero electron-phonon matrix elements |g|
Replies: 2
Views: 28920

Re: zero electron-phonon matrix elements |g|

Could it be because of small negative frequency?
Furthermore, there are six bands in my wannier basis, why the el-ph elements are calculated for the 3rd band only?

Thanks,
Shubham
by simba2828
Thu Aug 07, 2025 3:24 pm
Forum: Running the code
Topic: zero electron-phonon matrix elements |g|
Replies: 2
Views: 28920

zero electron-phonon matrix elements |g|

Dear all, I am trying to calculate the electron-phonon matrix elements |g| using EPW and I am getting all the elements to be zero. Is there any specific reason the g's are zero. There should be any non zero value, however small it is? I am attaching my input file (second step), and in the epw.out ...
by simba2828
Sat Aug 02, 2025 4:22 pm
Forum: Theory
Topic: calculating electron-phonon coupling and gkk
Replies: 2
Views: 57184

Re: calculating electron-phonon coupling and gkk

Dear Shashi, Thank you so much for the tutorials. I also found Lihm's slides there, which are really helpful. Moreover, I wanted to know that if the data stored in the dvscf files is in the momentum space (q) or the real space(r)? After, doing some search I found it is stored in the q space, and ...
by simba2828
Thu Jul 31, 2025 3:32 pm
Forum: Running the code
Topic: Extracting data from dvscf/w_pot files?
Replies: 1
Views: 35598

Extracting data from dvscf/w_pot files?

Dear experts, developers and users, I want to extract data stored in the binary files named `prefix.dvscf_q*`, or w_pot files (dV_scf in real space), which can be used to calculate electron-phonon matrix elements. Is there any way I can read the data stored in those binary files, and/or know the ...