<div dir="ltr">Hi,<br><br>Something that comes to mind is the inclusion of HF exchange in going from the PBE functional to the M06-2X functional. Since your input file parameters were not shown, I want to mention that you should probably include a &HF section in your input file (http://manual.cp2k.org/cp2k-2_5-branch/CP2K_INPUT/FORCE_EVAL/DFT/XC/HF.html) when using the M06-2X functional. If you need examples of the &HF section, I would look into the regtest files for sample inputs. I usually grep for the concepts of interest. For example, to get examples of the use of the &HF section, I would go into the QS directory:<br><br>cd /cp2k-2.5.1/tests/QS/<br><br>and then grep for &HF<br><br>grep -i '&HF' */*.inp<br><br>The grep will provide a list of files which make use of the &HF section.<br><br>Something like the following may be useful for specifying the HF exchange parameters in calculations that make use of HF exchange such as the M06-2X functional:<br> &XC<br>    FUNCTIONAL_ROUTINE NEW<br>    DENSITY_CUTOFF 1.0E-10<br>    GRADIENT_CUTOFF 1.0E-10<br>    TAU_CUTOFF 1.0E-10<br>    &HF<br>      PW_HFX_BLOCKSIZE 50<br>      &INTERACTION_POTENTIAL<br>        CUTOFF_RADIUS 3.0<br>        POTENTIAL_TYPE TRUNCATED<br>        T_C_G_DATA ./t_c_g.dat<br>      &END INTERACTION_POTENTIAL<br>      &MEMORY<br>        EPS_STORAGE_SCALING 1.0E-01<br>        MAX_DISK_SPACE YYYY<br>        MAX_MEMORY YYYY<br>        STORAGE_LOCATION ./STORAGE/<br>      &END MEMORY<br>      &PERIODIC<br>        NUMBER_OF_SHELLS -1<br>      &END PERIODIC<br>      &SCREENING<br>        EPS_SCHWARZ 1.0E-08<br>        EPS_SCHWARZ_FORCES 1.0E-06<br>        SCREEN_P_FORCES TRUE<br>      &END SCREENING<br>    &END HF<br>    &XC_FUNCTIONAL B3LYP<br>    &END XC_FUNCTIONAL<br>    &XC_GRID<br>      USE_FINER_GRID<br>      XC_DERIV SPLINE2_SMOOTH<br>      XC_SMOOTH_RHO NN10<br>    &END XC_GRID<br>  &END XC<br><br>Best regards,<br>Marco<br><br>On Sunday, April 13, 2014 2:33:23 PM UTC-4, Jingyun Ye wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Hi, all<div><br></div><div>I am trying to use M06-2X functional in CP2K (PBE potential)  to compare the binding energy of CO2  with Gaussian results( also use M06-2X functional, same basis sets). </div><div><br></div><div>But the calculation stops  at the SCF every time with the following information. But if I change the functional M06-2X to PBE, the job runs well. </div><div><br></div><div>Anyone know what's the problem? Any suggestion will be help. </div><div>Thanks very much.</div><div><br></div><div> </div><div><div> SCF WAVEFUNCTION OPTIMIZATION</div><div><br></div><div>  ------------------------------<wbr>----- OT ------------------------------<wbr>---------</div><div><br></div><div>  Allowing for rotations:  F</div><div>  Optimizing orbital energies:  F</div><div>  Minimizer      : CG                  : conjugate gradient</div><div>  Preconditioner : FULL_ALL            : diagonalization, state selective</div><div>  Precond_solver : DEFAULT</div><div>  Line search    : 2PNT                : 2 energies, one gradient</div><div>  stepsize       :    0.15000000</div><div>  energy_gap     :    0.00100000</div><div><br></div><div>  eps_taylor     :   0.10000E-15</div><div>  max_taylor     :             4</div><div><br></div><div>  mixed_precision    : F</div><div><br></div><div>  ------------------------------<wbr>----- OT ------------------------------<wbr>---------</div><div><br></div><div>  Step     Update method      Time    Convergence         Total energy    Change</div><div>  ------------------------------<wbr>------------------------------<wbr>------------------</div><div><br></div><div>  Trace(PS):                                  209.9999999999</div><div>  Electronic density on regular grids:                   NaN                 NaN</div><div>  Core density on regular grids:              210.0000000000        0.0000000000</div><div>  Total charge density on r-space grids:                 NaN</div><div>  Total charge density g-space grids:                    NaN</div></div><div><br></div></div></blockquote></div>