<div dir="ltr">Hello,<br><br>I wanted to calculate the atomic energy of oxygen. I used the CP2K tutorial for GEO_OPT of H2O as an example to generate the input file.  What I noticed is that the energy calculation for atomic did not converge after 500 SCF steps if I did not use smearing. Would anyone be able to explain why this is? Because I thought for such a small atom smearing would not be necessary. The energy for atomic oxygen also converged when I used the OT method but I thought it best to use diagonalization to keep consistent with the input I use for calculations on my metal systems. <br>  <br>This is what I believe is the relevant part of the input form the calculation that converged. I indicated which lines were omitted from the calculation that did not coverge: <br>&FORCE_EVAL<br>  METHOD QS<br>  &DFT<br>    BASIS_SET_FILE_NAME BASIS_MOLOPT<br>    POTENTIAL_FILE_NAME GTH_POTENTIALS<br>    &MGRID<br>      CUTOFF 400<br>      REL_CUTOFF 60<br>      NGRIDS 4<br>    &END MGRID<br>    &QS<br>       EPS_DEFAULT 1.0E-14<br>       MAP_CONSISTENT<br>    &END QS<br>  &SCF<br>     SCF_GUESS  ATOMIC<br>     EPS_SCF 1.0E-7<br>     MAX_SCF 500<br>     ADDED_MOS  200                                       <b>Added MOS was omitted in the calculation that did not converge.</b> <br>     CHOLESKY INVERSE<br>     &SMEAR  ON<br>         METHOD FERMI_DIRAC<br>         ELECTRONIC_TEMPERATURE [K] 700     <b> This smear section was omitted in the calculation that did not converge. </b><br>     &END SMEAR<br>     &DIAGONALIZATION<br>          ALGORITHM STANDARD<br>     &END DIAGONALIZATION<br>     &MIXING<br>          METHOD BROYDEN_MIXING<br>          ALPHA   0.1<br>          BETA    1.5<br>          NBROYDEN  8<br>     &END MIXING<br>  &END SCF<br>    &XC<br>      &XC_FUNCTIONAL PBE<br>      &PBE<br>      PARAMETRIZATION REVPBE<br>      &END PBE<br>      &END XC_FUNCTIONAL<br>      &VDW_POTENTIAL<br>         DISPERSION_FUNCTIONAL PAIR_POTENTIAL<br>         &PAIR_POTENTIAL<br>           TYPE DFTD3<br>            REFERENCE_FUNCTIONAL PBE<br>            CALCULATE_C9_TERM .TRUE.<br>            PARAMETER_FILE_NAME dftd3.dat<br>            R_CUTOFF 15.0<br>            VERBOSE_OUTPUT .TRUE.<br>         &END PAIR_POTENTIAL<br>      &END vdw_POTENTIAL<br>    &END XC<br>UKS .TRUE.<br>MULTIPLICITY 3<br><br><br>Any help with this would be appreciated. <br>Thanks<br><br></div>