Search found 616 matches

by sponce
Tue Sep 14, 2021 8:08 am
Forum: Running the code
Topic: Why is my xx and yy components for mobility not the same?
Replies: 1
Views: 3051

Re: Why is my xx and yy components for mobility not the same?

Hello, The non-zero population indicates a problem such that the results cannot be trusted. This is likely due to your 4x4x4 q-point grid instead of 4x4x1. Before doing mobility calculation, you need to make sure that the electronic bandstructure and phonon bandstructure are correctly interpolated. ...
by sponce
Tue Sep 14, 2021 8:03 am
Forum: Running the code
Topic: Inquiry about high k point mesh for interpolation and population SR
Replies: 2
Views: 3555

Re: Inquiry about high k point mesh for interpolation and population SR

Hello, Note that 2D materials are not officially supported yet in EPW. You can use the EPW input variable system_2d = .true. at your own risk (with the version QE 6.8). You will need to comment out the check in EPW/src/epw_readin.f90 In any case, your phonon should also be planar like your k-grid: n...
by sponce
Tue Sep 14, 2021 7:58 am
Forum: Running the code
Topic: Calculation in 2D semiconductor
Replies: 3
Views: 3882

Re: Calculation in 2D semiconductor

Dear Marcelo Albuquerque, The mobility is independent on the carrier concentration. Therefore if you change ncarrier, the mobility should (almost) not change. If you want to look at high carrier concentration, you have to manually shift the Fermi level in the CB. You then have to redo the phonon cal...
by sponce
Tue Mar 30, 2021 8:15 am
Forum: Running the code
Topic: Questions on phonon degeneracy?
Replies: 3
Views: 2420

Re: Questions on phonon degeneracy?

Dear Yaokun Ye, Thank you for your interest in EPW and welcome to the forum. It seems you are looking at the change of potential on the real-space grid (something similar to a deformation potential) and not the electron-phonon matrix element. From your Fig.1 you can see that the real part and imagin...
by sponce
Wed Mar 10, 2021 3:44 pm
Forum: Electron-phonon
Topic: questions about the BTE mobility theory
Replies: 2
Views: 26550

Re: questions about the BTE mobility theory

Dear Max, Eq. 10 is the Boltzmann transport equation which is an equality in steady state between the driving force (i.e. the electric field) and the scattering (i.e. the electron-phonon scattering). If you want to understand the physics behind, I can recommand the review https://iopscience.iop.org/...
by sponce
Wed Feb 10, 2021 5:07 pm
Forum: Electron-phonon
Topic: Electrical Conductivity of Silicon Carbide with an oxide layer
Replies: 1
Views: 24699

Re: Electrical Conductivity of Silicon Carbide with an oxide layer

Dear Amir, Welcome to the EPW forum ! What you want to do seems difficult and computationally expansive. However you could do an approximation and just simulate SiC and constrain the lattice parameter to be the same as SiO2. This might be a too strong approximation tough. As a rule of thumbs, if you...
by sponce
Wed Feb 10, 2021 5:01 pm
Forum: Electron-phonon
Topic: Convergence wrt # q points and broadening parameter
Replies: 2
Views: 26145

Re: Convergence wrt # q points and broadening parameter

Dear Hyuan, Thank you for your question. The Fig.S2 in my paper is done at fixed fine k and q interpolated grids. If instead you increase the k/q grids when you decrease the smearing, it should indeed converge. I think that the \eta->0 limit exists for a grid density -> infinity. Best wishes, Samuel
by sponce
Wed Nov 04, 2020 8:18 am
Forum: General discussion
Topic: How to obtain contributions of different phonon modes to carrier scattering
Replies: 1
Views: 2149

Re: How to obtain contributions of different phonon modes to carrier scattering

Hello joshie, You are correct, in the public version of EPW the "iverbosity = 3" keyword will only give you the mode resolve self-energy, which is closely linked with the scattering rates. We have implemented the mode resolved scattering rates and and its contribution to the mobility as part of a la...
by sponce
Fri Aug 28, 2020 1:03 pm
Forum: Running the code
Topic: Mobility Directions
Replies: 1
Views: 1813

Re: Mobility Directions

Dear Manasa, It is slightly difficult to answer this as it depends on the version of EPW you are using and the option you chosen. Easiest it to check for yourself. You can look in the EPW/src/printing.f90 subroutine. If the velocity vkk_all and occupation vector f_out are in crystal when printed the...
by sponce
Mon Aug 10, 2020 10:20 am
Forum: General discussion
Topic: 2D materials and EPW
Replies: 4
Views: 32433

2D materials and EPW

Dear EPW users, EPW currently does not officially support 2D materials. Only a few changes are required to make it work and we plan to release it soon. In the meantime, you can perform calculations in 2D materials but need to treat it as a 3D one with vacuum. This means that you need to have some (a...