<div dir="ltr"><span style="color:rgb(0,0,255)">Dear CP2K folk,<br><br>I have two questions about employing the &HF flag for a relatively large system.<br><br>My system consists of a single molecule made up by 70 atoms. I am using the large basis of TZV2PX-MOLOPT-GTH-qx and the PBE0 functional with vdW correction. This is how I wrote the functional flag <br><br>##############################<wbr>########################<br>    &XC<br>      &XC_FUNCTIONAL<br>&PBE<br>SCALE_X 0.75<br>SCALE_C 1.0<br>&END<br>      &END XC_FUNCTIONAL<br>      &XC_GRID<br>            XC_DERIV SPLINE2<br>      &END<br>      &VDW_POTENTIAL<br>        POTENTIAL_TYPE PAIR_POTENTIAL<br>        &PAIR_POTENTIAL<br>          TYPE DFTD3<br>          PARAMETER_FILE_NAME ./dftd3.dat<br>          REFERENCE_FUNCTIONAL PBE0                        <wbr>                              <wbr><br>        &END PAIR_POTENTIAL<br>      &END VDW_POTENTIAL<br>&HF<br>FRACTION 0.25<br>&MEMORY<br>MAX_MEMORY 512<br>EPS_STORAGE_SCALING 1.0E-1<br>&END MEMORY<br>&SCREENING<br>EPS_SCHWARZ 1.0E-8<br>&END SCREENING<br>&END HF<br>    &END XC<br>##############################<wbr>########################<br><br><br>The questions are:<br>)<br>1- I tested the functional on a small system of 3 atoms and that was done within hours. However, for the large system of 70 atoms the calculations took ages (and were finally interrupted due to resource limits). The questions is: Is this a normal calculation period for HF? Are there CP2K options that I can use to speed up the calculations?<br><br>2- When I checked what was printed out in the log file I found the following message:<br><br> *** 22:23:54 WARNING in hfx_types:hfx_create_neighbor_<wbr>cells :: Periodic   ***<br> *** Hartree Fock calculation requested without use of a truncated or      ***<br> *** shortrange potential. This may lead to unphysical total energies. Use ***<br> *** a truncated  potential to avoid possible problems. hfx_types.F line   ***<br> *** 1411                          <wbr>                              <wbr>          ***<br><br>Since this is a single molecule (in a very large box), can I safely ignore the warning?<br><br><br>Thanks,<br>ER</span><br></div>