Search found 616 matches

by sponce
Tue May 14, 2019 7:41 am
Forum: General discussion
Topic: LDA+U for phonon and electron-phonon calculations
Replies: 2
Views: 3120

Re: LDA+U for phonon and electron-phonon calculations

I would be surprise if this was working for EPW but you can give it a try.

If so, lets us know !

Sam
by sponce
Tue May 14, 2019 7:39 am
Forum: General discussion
Topic: Intervalley scattering - can it be calculated in EPW?
Replies: 1
Views: 2720

Re: Intervalley scattering - can it be calculated in EPW?

Dear Chris,

All scatterings are included by default.

Are you asking about considering only those transitions ?

If this is the case, its more difficult. You probably need to print all the transitions and then only selects the one you care about.

Best,
Samuel
by sponce
Tue May 14, 2019 7:37 am
Forum: General discussion
Topic: How to output the el-ph strength (g2) of coarse grid?
Replies: 1
Views: 2333

Re: How to output the el-ph strength (g2) of coarse grid?

Hello, You can try to uncomment !write(*,*)'epmatq(:,:,2,:,nqc)**2',SUM((REAL(REAL(epmatq(:,:,2,:,nqc))))**2)+& ! SUM((REAL(AIMAG(epmatq(:,:,2,:,nqc))))**2) inside elphon_shuffle_wrap.f90 Then also print the same elements from the variable "epmatf" in ephwann_shuffle.f90 Make sure you ...
by sponce
Tue Apr 16, 2019 3:50 pm
Forum: Running the code
Topic: Error in routine createkmap (1): is this a uniform k-me
Replies: 15
Views: 11184

Re: Error in routine createkmap (1): is this a uniform

Hello, We worked on your problem. There was a bit on an inconsistency with xk being used from two different modules (klist and pwcom). I made an internal klist_epw module with xk_loc and xk_all so that its always the same array that is used. This should prevent your problem. The commit is there m Ca...
by sponce
Mon Apr 15, 2019 3:16 pm
Forum: Running the code
Topic: Error in routine createkmap (1): is this a uniform k-me
Replies: 15
Views: 11184

Re: Error in routine createkmap (1): is this a uniform

Dear Xinbao, At this point, it would be much easier for us to help you if you are using the latest version of the code. Could you download and install v6.4.1 of QE with EPW 5.1: m And do the same printing. Also could you send us the nscf.in file. Are you sure you are putting enough digits in the nsc...
by sponce
Mon Apr 08, 2019 10:34 am
Forum: Compilation
Topic: Epw via compilation on a cluster not connected to internet.
Replies: 3
Views: 26491

Re: Epw via compilation on a cluster not connected to intern

Hello,

1) download and untar q-e
2) download wannier v3 named "v3.0.0.tar.gz"
3) move the file v3.0.0.tar.gz into QE/archive
4) Move all to your cluster
5) ./configure
6) make epw



PS: Start from scratch or do a "make distclean" before doing all the steps

Best,
Samuel
by sponce
Wed Apr 03, 2019 3:15 pm
Forum: Electron-phonon
Topic: Typical order of phonon linewidth?
Replies: 5
Views: 24953

Re: Typical order of phonon linewidth?

The phonon lifetime is by definition an integral over all electronic states (k,bands).

Also note that you need to dope your system otherwise the lifetime will be 0.

Best wishes,
Samuel
by sponce
Tue Apr 02, 2019 4:41 pm
Forum: Running the code
Topic: Weired phonon spectrum in EPW.5.1.0
Replies: 2
Views: 2699

Re: Weired phonon spectrum in EPW.5.1.0

Hello,

Your input looks ok to me.
Are you sure you are plotting the data correctly ?

At the end of EPW, you should get a file name "phband.freq"
You can convert this file with plotband.x from QE/bin/ into a gnuplot format.

Best wishes,
Samuel
by sponce
Tue Apr 02, 2019 4:06 pm
Forum: Electron-phonon
Topic: Typical order of phonon linewidth?
Replies: 5
Views: 24953

Re: Typical order of phonon linewidth?

Dear Gautam Sharma,

It depend on the q-point you are looking at the the mode. Some mode have very strong electron-phonon coupling and some do not.

I guess phonon linewidths value for 3D semiconductors ranges from ~0 meV to ~5 meV.

Best wishes,
Samuel
by sponce
Sun Mar 31, 2019 3:32 pm
Forum: Running the code
Topic: Does the mobility relate to the energy windows of wannier90?
Replies: 1
Views: 2324

Re: Does the mobility relate to the energy windows of wannie

Dear joshie, If by example you refer to the q-e/test-suite/epw_mob* examples, those are used for CI testing and are absolutely not converged. You need much denser grids. Regarding the Wannierization, having larger frozen window puts more constrain on the Wannierzation making it more difficult for th...