<div dir="ltr">Hi,<br><br>You are seeing the error because the selected default XC functional for <a href="https://manual.cp2k.org/trunk/CP2K_INPUT/FORCE_EVAL/DFT/AUXILIARY_DENSITY_MATRIX_METHOD.html#list_EXCH_CORRECTION_FUNC">the ADMM correction</a> is not compatible with the HFX potential type MIX_CL. The default ADMM correction currently supports only the following potential types: COULOUMB, TRUNCATED and SHORT. You can bypass the problem by setting <big class="uctt">EXCH_CORRECTION_FUNC </big>to e.g. BECKE88X. <br><br>Couple of notes:<br><ul><li>Your system is periodic and you should switch to a truncated potential with a reasonable cutoff radius (i.e. MIX_CL_TRUNC). I have no idea whether this makes sense with wB97X.</li><li>ADMM has not been validated for wB97X and you need to carefully test the method before proceeding.<br></li><li>Without seeing what your actual system is, do you need standard diagonalization or could you use OT? <br></li></ul><p><br></p><p>- Nico<br></p><br><br><br>keskiviikko 21. maaliskuuta 2018 7.27.21 UTC+2 huy pham kirjoitti:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Dear All,<br><br>I am trying to run the single point energy calculation using wB97X(-rV) functional. However I got an error and I don't know how to deal with it:<br> *****************************<wbr>******************************<wbr>********************<br> *   ___                           <wbr>                              <wbr>              *<br> *  /   \                             <wbr>                              <wbr>           *<br> * [ABORT]                       <wbr>                              <wbr>                *<br> *  \___/                         <wbr>                              <wbr>               *<br> *    |                             <wbr>                              <wbr>             *<br> *  O/|                           <wbr>                              <wbr>               *<br> * /| |                             <wbr>                              <wbr>             *<br> * / \                             <wbr>                       hfx_admm_utils.F:695 *<br> *****************************<wbr>******************************<wbr>********************<br><br><br> ===== Routine Calling Stack ===== <br><br>            8 hfx_admm_init<br>            7 qs_ks_build_kohn_sham_matrix<br>            6 rebuild_ks_matrix<br>            5 qs_ks_update_qs_env<br>            4 scf_env_do_scf_inner_loop<br>            3 scf_env_do_scf<br>            2 qs_energies<br>            1 CP2K<br><br>Probably the error is for the initialization with Auxiliary Density Matrix Methods. I tried to change different ADMM_PURIFICATION_METHOD but it doesn't help.<br>Could you please give me any suggestion on what I should change in the input file?<br><br>Thanks,<br>Huy<br><br>Please see the input below (only for wB97X)<br><br>&FORCE_EVAL<br>  METHOD Quickstep<br>  &DFT<br>    BASIS_SET_FILE_NAME BASIS_MOLOPT <br>    BASIS_SET_FILE_NAME BASIS_ADMM <br>    BASIS_SET_FILE_NAME BASIS_ADMM_MOLOPT<br>    POTENTIAL_FILE_NAME GTH_POTENTIALS <br><br>    &MGRID<br>      CUTOFF 600<br>    &END MGRID<br><br>    &QS<br>      EPS_DEFAULT 1.0E-13<br>      EXTRAPOLATION ASPC <br>      EXTRAPOLATION_ORDER 2<br>    &END QS<br>   <br>    &AUXILIARY_DENSITY_MATRIX_<wbr>METHOD<br>      ADMM_PURIFICATION_METHOD CAUCHY<br>    &END<br><br>    &SCF <br>       SCF_GUESS  RESTART <br>       EPS_SCF 3.0E-7 <br>       MAX_SCF 500 <br>       ADDED_MOS 500 <br>       CHOLESKY INVERSE <br>       &SMEAR  ON <br>         METHOD FERMI_DIRAC <br>         ELECTRONIC_TEMPERATURE [K] 300 <br>       &END SMEAR <br>       &DIAGONALIZATION <br>          ALGORITHM STANDARD <br>       &END DIAGONALIZATION<br>       &MIXING <br>           METHOD  DIRECT_P_MIXING<br>           ALPHA   0.3 <br>           BETA    1.5 <br>           NBROYDEN  16 <br>       &END <br><br>     &END SCF <br><br>   &XC   <br>     &XC_FUNCTIONAL<br>        &BECKE97<br>            PARAMETRIZATION  wB97X-V<br>            SCALE_X 1.0<br>            SCALE_C 1.0<br>        &END <br>     &END XC_FUNCTIONAL<br>      &HF<br>        &SCREENING<br>          EPS_SCHWARZ 1.0E-7<br>          SCREEN_ON_INITIAL_P TRUE<br>        &END<br>        &MEMORY<br>          MAX_MEMORY 10000<br>          EPS_STORAGE_SCALING 0.1<br>        &END<br>        &INTERACTION_POTENTIAL<br>          OMEGA 0.3<br>          SCALE_LONGRANGE 0.833<br>          SCALE_COULOMB 0.167<br>          POTENTIAL_TYPE MIX_CL<br>          CUTOFF_RADIUS 6.0<br>          T_C_G_DATA t_c_g.dat<br>        &END<br>        FRACTION 0.167<br>      &END<br><br>    &END XC<br>  &END DFT<br><br>  &SUBSYS<br>    &CELL<br>      ABC 12.3250085893  12.3250085893  25.0<br>      ALPHA_BETA_GAMMA 90.0 90.0 120.0<br>    &END CELL<br><br>    &TOPOLOGY<br>      COORD_FILE_NAME <a href="http://file.xyz" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Ffile.xyz\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGS77vRHNT7ic6aWqPQk3xOX9NhHQ';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Ffile.xyz\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGS77vRHNT7ic6aWqPQk3xOX9NhHQ';return true;">file.xyz</a><br>      COORD_FILE_FORMAT XYZ<br>    &END<br><br>    &KIND O<br>      BASIS_SET DZVP-MOLOPT-GTH<br>      AUX_FIT_BASIS_SET  FIT3<br>      POTENTIAL GTH-PBE-q6 <br>    &END KIND<br><br>    &KIND H<br>      BASIS_SET DZVP-MOLOPT-GTH<br>      AUX_FIT_BASIS_SET  FIT3<br>      POTENTIAL GTH-PBE-q1<br>    &END KIND<br>    &KIND C<br>      BASIS_SET DZVP-MOLOPT-GTH<br>      AUX_FIT_BASIS_SET  FIT3<br>      POTENTIAL GTH-PBE-q4<br>    &END KIND<br><br>  &END SUBSYS<br>&END FORCE_EVAL<br><br>&GLOBAL<br>  PROJECT WG<br>  RUN_TYPE ENERGY <br>  PRINT_LEVEL medium <br>&END GLOBAL<br><br><br></div></blockquote></div>