<div dir="ltr"><div>Is there a particular reason why you want to perform a calculations with a very low ELECTRONIC temperature?</div><div>In case you need a low "lattice temperature", you have to perform an optimization, GEO_OPT or CELL_OPT. This is different from ELECTRONIC_TEMPERATURE.</div><div><br></div><div>If you really want a low ELECTRONIC_TEMPERATURE:<br></div><div>This is notoriously difficult with diagonalization based methods. You can try to set SCF_GUESS RESTART and successively lower ELECTRONIC_TEMPERATURE until you reach the desired value.</div><div><br></div><div>A better option is to use OT:</div><div>    &QS<br>      EPS_DEFAULT 1.0E-12<br>    &END QS<br>    &SCF<br>      SCF_GUESS RESTART<br>      EPS_SCF 1.0E-6<br>      MAX_SCF 30<br>      &OT<br>        PRECONDITIONER FULL_SINGLE_INVERSE<br>        ENERGY_GAP 0.2<br>        MINIMIZER DIIS<br>      &END OT<br>      &OUTER_SCF<br>         EPS_SCF 1.0E-6<br>         MAX_SCF 10<br>      &END OUTER_SCF<br>    &END SCF</div><div><br></div><div>Fabian<br></div></div>