Page 1 of 1
Calculation of mobility by EPW iteration
Posted: Thu May 06, 2021 2:38 am
by yangmei111
Dear all
Now I want to use ibte method to output electron and hole mobility in EPW calculation at the same time, but no matter how I modify the parameters, only one value will be output. Is there any solution,please? The versions used are qe 6.7 and epw 5.3.1.
Thanks in advance if anyone can help the problem.
Sincerely,
Yangmei
Re: Calculation of mobility by EPW iteration
Posted: Mon Sep 13, 2021 11:49 am
by baby123
Have you solved it, please? I have the same problem
Re: Calculation of mobility by EPW iteration
Posted: Tue Sep 14, 2021 8:48 am
by sponce
Hello,
You have to use 'int_mob = .true.'
However it is not recommanded for computational reasons (more expensive that treating them separately with separate Wannierization).
In addition, it the case of a large bandgap, the intrinsic carrier concentration will be very low to the point that the bisection algorithm might be unstable.
Therefore I would recommand:
Code: Select all
scattering = .true.
scattering_serta = .true.
int_mob = .false.
carrier = .true.
ncarrier = -1E13
iterative_bte = .true.
for hole
and
Code: Select all
scattering = .true.
scattering_serta = .true.
int_mob = .false.
carrier = .true.
ncarrier = 1E13
iterative_bte = .true.
for electron.
Best wishes,
Samuel
Re: Calculation of mobility by EPW iteration
Posted: Wed Oct 20, 2021 12:42 pm
by baby123
Thank you for your reply. During the test, we found that in the SERTA calculation, using int_mob = .true., the carrier mobility of electrons and holes can be obtained at the same time. In the IBTE calculation, using int_mob = .true., the mobility of electrons and holes cannot be obtained at the same time. Are there any other parameters that need to be modified? I am looking forward to your answers. Thank you.
Sincerely,
Cao Shuo
Re: Calculation of mobility by EPW iteration
Posted: Wed Oct 20, 2021 12:54 pm
by baby123
In the IBTE calculation, if int_mob = .true. ncarrier = 1E13, the output file only shows the electron mobility. If int_mob = .true. ncarrier = -1E13, only the hole mobility is displayed. I am looking forward for your answers.
Sincerely,
Cao Shuo