Search found 71 matches

by stiwari
Sun Oct 26, 2025 9:26 pm
Forum: General discussion
Topic: Tutorial on electron-phonon calculations using EPWpy
Replies: 0
Views: 1824

Tutorial on electron-phonon calculations using EPWpy

The EPW Collaboration is pleased to announce a tutorial on "Introduction to EPWpy and MATCSSI," which will be held on November 19, 2025, as part of the MATCSSI Training Series hosted in collaboration with the Texas Advanced Computing Center (TACC). This tutorial will introduce participants to the ...
by stiwari
Mon Oct 13, 2025 10:25 pm
Forum: Running the code
Topic: Electron relaxation time calculation
Replies: 10
Views: 46036

Re: Electron relaxation time calculation

Dear Topgun,

Yes, you can register for MATCSSI portal if you have a TACC account. You can follow this link "https://tacc.utexas.edu/use-tacc/getting-started/" to getting started with the creation of a TACC account.

Best regards,
Sabya.
by stiwari
Wed Sep 03, 2025 12:36 am
Forum: Running the code
Topic: Discrepancy in Fermi Energy Levels from EPW and SCF Calculations for AB-Stacked Bilayer Graphene
Replies: 4
Views: 24072

Re: Discrepancy in Fermi Energy Levels from EPW and SCF Calculations for AB-Stacked Bilayer Graphene

Hi Apricity, I see that in the output epw writes " Fermi energy coarse grid = -0.648629 eV". Which means this is the Fermi-level obtained after the NSCF calculation. The reason is that in nscf calculation you have used "smearing = mv" which results in Fermi-level being dependent on your "degauss ...
by stiwari
Tue Aug 26, 2025 8:24 pm
Forum: Running the code
Topic: Mobility Results Mismatch
Replies: 1
Views: 21518

Re: Mobility Results Mismatch

Hello, To match results in https://arxiv.org/abs/1803.05462, you need to converge your calculations with respect to both coarse k-q grids (nk, nq in epw calculations) and fine k-q grids. To converge calculations for Si, you can use the input files provided with the manuscript here:https://journals ...
by stiwari
Tue Aug 26, 2025 8:06 pm
Forum: Running the code
Topic: Phonon-Assisted Absorption Mismatch
Replies: 4
Views: 33743

Re: Phonon-Assisted Absorption Mismatch

Hello, When you apply a scissor shift, you need to renormalize the oscillator strengths. This is not performed automatically in EPW and is an additional step you need to perform. Check page 11 of https://journals.aps.org/prb/abstract/10.1103/PhysRevB.109.195127 for details. In a nutshell, you need ...
by stiwari
Thu Aug 21, 2025 7:11 pm
Forum: General discussion
Topic: EPW v6.0 Release
Replies: 0
Views: 55519

EPW v6.0 Release

EPW version 6.0 has been released . You can read more regarding the release on the EPW website : https://docs.epw-code.org/doc/Releases.html . To download and install this version refer to the EPW Download and Install page: https://docs.epw-code.org/doc/DownloadAndInstall.html . We have implemented ...
by stiwari
Fri Aug 15, 2025 10:31 pm
Forum: Running the code
Topic: Electron relaxation time calculation
Replies: 10
Views: 46036

Re: Electron relaxation time calculation

Hi, We have recently developed EPWpy package which can be used to run EPW calculations and plot various functions. Here is the website: https://epwpy.org/. EPWpy can be installed using "pip install EPWpy-basic". You can try example Jupyter notebooks which can be found here https://gitlab.com/epwpy ...
by stiwari
Thu Aug 14, 2025 7:03 pm
Forum: Running the code
Topic: Extracting data from dvscf/w_pot files?
Replies: 1
Views: 25080

Re: Extracting data from dvscf/w_pot files?

Hi Shubham, Yes, you can read the dvscf files, they have a format dvscfin(dfftp%nnr, nspin_mag, npe), where nnr is the FFT grid, nspin is the spin, and npe is the number of perturbations for the particular dvscf. These files can be read using EPW by adding some print/write statements in subroutines ...
by stiwari
Thu Aug 14, 2025 6:49 pm
Forum: Running the code
Topic: How to properly restart a calculation ?
Replies: 2
Views: 19027

Re: How to properly restart a calculation ?

Hi, It is a bit unclear to me what calculation you are trying to perform (mobility using iterative BTE is my guess). Can you add the full epw.out file for us to debug? If it is a mobility calculation, do you see a restart.fmt file in the folder where you are running the calculation? This is the file ...
by stiwari
Mon Jul 28, 2025 7:19 pm
Forum: Running the code
Topic: The low structural symmetry leads to inconsistent k points between the input and output of the nscf calculation.
Replies: 1
Views: 38954

Re: The low structural symmetry leads to inconsistent k points between the input and output of the nscf calculation.

Hi Shicong,

You can change the calculation='nscf' to calculation='bands' in your input file. That should solve the problem.

Best regards,
Sabya.