<div dir="ltr"><div>Hi,</div><div>It seems to be the same problem that I had to face months ago. <br></div><div>I ran SOC-GGA calculations, and project without problem, but sumpdos crashed out. I was working with version 6.1. I read the .f90 files of projwfc and sumpdos programs, and I found a little I/O "error" in projwfc for SOC case. The first row printed in output files is: E (eV) .... <br></div><div>But for SOC cases prints: E(eV) ...</div><div>Without spacing between E and (eV), this was the format (fmf) reading error in the first line.</div><div><br></div><div>You can change the I/O setup in projwfc.f90 and recompile, or use the terminal option, to fix the output data:</div><div>sed -i -e 's/E(eV)/E (eV)/g' pdos.files</div><div><br></div><div>With this fix, the sumpdos program works fine to me...  It is a litle-big <span class="gmail-tlid-translation gmail-translation" lang="en"><span title="" class="gmail-">headache, I spent 2 weeks trying to find a solution.<br></span></span></div><div><span class="gmail-tlid-translation gmail-translation" lang="en"><span title="" class="gmail-">I hope this solve your problem.</span></span></div><div><span class="gmail-tlid-translation gmail-translation" lang="en"><span title="" class="gmail-"><br></span></span></div><div><span class="gmail-tlid-translation gmail-translation" lang="en"><span title="" class="gmail-">Regards - Lucas Lodeiro<br></span></span></div><div><span class="gmail-tlid-translation gmail-translation" lang="en"><span title="" class="gmail-"><br></span></span></div></div>