Search found 198 matches
- Fri Jan 31, 2025 4:22 pm
- Forum: Running the code
- Topic: confusion regarding setting the values of eliashberg equation parameters and parallezation
- Replies: 5
- Views: 32240
Re: confusion regarding setting the values of eliashberg equation parameters and parallezation
Hi Ashwath, Before jumping into the ME calculations, the most important step is the wannierization. Please make sure that your W90 bands fits well with the DFT and the spreads are reasonably small (< 5 Ang.), then perform the Block to Wann calculation. for dynamical matrices, etc in the coarse grid ...
- Fri Jan 31, 2025 3:59 pm
- Forum: Running the code
- Topic: memory error in EPW calculations
- Replies: 6
- Views: 41913
Re: memory error in EPW calculations
Hi Shubham, You currently have "max_memlt = 18.0d0" specified in the input, meaning this is the maximum amount of memory can be allocated per pool. Is this value set to the maximum available memory per core in the cluster you are using? The code crashed because the memory requirement is ...
- Sat Jan 25, 2025 2:37 pm
- Forum: Running the code
- Topic: Restart of interpolation from interrupted q-point
- Replies: 2
- Views: 6827
Re: Restart of interpolation from interrupted q-point
Hi Timon, It seems the code did not properly read the NbSe2.ephmat/freq file. As I recall, this was a known bug in the implementation at the time of QE 7.2 and EPW 5.7. The issue has since been resolved in newer versions, specifically QE 7.3 with EPW 5.8.1. Upgrading to the latest version should ...
- Sat Jan 25, 2025 2:23 pm
- Forum: Running the code
- Topic: Re: Length of calculations
- Replies: 3
- Views: 8177
Re: Length of calculations
Hi jhosamelly, The time required for a phonon calculation depends on several factors, especially the k-mesh used in the SCF calculation and the q-mesh for the phonon calculations. Since your supercell is sufficiently large, smaller meshes could improve computational efficiency. For efficiency, and ...
- Thu Oct 17, 2024 12:36 am
- Forum: Running the code
- Topic: Issue reading a2f file written from the code in superconductivity calculation
- Replies: 5
- Views: 19643
Re: Issue reading a2f file written from the code in superconductivity calculation
Hi,
In addition to the Hitoshi's comment, please consider checking the value of el-ph coupling strength. It looks unphysical.
Happy EPWing,
Hari
In addition to the Hitoshi's comment, please consider checking the value of el-ph coupling strength. It looks unphysical.
Happy EPWing,
Hari
- Wed Sep 25, 2024 2:10 pm
- Forum: General discussion
- Topic: Band resolved anisotropic Eliashiberg spectral function
- Replies: 1
- Views: 8899
Re: Band resolved anisotropic Eliashiberg spectral function
Hi Shunshun Liu, As far as I am aware, the official release version of EPW does not have such features explicitly, as these types of calculations are highly system-dependent. I would suggest identifying the pi and sigma pockets in the Fermi surface. Based on this, you can separate those pockets by ...
- Wed Sep 25, 2024 1:55 pm
- Forum: Running the code
- Topic: Strange phonon spectrum after interpolation
- Replies: 4
- Views: 15972
Re: Strange phonon spectrum after interpolation
Hi Jianguo Si,
Could you double check your 'selecq.fmt' file and make sure all the q-points along the high symmetry path are included? It looks like those q-points are excluded in your calculation.
Happy EPWing,
Hari
Could you double check your 'selecq.fmt' file and make sure all the q-points along the high symmetry path are included? It looks like those q-points are excluded in your calculation.
Happy EPWing,
Hari
- 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: 6654
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: 30533
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: 30533
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 ...