Search found 616 matches

by sponce
Fri May 13, 2016 1:34 pm
Forum: Running the code
Topic: kmesh_get_bvector: Not enough bvectors found
Replies: 5
Views: 7869

Re: kmesh_get_bvector: Not enough bvectors found

Hello, Can you make sure that you are providing the correct list of q-points to EPW. It should be the same as the one of the ouptut of the phonon calculation. It should look like: Dynamical matrices for ( 3, 3, 3) uniform grid of q-points ( 4q-points): N xq(1) xq(2) xq(3) 1 0.000000000 0.000000000 0...
by sponce
Fri May 13, 2016 1:28 pm
Forum: Running the code
Topic: nqc .ne. nq1*nq2*nq3
Replies: 8
Views: 8097

Re: nqc .ne. nq1*nq2*nq3

Dear eliephys78, Could you give us the list of q-points (the 28 ones) that is reported in the ph.out file. Then make sure that the list of q-point that you provide in the epw.in file is exactly the same. Note that 1.0 0.0 0.0 is different from -1.0 0.0 0.0 even in crystal coordinate. This is because...
by sponce
Wed May 11, 2016 2:23 pm
Forum: Running the code
Topic: Linewidth for an unstable phonon mode
Replies: 1
Views: 3587

Re: Linewidth for an unstable phonon mode

Dear Diego, The EPW code rely on density functional perturbation theory (DFPT). The electron-phonon matrix elements are computed within that framework in QE. Such theory implies that the system is at equilibrium. Soft phonons indicates that the system is not at equilibrium. Since the theory is ill d...
by sponce
Wed May 11, 2016 2:14 pm
Forum: Running the code
Topic: error in gan example
Replies: 8
Views: 8210

Re: error in gan example

Dear Nandan, EPW only supports k/q-point parallelization. EPW also needs/reads the ground-state wavefunction (produced with the nscf run). Therefore it should look like: mpiexec -np 64 ~/source/espresso-5.4.0/bin/pw.x -npool 8 < scf.in > scf.out 2>&1 & mpiexec -np 64 ~/source/espresso-5.4.0/...
by sponce
Tue May 10, 2016 10:36 am
Forum: Running the code
Topic: error in gan example
Replies: 8
Views: 8210

Re: error in gan example

Dear Nandan,

It look like the error has to do with not being able to write on disk.

Maybe a disk quota exceeded?

Maybe try not to write in a /tmp directory.

Sam
by sponce
Tue May 10, 2016 9:42 am
Forum: Running the code
Topic: kmesh_get_bvector: Not enough bvectors found
Replies: 5
Views: 7869

Re: kmesh_get_bvector: Not enough bvectors found

Dear eliephys78, You should have the same ph and nscf grid. If you want to do a 15x15x15 scf+nscf calculations, you should then do a 15x15x15 q-point ph.x grid. You should therefore have 216 cartesian ... in your epw input file. I would however keep the 28 (maybe a 6x6x6 q-grid? ) and do a 15x15x15 ...
by sponce
Fri May 06, 2016 11:09 am
Forum: General discussion
Topic: question regarding eptemp ,degaussq and convergene
Replies: 2
Views: 2945

Re: question regarding eptemp ,degaussq and convergene

Dear eliephys78, eptemp is the temperature at which you want your results. The temperature eptemp will give the value of the Bose-Einstein n(T) factors. degaussw is the broadening on the delta of electron properties. degaussq is the broadening on the delta of phonon properties. If those parameters a...
by sponce
Wed May 04, 2016 9:40 am
Forum: General discussion
Topic: A question regarding dvscf and pp.py
Replies: 9
Views: 11012

Re: A question regarding dvscf and pp.py

Dear Vahid, QE should print a dvscf file for each q-point. Those are binary files so you should not be able to see their content but they should have non-zero size. The pp.py script do not copy the same file over. All the files should be different for each q-points. You should also have one .dyn fil...
by sponce
Sun May 01, 2016 6:55 pm
Forum: Running the code
Topic: error in MPI_FILE_OPEN
Replies: 21
Views: 17952

Re: error in MPI_FILE_OPEN

Dear Alaska,

Happy to hear that you could solve you problem.

Code: Select all

etf_mem
is indeed the way to reduce the RAM usage.

Best,

Samuel
by sponce
Sun May 01, 2016 6:51 pm
Forum: Running the code
Topic: Many zero scattering rate values for bulk Ge and Si
Replies: 6
Views: 6669

Re: Many zero scattering rate values for bulk Ge and Si

Dear Vahid,

This is because you have specified

Code: Select all

fsthick = 2 ! eV 
in your input file.

Could you format your posts using the "code" balist please.

Best,

Samuel