Search found 25 matches

by Shashi
Sat Mar 22, 2025 5:21 am
Forum: General discussion
Topic: Polaron calculation in 2d materials
Replies: 2
Views: 23469

Re: Polaron calculation in 2d materials

Hi Pravin,

You can use EPW for 2D-polarons. The tutorials are uploaded at this link

https://epw2024.oden.utexas.edu/74-schedule

Please look at Friday tutorial WEL 1.316.

Regards,
Shashi
by Shashi
Thu Mar 13, 2025 3:30 pm
Forum: Running the code
Topic: The program cannot run when epw reproduces the phonon spectrum
Replies: 8
Views: 74879

Re: The program cannot run when epw reproduces the phonon spectrum

Hi Fale Li, I suspect that Fermi energy is not correctly calculated because you commented out fermi_energy in your input file. When you interpolate band structure, you use points along a path, so the code will not calculate the Fermi energy correctly. When you provide uniform k-mesh, the code ...
by Shashi
Thu Mar 13, 2025 10:12 am
Forum: Running the code
Topic: Trouble with Pade calculations
Replies: 2
Views: 6800

Re: Trouble with Pade calculations

Hi Jianguo, To eliminate NaN values, check if the temperature is very close to Tc. If so, try increasing npade to a significantly larger value. If that doesn't resolve the issue, consider increasing the cut-off for the imaginary frequency. Additionally, the Tc estimated from the machine learning ...
by Shashi
Mon Mar 10, 2025 1:54 pm
Forum: Running the code
Topic: The program cannot run when epw reproduces the phonon spectrum
Replies: 8
Views: 74879

Re: The program cannot run when epw reproduces the phonon spectrum

Hi Fale Li,

Are you interested in the phonon dispersion plot? If yes, please add band_plot = .true. and phonselfen=.false.

Please let me know if you still have issues.

Regards,
Shashi
by Shashi
Tue Mar 04, 2025 7:02 pm
Forum: Running the code
Topic: Allen dynes formula for Tc is not giving correct lambda from epw calcs
Replies: 8
Views: 31157

Re: Allen dynes formula for Tc is not giving correct lambda from epw calcs

Hi Subham, If you check the code in EPW/src/supercond.f90, you’ll find that we have provided references for the Allen-Dynes modified McMillan formula in the strong coupling limit. Specifically, these correspond to Eqs. (34–38) from Allen and Dynes, Phys. Rev. B 12, 3 (1975). For your reference, I am ...
by Shashi
Tue Mar 04, 2025 6:46 pm
Forum: Running the code
Topic: The program cannot run when epw reproduces the phonon spectrum
Replies: 8
Views: 74879

Re: The program cannot run when epw reproduces the phonon spectrum

Hi Fale Li, There are a few issues with your input parameters that I would like to clarify. The setting ephwrite=.true. is not compatible with filkf=.true. and filqf=.true. since it requires uniform k and q grids. Additionally, you are using phonselfen=.true. along with eliashberg=.true., which are ...
by Shashi
Thu Feb 27, 2025 10:44 pm
Forum: Running the code
Topic: memory error in EPW calculations
Replies: 6
Views: 41852

Re: memory error in EPW calculations

Hi Subham,

Could you confirm whether you are using the latest version of EPW v5.9? If not, I recommend using the latest version and try again.

Best regards,
Shashi
by Shashi
Thu Feb 27, 2025 10:40 pm
Forum: Running the code
Topic: Re: Length of calculations
Replies: 3
Views: 8146

Re: Length of calculations

Hi Jhosamelly, You cannot calculate mobility using EPW without including phonons. The phonon data is essential for this calculation. As Hari mentioned, you can try to speed up your calculations by optimizing the k-mesh and energy cutoff , but you’ll need to perform a convergence test to check a ...
by Shashi
Tue Feb 25, 2025 8:00 pm
Forum: General discussion
Topic: Reading electron-phonon matrix elements file by EPW
Replies: 7
Views: 70549

Re: Reading electron-phonon matrix elements file by EPW

Hi Animesh, The writing to ephmatf depends on the number of pools. When you change the number of processors from 8 to 16, the number of k-points per pool differs. Therefore, it is hard to compare the ephmatf1 from both these calculations. So, if you want to verify your results using different sets ...
by Shashi
Sat Feb 22, 2025 2:13 am
Forum: Running the code
Topic: Allen dynes formula for Tc is not giving correct lambda from epw calcs
Replies: 8
Views: 31157

Re: Allen dynes formula for Tc is not giving correct lambda from epw calcs

Hi Subham,

In EPW v5.9 (https://gitlab.com/epw/q-e), we incorporated the Allen-Dynes formula for Tc estimation with strong coupling corrections.

Hope this helps! Let me know if you need any further details.

Best regards,
Shashi