Search found 111 matches

by Vahid
Fri May 22, 2026 4:08 pm
Forum: Running the code
Topic: Extracting phonon velocity
Replies: 1
Views: 8692

Re: Extracting phonon velocity

The velocities of the modes can be obtained by simply doing the following single loop: CALL vmewan2blochp(xxq, nmodes, nrr_q, irvec_q, ndegen_q, uf, vmefp(:, :, :), wf(:, qind), rws, nrws) DO imode=1,nmodes vmeqf(:, imode)=REAL(vmefp(:, imode, imode), KIND = DP) ENDDO I was averaging the six modes ...
by Vahid
Thu May 14, 2026 5:08 pm
Forum: Running the code
Topic: Extracting phonon velocity
Replies: 1
Views: 8692

Extracting phonon velocity

Dear EPW users, I am using EPW-5.4.1. To extract phonon velocities of Si (I am actually interested in the +/- sign of the velocity not the correct magnitude), I have added the following to the ephwann_shuffle.f90: CALL vmewan2blochp(xxq, nmodes, nrr_q, irvec_q, ndegen_q, uf, vmefp(:, :, :), wf ...
by Vahid
Fri Aug 08, 2025 4:52 pm
Forum: General discussion
Topic: QE wedge versus EPW wedge
Replies: 5
Views: 70929

Re: QE wedge versus EPW wedge

Dear Shashi, It seems that the reason we are getting two different wedge points is the EPW version. I was using QE-7.0 and in that version of EPW, wedge points are not the same as the latest development QE version. Perhaps this was a bug which got fixed at some point but there is no documentation on ...
by Vahid
Sat Aug 02, 2025 6:54 pm
Forum: General discussion
Topic: QE wedge versus EPW wedge
Replies: 5
Views: 70929

Re: QE wedge versus EPW wedge

Dear Shashi, Attached please see the EPW input files, and the epw.out file. The scattering rate includes 41917 kpoints. Attached is also the file mesh_k output by PW/tools/kpoints.x. There are 21084 wedge points. It is possible that the issue is related to the use of two different carbon atoms, C ...
by Vahid
Thu Jul 31, 2025 10:04 pm
Forum: General discussion
Topic: QE wedge versus EPW wedge
Replies: 5
Views: 70929

QE wedge versus EPW wedge

Dear EPW users, When I run graphene with a 500x500 k-grid, QE reduces the job to 21084 k-points in the wedge as expected. However, EPW creates a 41917 k-point wedge with the same k-grid. The issue is likely due to the use of a Gamma-centred BZ by QE versus a [0:1] k-grid by EPW. Are there any ...
by Vahid
Thu Jul 17, 2025 10:40 am
Forum: Running the code
Topic: IBTE for a metal
Replies: 7
Views: 85855

Re: IBTE for a metal

Dear Shashi,

Thank you for this clarification. I will use the develop branch to get the conductivity and then compare to BTE and IBTE results.

Best,
Vahid
by Vahid
Wed Jul 09, 2025 2:35 pm
Forum: Running the code
Topic: IBTE for a metal
Replies: 7
Views: 85855

Re: IBTE for a metal

Dear Shashi, Thank you for this clarification but the change in Fermi energy occurs before IBTE starts (input Fermi level=2.8249eV). Here is the relevant section of the output: ============================================================================================= BTE in the self-energy ...
by Vahid
Fri Jul 04, 2025 3:19 pm
Forum: Running the code
Topic: IBTE for a metal
Replies: 7
Views: 85855

Re: IBTE for a metal

Dear Shashi, I ran an IBTE calculation on the Pb (no SOC) example in the EPW folder. Attached are the input and output EPW files. The Fermi energy is set to 11.7176eV in the input. In the output near the end where the iterative conductivities are printed, the Fermi level is changed by EPW to 11 ...
by Vahid
Thu Jul 03, 2025 7:13 pm
Forum: Running the code
Topic: IBTE for a metal
Replies: 7
Views: 85855

Re: IBTE for a metal

Hi Shashi, Thank you for your input. Using assume_metal = .true. did result in getting the IBTE conductivities for different iterations. I was wondering what should the tag "int_mob" be for IBTE in metals? I set it to false and am getting ~ 54% of the expected conductivity. In addition, the input ...
by Vahid
Sat Jun 28, 2025 7:19 pm
Forum: Running the code
Topic: IBTE for a metal
Replies: 7
Views: 85855

IBTE for a metal

Dear EPW users, I have calculated the el-ph matrix elements for a metal with EPW-5.4.1 and have restarted to calculate the scattering rates and the IBTE. The following tags are set: elph = .true. epbwrite = .false. epbread = .false. epwwrite = .false. epwread = .true. wannierize = .false. scattering ...