<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Helvetica, sans-serif; "><div><div><div>Dear, QE users</div><div><br></div><div>I have been struggling for a while to find out what's going on with q2r.x</div><div>The problem was that I could not get rid of the error messages below when doing q2r.x.</div><div><br></div><div>-------------------------------------------------</div><div>DCFT3 : 2538-2030</div><div><div>The transform length (ARG NO. 9) is not an allowed value. The next higher</div><div>allowed value is (2).</div></div><div><div>-------------------------------------------------</div></div><div><br></div><div>I've compiled QE-v5.0.1. on AIX6.1(parallel machine) with 'mpxlf' with ESSL routines.</div><div>So the 'q2r.x' calls 'cfft3d' and then the 'cfft3d' calls 'dcft3' in ESSL when performing FFT.</div><div><br></div><div>The problem is this.</div><div>The 'dcft3' in ESSL only accepts certain values of transforming length as shown in,</div><div><br></div><div><div>-------------------------------------------------</div></div><div><a href="http://publib.boulder.ibm.com/infocenter/clresctr/vxrx/index.jsp?topic=%2Fcom.ibm.cluster.essl.v5r1.essl100.doc%2Fam501_hscft3.htm">http://publib.boulder.ibm.com/infocenter/clresctr/vxrx/index.jsp?topic=%2Fcom.ibm.cluster.essl.v5r1.essl100.doc%2Fam501_hscft3.htm</a></div><div><div>-------------------------------------------------</div></div><div><br></div><div>so the FFT dimensions (nx, ny, nz), which is read from outputs by ph.x, should be the values in the table.</div><div>Otherwise, the 'dcft3' crashes.</div><div><br></div><div>The FFT dimensions (nx, ny, nz) in q2r.x are equivalent to the (nq1, nq2, nq3) in ph.x so that the Monkhorst-pack grid for ph.x should be limited by the values in the table when using the ESSL.</div><div><br></div><div>For example, the Monkhorst-pack grid (16x16x1) for q-points in the case of two-dimensional supercell, such as graphene, cannot be accepted by the 'dcft3' so we have to avoid using the nq3=1.</div><div>(For some reason, the 'dcft3' does not allow odd number of FFT dimensions..)</div><div><br></div><div>So here is a question.</div><div>I wonder if I can use the different Monkhorst-pack grid for pw.x and ph.x when calculating a phonon dispersion.</div><div>For example, can I use the (16x16x1) k-points for pw.x and (16x16x2) q-points for ph.x. in the case of graphene or some two dimensional supercell ?</div><div>I guess it should not be matter but I just want to be sure ..</div><div><br></div><div>Thank you.</div><div><br></div><div>Sincerely,</div><div><br></div><div><div><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">JISEOK KIM, Ph.D.</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">Postdoctoral Research Associate</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">Department of Materials Science and Engineering</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">University of Texas at Dallas</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">800 W. Campbell Rd. RL10</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">Richardson, TX 75080</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">(413)386-6285</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span></div></div></div></div></body></html>