Search found 12 matches

by jqhuang
Mon Nov 13, 2023 2:55 pm
Forum: General discussion
Topic: malloc(): invalid size (unsorted)
Replies: 0
Views: 38588

malloc(): invalid size (unsorted)

Dear developers and users, I'm running latest version of EPW in qe-7.2 with PAW PPs and considering spin-orbit coupling. I have set "vdw_corr = 'dft-d'" in 'scf' and 'nscf'. The phonon calculation finishes smoothly and has no imaginary frequency. But the EPW code stops just after "Finished reading i...
by jqhuang
Thu Aug 31, 2023 4:56 pm
Forum: General discussion
Topic: weights do not add up to nqc1*nqc2*nqc3
Replies: 5
Views: 32098

Re: weights do not add up to nqc1*nqc2*nqc3

Dear Hitoshi, Thank you for the suggestion. In my practice, changing the threshold even to 0.01 still cannot get rid of the error message. Finally, I get through by setting use_ws = false just as you suggested. Anyway, use_ws = false is a workaround in such situations. By the way, the variable of "u...
by jqhuang
Wed Jun 14, 2023 10:49 pm
Forum: General discussion
Topic: weights do not add up to nqc1*nqc2*nqc3
Replies: 5
Views: 32098

Re: weights do not add up to nqc1*nqc2*nqc3

Dear Dr. Lee, Since there are not many solutions to this problem, is it possible to put this error message at the beginning of the calculation? It's really frustrating when it CRASH after a long time calculation of epbs, which I think is the most time-consuming part in the entire EPW. Sincerely, jqh...
by jqhuang
Mon Mar 06, 2023 3:48 pm
Forum: General discussion
Topic: weights do not add up to nqc1*nqc2*nqc3
Replies: 5
Views: 32098

weights do not add up to nqc1*nqc2*nqc3

Dear EPW developers, I run into a problem in graphene calculation with QE 7.1. The error occurs in routine wigner_seitzg, saying " weights do not add up to nqc1*nqc2*nqc3". The relevant code segment in subroutine wigner_seitzg is following: DO iw = 1, dims DO na = 1, dims2 tot = 0.d0 tot2 = 0.d0 DO ...
by jqhuang
Sat Aug 01, 2020 3:44 am
Forum: General discussion
Topic: results difference between epw5.1 and epw5.2
Replies: 3
Views: 3206

Re: results difference between epw5.1 and epw5.2

Dear H. Lee, Thanks for your detailed reply. I'm using the official EPW v5.2, not the more recent development version of EPW v5.2. As you suggest, I compare the subroutine of rgd_blk in rigid_epw.f90 in EPW v5.1 and that in EPW v5.2. Since I'm not very familiar with programming, here are two maybe s...
by jqhuang
Fri Jul 31, 2020 4:05 am
Forum: General discussion
Topic: results difference between epw5.1 and epw5.2
Replies: 3
Views: 3206

results difference between epw5.1 and epw5.2

Dear EPW developers, I run EPW5.2(qe6.5) and EPW5.1(qe6.4.1) with the completely same input files(scf.in, nscf.in, epw.in, phonon/save) to get the e-p vertex, but the phonon frequency of two versions in output files can be very different, up to ~7cm-1(~0.9meV)at some q points. Following is the epw.i...
by jqhuang
Thu Jul 16, 2020 3:39 am
Forum: General discussion
Topic: dyn and ifc format in the case of SOC
Replies: 2
Views: 2724

Re: dyn and ifc format in the case of SOC

Dear H. Lee, Thank you, sir, for your kindly reply. Yes. I checked the relevent post and the source code of io_epw.f90 and dynmat_asr.f90. Compared with old versions, QE6.5 added a subroutine "check_is_xml_file" to check either or not the file is formatted in xml. So the xml requirment is no longer ...
by jqhuang
Wed Jul 15, 2020 4:10 pm
Forum: General discussion
Topic: dyn and ifc format in the case of SOC
Replies: 2
Views: 2724

dyn and ifc format in the case of SOC

Dear EPW developers, Regarding lifc, the documentation says " In the case of SOC, the file must be named “ifc.q2r.xml” and be in xml format". In my SOC calculation, I didn't set the dynamical files to be in xml format by fildyn='dyn' (not fildyn='dyn.xml'), and the atomic force file is also not in t...
by jqhuang
Thu May 09, 2019 5:29 pm
Forum: Running the code
Topic: EPW stop near the end of calculation without any CRASH
Replies: 2
Views: 3539

EPW stop near the end of calculation without any CRASH

Dear all, i encounter an issue when i run the latest version EPW (i.e. QE6.4.1). That is, when i use nk= 14 14 1, nq = 7 7 1, and interpolate to nkf = 30 30 1, nqf = 30 30 1, the calculation run successfully. But when i use a denser nk = 18 18 1, q = 9 9 1, and keep the interpolation unchenged(nkf =...
by jqhuang
Fri Jan 25, 2019 6:29 am
Forum: Running the code
Topic: application called MPI_Abort(MPI_COMM_WORLD, 1) - process 7
Replies: 1
Views: 3289

application called MPI_Abort(MPI_COMM_WORLD, 1) - process 7

I compile QE-6.3 with intel2017+impi. When i run epw, i get the CRASH "Error in routine readwfc (20): error opening wfc file", and the logfile "application called MPI_Abort(MPI_COMM_WORLD, 1) - process 7". I have done several tests: (1) I can perform pw.x and ph.x successfully in...