<div dir="ltr"><div><div><div><div>Dear all,<br><br></div>I am now calculating nscf of my system : CsPbI3 with Quantum Espresso 5.0.2 in Ubuntu 14.04. Normally I never had an error while running nscf calculation but recently I got this notifications: <br><br><div style="margin-left:40px">Error in routine potinit (1): starting and expected charges differ<br></div><br>FYI, the system has no total charge and I do not aim to change the charge too. There was a discussion found out on google that it may be due to the old version of compiler but this error only appeared in this CsPbI3 system while calculations of other systems were going well. Hence, I was thinking it is not a problem of compiler version. Besides, as I aim to compare the difference of smearing type, I also had run this calculation with 'mv' smearing but they both gave the same error message.<br><br></div><div>Could any body please comment and/or give a suggestion for this case?<br><br></div><div>Thank you very much in advance.<br><br></div><div>Best Regards,<br><br></div><div>Efi Dwi Indari<br></div><div>Research Assistant at Institut Teknologi Bandung, Indonesia<br><br></div>PS: Please kindly find below both the scf and nscf input files.<br><br></div>scf input file : <br><br>&control<br> pseudo_dir='/share/apps/espresso-5.0.2/pseudo/',<br> outdir='/home/efidwiindari/CsPI/',<br> prefix='CsPIgs'<br> wf_collect=.TRUE.<br> verbosity='high'<br>/<br>&system<br> ibrav=8,<br> a=10.458100043501,<br> b=4.80100001834430401,<br> c=17.776100068719696168,<br> nat=5,<br> ntyp=3,<br> ecutwfc= 40.0,<br> ecutrho= 320.0,<br> occupations='smearing',<br> smearing='mp',<br> degauss=0.01,<br> tot_charge=0.0,<br>/<br>&electrons<br> mixing_beta=0.4,<br>/<br>ATOMIC_SPECIES<br> Pb 207.20 Pb.pbe-dn-rrkjus_psl.0.2.2.UPF<br> Cs 132.91 Cs.pbe-mt_bw.UPF<br> I 126.90 I.pbe-n-rrkjus_psl.0.2.UPF<br>ATOMIC_POSITIONS crystal<br> Pb      0.000000000   0.000000000   0.000000000<br> Cs      0.500000000   0.500000000   0.500000000<br> I        0.500000000   0.000000000   0.000000000<br> I        0.000000000   0.500000000   0.000000000<br> I        0.000000000   0.000000000   0.500000000<br>K_POINTS automatic<br> 6 12 3 0 0 0<br><br></div>nscf input file: <br>                                                                       <br>&control<br> calculation='bands'<br> pseudo_dir='/share/apps/espresso-5.0.2/pseudo/',<br> outdir='/home/efidwiindari/CsPI/',<br> prefix='CsPIgs'<br> verbosity='high'<br> wf_collect=.TRUE.<br>/<br>&system<br> ibrav=8,<br> a=10.458100043501,<br> b=4.80100001834430401,<br> c=17.776100068719696168,<br> nat=5,<br> ntyp=3,<br> ecutwfc= 40.0,<br> ecutrho= 320.0,<br> occupations='smearing',<br> smearing='mp',<br> degauss=0.01,<br> nbnd=22,<br> tot_charge=0.0,<br>/<br>&electrons<br> mixing_beta=0.4,<br>/<br>&bands<br>/<br>ATOMIC_SPECIES<br> Pb 207.20 Pb.pbe-dn-rrkjus_psl.0.2.2.UPF<br> I 126.90 I.pbe-n-rrkjus_psl.0.2.UPF<br> Cs 132.91 Cs.pbe-mt_bw.UPF<br>ATOMIC_POSITIONS crystal<br> Pb     0.000000000   0.000000000   0.000000000<br> Cs     0.500000000   0.500000000   0.500000000<br> I        0.500000000   0.000000000   0.000000000<br> I        0.000000000   0.500000000   0.000000000<br> I        0.000000000   0.000000000   0.500000000<br>K_POINTS<br> 13<br> 0.0 0.0 0.0 1  !G<br> 0.5 0.0 0.0 2  !X<br> 0.5 0.5 0.0 3  !S<br> 0.0 0.5 0.0 4  !Y<br> 0.0 0.0 0.0 5  !G<br> 0.0 0.0 0.5 6  !Z<br> 0.5 0.0 0.5 7  !U<br> 0.5 0.5 0.5 8  !R<br> 0.0 0.5 0.5 9  !T<br> 0.0 0.0 0.5 10 !Z<br> 0.0 0.5 0.5 11 !T<br> 0.5 0.0 0.0 12 !X<br> 0.5 0.5 0.5 13 !R<br><br></div>