Search found 616 matches

by sponce
Tue Jun 14, 2016 9:38 am
Forum: Running the code
Topic: No dvscf files created!
Replies: 3
Views: 3710

Re: No dvscf files created!

Dear eliephys78, The python script is agnostic to your ph input file. Try cp the content of you OUT directory into the current one or re-run the ph with &inputph prefix = 'MgB2', fildyn = 'MgB2.dyn', amass(1) = 24.305, amass(2) = 10.811, outdir = './' ldisp = .true., trans = .true., fildvscf = '...
by sponce
Mon Jun 13, 2016 6:14 pm
Forum: Running the code
Topic: EPW to calculate anisotropic superconducting gap of MgB2
Replies: 4
Views: 5184

Re: EPW to calculate anisotropic superconducting gap of MgB2

Dear Cai, Your input seems ok. Off course nkf and nqf grids needs to be increase to achieve convergence but you should get acceptable number already. Maybe try to increase wscut = 1.0 Also, when the numbers gets very large, it can create the ***** issue (depending on compiler). You can make the foll...
by sponce
Mon Jun 13, 2016 5:56 pm
Forum: Running the code
Topic: epw input in the presence of electric field
Replies: 4
Views: 5148

Re: epw input in the presence of electric field

Dear Ali,

As stated by Roxana, EPW rely on el-ph matrix elements produced by QE.
We therefore support as much (or less) as QE/PH code supports.

In this case, EPW does not indeed support external electric field.

Best,

Samuel
by sponce
Thu Jun 09, 2016 10:41 am
Forum: Running the code
Topic: EPW just stops (with no errors)
Replies: 11
Views: 10633

Re: EPW just stops (with no errors)

Dear Vahid,

Thank you for reporting it.

I had done that for some of the examples and tests but obviously forgot some ..

Its now corrected.

Best,

Samuel
by sponce
Tue Jun 07, 2016 2:46 pm
Forum: Running the code
Topic: Memory consumption Wannier representation of the EP-matrix
Replies: 1
Views: 3499

Re: Memory consumption Wannier representation of the EP-matr

Dear Paul, Thank you for reporting that bug. I have changed in wigner_seitz.f90 and wigner_sietz2.f90: nind = 20*nk1*nk3*nk3 into nind = 20*nk1*nk2*nk3 I have commit the debug to the trunk of QE and credited you for it. This will be include in the next official release (sept 2016). Best, Samuel
by sponce
Mon Jun 06, 2016 9:00 am
Forum: Running the code
Topic: Increase of accuracy
Replies: 14
Views: 13333

Re: Increase of accuracy

Dear Vahid,

Thank you for reporting this.

I personally found, for example, a 30% speedup just by going from Intel 12 to 13 (with similar compilation flags).

Bottom line is that, yes, compiler and external libraries do matter.
by sponce
Wed Jun 01, 2016 5:07 pm
Forum: Running the code
Topic: EPW just stops (with no errors)
Replies: 11
Views: 10633

Re: EPW just stops (with no errors)

Hi,

What is the error your are referring to in your last post?

The calculation stops after "Symmetries of crystal: 12" ?

Sam
by sponce
Mon May 30, 2016 5:06 pm
Forum: General discussion
Topic: Printing/plotting g coefficients (and: restarting a calc)
Replies: 11
Views: 14589

Re: Printing/plotting g coefficients (and: restarting a calc

Hi Giovanni,

Thank you again for reporting the outdir bug.

I have commit the debug to the trunk of QE.

One just need to add

Code: Select all

  USE io_files,      ONLY : prefix, tmp_dir

as well as

Code: Select all

    filint = trim(tmp_dir)//trim(prefix)//'.epmatwp1'

in ephwan2blochp.f90

Best,

Samuel
by sponce
Sun May 29, 2016 1:53 pm
Forum: Running the code
Topic: Electron self energy for GaN example
Replies: 14
Views: 12346

Re: Electron self energy for GaN example

Dear Derek, Thank you for reporting the issue and your extra testings. I will try to reproduce the NaN and debug. From my experience, impi is usually a bit faster than free alternatives like openmpi or mpich but somewhat more unstable. Currently EPW is tested the most with openmpi so you might look ...
by sponce
Sun May 29, 2016 1:46 pm
Forum: Running the code
Topic: Increase of accuracy
Replies: 14
Views: 13333

Re: Increase of accuracy

Dear Vahid, Carla will for sure reply to this question better than me but from what I understand in the paper, it means: - Ground-state properties are computed on a 6x6x6 k-grid. This means the scf cycle. - Response properties are computed using DFPT using a 4x4x4 q-grid. This means the nscf.in is p...