<div dir="ltr">Dear all, <br><br>I am trying to do a single point calculation of a zeolite Y structure using DFTB. <br>The DFT section of my input file is the following:<br><br>  &DFT<br>    CHARGE 0<br>    &QS<br>      METHOD DFTB<br>      &DFTB<br>        SELF_CONSISTENT T<br>        DO_EWALD        T<br>        DISPERSION      F<br>        &PARAMETER<br>          PARAM_FILE_PATH /<some_path>/dftb/parameters/matsci-0-3<br>          PARAM_FILE_NAME scc_parameter_Y<br>          UFF_FORCE_FIELD /<some_path>/dftb/parameters/scc/uff_table<br>        &END PARAMETER<br>      &END DFTB<br>    &END QS<br>    &SCF      <br>      MAX_SCF 40<br>      EPS_SCF 1.0E-7<br>      SCF_GUESS ATOMIC<br>      &OT<br>        MINIMIZER DIIS<br>        N_DIIS 7<br>        PRECONDITIONER FULL_SINGLE_INVERSE<br>      &END OT<br>      &OUTER_SCF<br>        EPS_SCF 1.0E-7<br>        MAX_SCF 10<br>      &END OUTER_SCF<br>    &end scf<br>    &poisson<br>      &ewald<br>        EWALD_TYPE SPME<br>        GMAX 25<br>      &end ewald<br>    &end poisson<br>  &END DFT<br><br>Right after starting, the calculation ends with the following error message:<br><br>*****************************************************************************<br> *** 13:36:25 ERRORL2 in cp_fm_cholesky:cp_fm_cholesky_decompose processor ***<br> *** 0  err=-300 condition FAILED at line 102                              ***<br> *****************************************************************************<br><br>The structure of the calculation has previously been optimized with the PBE-D functional, and I therefore doubt that a bad input geometry is the cause of the error. <br><br>I would appreciate suggestions on which parameters to change in order to make the calculation work. <br><br>Thanks in advance for your help. <br><br>Regards,<br>Torstein Fjermestad<br><br><br></div>