Search found 191 matches
- Fri May 10, 2024 3:23 pm
- Forum: Running the code
- Topic: Error in routine epw_setup (1): coarse k-mesh needs to be strictly positive in 1st BZ
- Replies: 1
- Views: 1744
Re: Error in routine epw_setup (1): coarse k-mesh needs to be strictly positive in 1st BZ
Hi Jykun, The error message explains clearly "coarse k-mesh needs to be strictly positive in 1st BZ". The uniform k-mesh you have provided in the 'nscf.in' are not positive in the 1st BZ, need to define a homogeneous k-grid. I suggest, the homogeneous k grid for the non self-consistent calculations ...
- Tue Oct 31, 2023 2:33 pm
- Forum: Running the code
- Topic: inconsistent nscf and elph k-grids
- Replies: 5
- Views: 23528
Re: inconsistent nscf and elph k-grids
Hi Shubham,
That's great.
Happy EPWing,
Hari
That's great.
Happy EPWing,
Hari
- Mon Oct 30, 2023 2:39 pm
- Forum: Running the code
- Topic: inconsistent nscf and elph k-grids
- Replies: 5
- Views: 23528
Re: inconsistent nscf and elph k-grids
Hi Shubham, Could you double check your nscf.out file if it has 216 k-points printed or not? Sometimes, because of symmetry, QE prints more number of k-points that the supplied. If it is so, I recommend using 'calculation = 'bands'' instead of 'nscf' in the nscf.in. I hope it helps. Happy EPWing, Hari
- Tue Sep 12, 2023 2:10 pm
- Forum: Running the code
- Topic: Inconsistent behavior of quasiparticle DOS with increasing temperature
- Replies: 4
- Views: 18768
Re: Inconsistent behavior of quasiparticle DOS with increasing temperature
Hi Shubham, It looks like your calculations are not converged with respect to number of Mastubara frequency points. What is the value of 'wscut' used (and 'nswi' at different temperature) in your calculations? As the temperature increases, the value of 'nswi' decreases with fixed 'wscut'. I recommen...
- Fri Sep 08, 2023 2:19 pm
- Forum: Running the code
- Topic: Neglecting acoustic sum rule
- Replies: 2
- Views: 29814
Re: Neglecting acoustic sum rule
Hi NFH, It would be appreciated if you could sign your name and affiliation in your future posts. You can use asr_typ = 'no' in EPW with a small modification in the code as the following. 1) replace CALL set_asr2(asr_typ, nqc1, nqc2, nqc3, ifc, zstar, nat, ibrav_, tau_) by IF (asr_typ /= 'no') CALL ...
- Fri Sep 08, 2023 2:00 pm
- Forum: Electron-phonon
- Topic: Perform electron-Phonon coupling
- Replies: 1
- Views: 25091
Re: Perform electron-Phonon coupling
Hi Lavoisier, 1 and 2. The interpolated band/phonon looks good. In the band structure, the top and bottom bands with PW are not included in the wannierization, so you do not see in the EPW calculation. 3. I think, you need to read EPW documentation in more details. 4. No, EPW does not help improve t...
- Thu Aug 17, 2023 2:27 pm
- Forum: Running the code
- Topic: The electron band using Wannier code look very different that from EPW code
- Replies: 2
- Views: 21177
Re: The electron band using Wannier code look very different that from EPW code
Hi Wenjiang,
On top of Sabya's question, could you send us your inputs/outputs and plots?
Happy EPWing,
Hari
On top of Sabya's question, could you send us your inputs/outputs and plots?
Happy EPWing,
Hari
- Thu Aug 17, 2023 2:23 pm
- Forum: Running the code
- Topic: NaN sup. gap in Pade approximation
- Replies: 1
- Views: 17606
Re: NaN sup. gap in Pade approximation
Hi Timon,
Looks like your Pade approximation did not reach convergence. I recommend decreasing the value of npade (https://docs.epw-code.org/doc/Inputs.html#npade) in your input file. I hope it helps.
Happy EPWing,
Hari
Looks like your Pade approximation did not reach convergence. I recommend decreasing the value of npade (https://docs.epw-code.org/doc/Inputs.html#npade) in your input file. I hope it helps.
Happy EPWing,
Hari
- Wed Jun 07, 2023 4:17 pm
- Forum: Running the code
- Topic: Error in opening file ./XX.ephmat/freq
- Replies: 1
- Views: 4987
Re: Error in opening file ./XX.ephmat/freq
Hi wqy1,
Please set 'ephwrite = .true.' in your input so that the XX.ephmat directory will be created and required data will be written to files to solve the Eluiashberg equations.
Happy EPWing,
Hari
Please set 'ephwrite = .true.' in your input so that the XX.ephmat directory will be created and required data will be written to files to solve the Eluiashberg equations.
Happy EPWing,
Hari
- Wed Jun 07, 2023 4:15 pm
- Forum: Running the code
- Topic: somethings wrong in my calculation
- Replies: 1
- Views: 4874
Re: somethings wrong in my calculation
Hi wqy1, It looks like you do not have required files to solve eliashberg equations. They are; 'egnv', 'freq', 'ephmatXX', and ikmap (inside Ca2H.ephmat directory in your case) and can be obtained by setting 'ephwrite = .true. It would have been easy for us to investigate your error if you could sha...