<div dir="ltr"><div>Thank you for reporting this. It is already fixed in the current development version (and soon-to-be-released stable version)<br><br></div>Paolo<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 16, 2015 at 8:52 AM, hushujun <span dir="ltr"><<a href="mailto:hushujun@163.com" target="_blank">hushujun@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div>Dear QE developers:</div><div><br></div><div>When I calculate the pdos using projwfc.x, I get the following results in prefix.pdos_tot</div><div>---------------------------------------------------------</div><div># ik </div><div> E (eV) dosup(E) dosdw(E) pdosup(E) pdosdw(E)</div><div> 1 </div><div>-56.130 0.206E-02 0.206E-02 0.206E-02 0.206E-02</div><div> 1 </div><div>---------------------------------------------------------</div><div><br></div><div>I found the following format control lines in partialdos.90, like line 166:</div><div>---------------------------------------------------------</div><div> WRITE (4,'("# ik "), advance="NO"')</div><div><br></div><div>---------------------------------------------------------</div><div><br></div><div>When the code is compiled, the compiler told me:</div><div>---------------------------------------------------------</div><div>partialdos.f90(166): warning #8043: The extra characters in the format specification will be ignored. ['("# ik "), advance="NO"']</div><div> WRITE (4,'("# ik "), advance="NO"')</div><div>--------------------------------^</div><div>---------------------------------------------------------</div><div><br></div><div>So It seems that the ' is placed in the incorrect position.</div><div><br></div><div>When it is modifiled as:</div><div>---------------------------------------------------------</div><div>WRITE (4,'("# ik ")', advance="NO")</div><div><br></div><div>---------------------------------------------------------</div><div><br></div><div>The output prefix.pdos_tot seems correct:</div><div>---------------------------------------------------------</div><div># ik E (eV) dosup(E) dosdw(E) pdosup(E) pdosdw(E)</div><div> 1 -56.130 0.206E-02 0.206E-02 0.206E-02 0.206E-02</div><div>---------------------------------------------------------</div><div><br></div><div>What I use:</div><div>QE version: 5.2.1</div><div>Fortran compiler: Intel composer_xe_2015</div><div><br></div><div>Thanks for providing the QE package.</div><div><br></div><div>Regards</div><div><br></div><div>Shujun Hu</div></div><br><br><span title="neteasefooter"><p> </p></span><br>_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://pwscf.org/mailman/listinfo/pw_forum" rel="noreferrer" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><span><font color="#888888">Paolo Giannozzi, Dept. Chemistry&Physics&Environment,<br>
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br>
Phone <a href="tel:%2B39-0432-558216" value="+390432558216" target="_blank">+39-0432-558216</a>, fax <a href="tel:%2B39-0432-558222" value="+390432558222" target="_blank">+39-0432-558222</a></font></span></span></div></div></div></div>
</div>