<div dir="ltr"><div><div>Hi,</div><div><br></div><div>I can confirm that OT works well with alumina. Settings that I typically use (in MD) are<br></div><div>        &SCF</div><div>            SCF_GUESS RESTART</div><div>            EPS_SCF 1.0E-6</div><div>            MAX_SCF 30<br></div><div>            &OT<br></div><div>                MINIMIZER DIIS</div><div>                ALGORITHM IRAC</div><div>                ENERGY_GAP 0.5<br></div><div>                PRECONDITIONER FULL_SINGLE_INVERSE</div><div>            &END OT</div><div>            &OUTER_SCF</div><div>                MAX_SCF 20</div><div>                EPS_SCF 1.0E-6</div><div>            &END OUTER_SCF</div><div>        &END SCF</div><div><br></div><div>IRAC is much faster than CG, but apparently not always reliable. I haven't noticed any problems so far though.</div><div>If you have more than a few dozen atoms, I recommend FULL_SINGLE_INVERSE over FULL_ALL with a relatiely large ENERGY_GAP (~0.5).</div><div><br></div></div><div>OT is not necessarily faster than diagonalization, it just scales better with number of atoms. Without knowing more about your systems it's difficult to tell what's happening.</div><div><br></div><div>Best,</div><div>Fabian<br></div><br>On Saturday, 15 February 2020 14:58:56 UTC+1, MD Simulation  wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Does anyone know if the OT method could be used for aluminum oxide (Al2O3)?  It seemed a bit slow when I tried it compared to using SMEAR.<div><br></div><div>Here's my two SCF solving routines, the OT method is slow, ~9s per SCF iteration, while the SMEAR method is ~3s per SCF iteration.  Thanks for the help.</div><div><br></div><div>#### OT</div><div><div>        &SCF</div><div>            SCF_GUESS ATOMIC</div><div>            EPS_SCF 1.0E-8</div><div>            MAX_SCF 200</div><div>            &OT ON</div><div>                MINIMIZER DIIS</div><div>                PRECONDITIONER FULL_SINGLE_INVERSE</div><div>            &END OT</div><div>            &OUTER_SCF</div><div>                MAX_SCF 10</div><div>                EPS_SCF 1.0E-8</div><div>            &END OUTER_SCF</div><div>        &END SCF</div></div><div>####</div><div><br></div><div>#### Fast SMEAR</div><div><div>        &SCF</div><div>            SCF_GUESS ATOMIC</div><div>            EPS_SCF 1.0E-8</div><div>            MAX_SCF 200</div><div>            ADDED_MOS 10</div><div>            &DIAGONALIZATION ON</div><div>                ALGORITHM STANDARD</div><div>            &END DIAGONALIZATION</div><div>            &MIXING  .TRUE.</div><div>                METHOD BROYDEN_MIXING</div><div>                ALPHA 0.4</div><div>                NBROYDEN 8</div><div>            &END MIXING</div><div>            &SMEAR ON</div><div>                METHOD FERMI_DIRAC</div><div>                ELECTRONIC_TEMPERATURE [K] 300.0</div><div>            &END SMEAR</div><div>        &END SCF</div></div><div>####</div></div></blockquote></div>