Search found 23 matches

by guodonglin
Thu Jul 17, 2025 12:14 am
Forum: General discussion
Topic: For epw5.9, how to obtain mode-resolved mobility
Replies: 4
Views: 43075

Re: For epw5.9, how to obtain mode-resolved mobility

yes, i need it. could you give me ,thanks.
by guodonglin
Tue Jul 15, 2025 11:39 am
Forum: Running the code
Topic: bug report for scatread = .true.
Replies: 0
Views: 11800

bug report for scatread = .true.

for io_transport.f90 in EPW5.9 ! !---------------------------------------------------------------------------- SUBROUTINE scattering_write(itemp, etemp, ef0, etf_all) !---------------------------------------------------------------------------- !! !! Write scattering rates !! USE kinds, ONLY : DP ...
by guodonglin
Thu Jul 03, 2025 5:18 am
Forum: Running the code
Topic: Problem with mobility_nuq.fmt file
Replies: 1
Views: 34828

Re: Problem with mobility_nuq.fmt file

Dear developers,

This problem has been bothering me for a long time. I don’t understand why the two mobility values are not equal. I hope the EPW developers can

answer this question for us. Thanks.
by guodonglin
Sun Jun 29, 2025 1:58 pm
Forum: General discussion
Topic: For epw5.9, how to obtain mode-resolved mobility
Replies: 4
Views: 43075

Re: For epw5.9, how to obtain mode-resolved mobility

Dear EPW developers, I have modified the transport.f90 file to calculate both the overall RTA mobility and the mode-resolved mobility. Although the code compiles successfully and outputs data, the results differ from those in epw.out, indicating an issue with my modifications. Could the EPW team ...
by guodonglin
Wed Jun 25, 2025 2:20 am
Forum: General discussion
Topic: For epw5.9, how to obtain mode-resolved mobility
Replies: 4
Views: 43075

For epw5.9, how to obtain mode-resolved mobility

Dear EPW developers,

For epw5.9, in order to obtain mode-resolved mobility, how to modify the code, thank you very much.

Best
Donglin
by guodonglin
Sun Jun 01, 2025 6:53 am
Forum: General discussion
Topic: Abnormal Phonon Spectrum in EPW Including Quadrupole Polarization
Replies: 7
Views: 68840

Re: Abnormal Phonon Spectrum in EPW Including Quadrupole Polarization

@Nina Girotto @sponce @stiwari When I modify the initial projection orbitals of Wannier and have completed the fitting, the initial k-points and q-points are 666 and 333, respectively. When considering quadrupole polarization, the phonon spectrum output by EPW is still abnormal. I am unsure whether ...
by guodonglin
Mon May 26, 2025 3:17 am
Forum: General discussion
Topic: Abnormal Phonon Spectrum in EPW Including Quadrupole Polarization
Replies: 7
Views: 68840

Re: Abnormal Phonon Spectrum in EPW Including Quadrupole Polarization

for quadrupole and none quadrupole, the input file is the same, namely, epw1.in. the output files are epw1.out and epw1.out-quad.
by guodonglin
Wed May 21, 2025 10:24 am
Forum: General discussion
Topic: Abnormal Phonon Spectrum in EPW Including Quadrupole Polarization
Replies: 7
Views: 68840

Abnormal Phonon Spectrum in EPW Including Quadrupole Polarization

I am currently using the EPW code to calculate electron-phonon coupling and transport properties for a 3D material. I encountered an issue regarding the phonon spectrum output when including quadrupole polarization effects. Here are the details of the problem: When I perform calculations without ...
by guodonglin
Sun May 04, 2025 1:47 pm
Forum: General discussion
Topic: both eig_read = .true. and lwfpt = .true. can not be used at the same time
Replies: 1
Views: 19389

both eig_read = .true. and lwfpt = .true. can not be used at the same time

Dear developer In EPW, when both eig_read = .true. and lwfpt = .true. are enabled, an error occurs: task # 16 from setup_rotate_wavefunction : error # 1 symmetry equivalent k points have different energy. Use unfold_ksym = .false. However, there is no unfold_ksym keyword in EPW. How can this issue ...