<div dir="ltr"><div><div><div><div>Dear Quantum Espresso Developers,<br><br></div>First of all let me thank you for putting together and releasing such an impressive and comprehensive software package.<br><br></div>Unfortunately I am getting a runtime error<br><br></div>At line 104 of file ef_shift.f90 (unit = 6, file = 'stdout')<br>Fortran runtime error: Expected REAL for item 3 in formatted transfer, got INTEGER<br>(5x,"Pert. #",i3,": Fermi energy shift (Ry) =", 2es15.4)<br>                                                                     ^<br><br></div>when I run ph.x and just after it begins the Self-consistent calculation step.<br><div><br><br></div><div>I checked online and found the same issue reported some time ago:<br></div><div><div><div><div><br><a title="Use CTRL + click or middle-click to open in a new tab">http://qe-forge.org/pipermail/pw_forum/2014-July/104840.html</a><br><br></div><div>But the fix was to use the latest version - I am using an even later version, 6.0 (on ubuntu linux), so that is no help.<br><br></div><div>The other suggestion in this link was to change variable def(3) to be complex, but my ef_shift.f90 in the PH folder reads<br><br>MODULE efermi_shift<br>  USE kinds, ONLY : DP<br>  COMPLEX(DP),SAVE,PUBLIC :: def(3)<br><br></div><div>so it looks to me like it already is complex. I also can't work out how to make edits to ef_shift.f90 then compile it into the code (it seems to overwrite the file with a downloaded or extracted one after I edit it), so I can't hack a solution myself. I have attached my input to ph.x and to the original pw.x call.<br><br></div><div>I would be extremely grateful for any assistance you can give me<br><br></div><div>Thank you<br><br></div><div>Matt Coak<br><br><br></div><div>University of Cambridge<br></div><div><br><br></div></div></div></div></div>