<div dir="ltr"><div>Not sure I understand: is the problem a missing check? there is a check in setup.f90:</div><div><br></div><div>  !</div>  ! ... Check: if there is an odd number of electrons, the crystal is a metal<br>  !<br>  IF ( lscf .AND. ABS( NINT( nelec / 2.D0 ) - nelec / 2.D0 ) > eps8 &<br>            .AND. .NOT. lgauss .AND. .NOT. ltetra .AND. .NOT. tfixed_occ ) &<br><div>      CALL infomsg( 'setup', 'the system is metallic, specify occupations' )</div><div><br></div><div>that issues a message (there is one in your output). It doesn't stop the run, likely because there might be legitimate cases (a spin-polarized calculation with fixed magnetization of one spin for instance should work) <br></div><div><br></div><div>Paolo<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 9, 2019 at 11:40 AM Antoine Jay <<a href="mailto:ajay@laas.fr">ajay@laas.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear developers,<br>I have been able to do an scf calculation with an odd number (2045) of electrons but I forget to ask for a smearing on QE_6.4.1.<br><br>and of course I received the WARNING: integrated charge=  2043.99995431, expected=  2045.00000000<br><br>I think a condition is missing somewhere.<br><br>Thanks for all you do<br><br>Antoine Jay<br>LAAS-CNRS, Toulouse, France
_______________________________________________<br>
developers mailing list<br>
<a href="mailto:developers@lists.quantum-espresso.org" target="_blank">developers@lists.quantum-espresso.org</a><br>
<a href="https://lists.quantum-espresso.org/mailman/listinfo/developers" rel="noreferrer" target="_blank">https://lists.quantum-espresso.org/mailman/listinfo/developers</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,<br>Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br>Phone +39-0432-558216, fax +39-0432-558222<br><br></div></div></div></div></div>