Search found 65 matches
- Fri Aug 15, 2025 10:31 pm
- Forum: Running the code
- Topic: Electron relaxation time calculation
- Replies: 8
- Views: 13075
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 ...
- Thu Aug 14, 2025 7:03 pm
- Forum: Running the code
- Topic: Extracting data from dvscf/w_pot files?
- Replies: 1
- Views: 6285
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 ...
- Thu Aug 14, 2025 6:49 pm
- Forum: Running the code
- Topic: How to properly restart a calculation ?
- Replies: 2
- Views: 54
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 ...
- 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: 20823
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.
You can change the calculation='nscf' to calculation='bands' in your input file. That should solve the problem.
Best regards,
Sabya.
- Thu Jul 17, 2025 6:27 pm
- Forum: General discussion
- Topic: For epw5.9, how to obtain mode-resolved mobility
- Replies: 4
- Views: 43065
Re: For epw5.9, how to obtain mode-resolved mobility
Hi Donglin, Attached is a patch that should be useful for choosing specific modes for transport. This patch introduces an input parameter "mode_res_tr" using which you can choose which mode you want to eliminate. E.g., For removing first three modes, mode_res_tr = 1,2,3 See the attached epw2.in file ...
- Wed Jul 16, 2025 3:54 pm
- Forum: General discussion
- Topic: For epw5.9, how to obtain mode-resolved mobility
- Replies: 4
- Views: 43065
Re: For epw5.9, how to obtain mode-resolved mobility
Dear Donglin, There isn't much meaning associated with a mode-resolved mobility since it is not a physical observable. To analyze the effect of different modes on carrier transport, mode resolved scattering rates should be enough. However, if you still want to obtain that then an easier ...
- Mon Jul 14, 2025 9:18 pm
- Forum: Running the code
- Topic: Converged Phonon Frequency
- Replies: 2
- Views: 13591
Re: Converged Phonon Frequency
Dear Patrick, The difference does not seem that great to me if you compare (about 0.06 meV). However, I agree that the symmetry should be preserved. It is difficult to debug with the information you have provided. Can you attach all your input files, including the BZ-path you have used to obtain the ...
- Wed Jun 04, 2025 5:37 pm
- Forum: General discussion
- Topic: EPW fail to calculate the electron-phonon matrix elements in the Wannier representation
- Replies: 2
- Views: 12929
Re: EPW fail to calculate the electron-phonon matrix elements in the Wannier representation
Hi Jack, The step where the error has occurred means something is wrong with the phonon (ph.x) related calculations. Check the files inside the "save" folder which you must have generated using pp.py. If the error persists then post the .out and .in files which will help us debug. Best regards ...
- Sun May 25, 2025 10:05 pm
- Forum: General discussion
- Topic: Abnormal Phonon Spectrum in EPW Including Quadrupole Polarization
- Replies: 7
- Views: 68831
Re: Abnormal Phonon Spectrum in EPW Including Quadrupole Polarization
Hi,
Can you kindly provide more information (including all input and output (.out) files) to debug the issue you are facing.
Best regards,
Sabya.
Can you kindly provide more information (including all input and output (.out) files) to debug the issue you are facing.
Best regards,
Sabya.
- Sat May 17, 2025 12:11 am
- Forum: General discussion
- Topic: Inquiry About EPW Support for Spin-Polarized Calculations (nspin=2)
- Replies: 1
- Views: 15729
Re: Inquiry About EPW Support for Spin-Polarized Calculations (nspin=2)
Hello Taifeng, It is true that EPW currently does not support spin-polarized calculations. There are ongoing efforts in that direction and hopefully in the later half of this year we might have support for spin-polarized calculations inside EPW. However, you can include the spin-polarized bands (not ...