Search found 22 matches

by jiachen
Thu Aug 31, 2017 5:11 pm
Forum: Running the code
Topic: Tutorial Pb with SOC produces no coupling
Replies: 2
Views: 3007

Re: Tutorial Pb with SOC produces no coupling

Dear Carla, Yes, I was using example files. For convenience, I copy the input file below. Appreciate your help. &inputepw prefix = 'pb', amass(1) = 207.2 outdir = './' elph = .true. kmaps = .false. epbwrite = .false. epbread = .false. epwwrite = .true. epwread = .false. nbndsub = 8 nbndskip = 10...
by jiachen
Tue Aug 29, 2017 6:40 pm
Forum: Running the code
Topic: Tutorial Pb with SOC produces no coupling
Replies: 2
Views: 3007

Tutorial Pb with SOC produces no coupling

Dear All, I am working on the tutorial of Pb with SOC. Electron and Phonon band structure calculations with SOC seems to be fine. But epw calculation produces a lambda which is basically zero. Also, the calculation without SOC can reproduce results on website. I would like to ask how can I diagnose ...
by jiachen
Sat Jun 17, 2017 3:34 am
Forum: General discussion
Topic: wannier90 in EPW
Replies: 3
Views: 4936

Re: wannier90 in EPW

I had similar issue before. I still don't know how it works, but I solved the problem by using -npool in the nscf calculation for epw, and then enforce the same -npool in epw calculation. I am not sure if it will work for you, but maybe worth a try...
by jiachen
Thu Jun 15, 2017 3:11 pm
Forum: Running the code
Topic: read dvscf error
Replies: 14
Views: 11301

Re: read dvscf error

Dear Sponce,

Yes, removing check works. Thank you very much for your attention.
by jiachen
Wed Jun 14, 2017 4:53 pm
Forum: Running the code
Topic: read dvscf error
Replies: 14
Views: 11301

Re: read dvscf error

Dear Sponce,

The issue with this change is that as long as statb(8) is negative, code always raise the error. So, how long mult_unit is doesn't really matter...
by jiachen
Wed Jun 14, 2017 2:26 am
Forum: Running the code
Topic: read dvscf error
Replies: 14
Views: 11301

Re: read dvscf error

Dear Sponce, I still hope that I can figure out this problem. So, I did some more tests. For one system, I found if ecutwfc is small, then the code runs fine; however, if it is large, I had this dvscf reading error. Then, I looked into the code raising the error: #if ! defined(__NAG) ios = fstat ( i...
by jiachen
Fri Jun 09, 2017 4:53 pm
Forum: Running the code
Topic: read dvscf error
Replies: 14
Views: 11301

Re: read dvscf error

thank you for your adivce.

size of dvscf file is 9842MB, is that something just impossible?
by jiachen
Thu Jun 08, 2017 4:08 pm
Forum: Running the code
Topic: read dvscf error
Replies: 14
Views: 11301

Re: read dvscf error

Dear Sponce,

Yes, dvscf files were generated by the same machine, and other epw calculations on the same machine are fine. I used simply configure - make, how should I use -bytrecl? BTW, the system I am having issue with is large, more than 100 atoms. Is that going to be a problem?
by jiachen
Wed Jun 07, 2017 3:58 pm
Forum: Running the code
Topic: read dvscf error
Replies: 14
Views: 11301

Re: read dvscf error

Dear Sponce, Thank you very much! If ecut here means ecutwfc, I am positive that I kept the same ecutwfc in pwscf calculations, phonon calculation after and the nscf calculation for epw after that. I checked data-file.xml to make sure. I noticed some difference in maximum number of G vectors, but ep...
by jiachen
Tue Jun 06, 2017 4:34 am
Forum: Running the code
Topic: read dvscf error
Replies: 14
Views: 11301

read dvscf error

Dear All, I had an error when reading dvscf file as following ===================================== from readdvscf : error # 80 ../phonon/save/prefix.dvscf_q1 too short, check ecut ====================================== I don't think ecut is an input variable, so I don't know what does check ecut me...