<div dir="ltr"><div>Many thanks, Juerg, I know. I just was wondering whether implemented parametrisations for SCAN were</div><div>already present in cp2k. <br></div><div><br></div><div>Thanks again,</div><div>Giuseppe<br></div><div> <br> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 5, 2020 at 10:12 AM <<a href="mailto:hut...@chem.uzh.ch">hut...@chem.uzh.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi<br>
<br>
you need to use specific parameters for every functional.<br>
I would have a look here for new parameterisations:<br>
<br>
DOI: 10.1039/C7CP04913G <br>
<br>
regards<br>
<br>
Juerg Hutter<br>
--------------------------------------------------------------<br>
Juerg Hutter                         Phone : ++41 44 635 4491<br>
Institut für Chemie C                FAX   : ++41 44 635 6838<br>
Universität Zürich                   E-mail: <a href="mailto:hut...@chem.uzh.ch" target="_blank">hut...@chem.uzh.ch</a><br>
Winterthurerstrasse 190<br>
CH-8057 Zürich, Switzerland<br>
---------------------------------------------------------------<br>
<br>
-----<a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a> wrote: -----<br>
To: "cp2k" <<a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>><br>
From: "Giuseppe Cassone" <<a href="mailto:87ca...@gmail.com" target="_blank">87ca...@gmail.com</a>><br>
Sent by: <a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a><br>
Date: 02/05/2020 09:46AM<br>
Subject: [CP2K:12846] Unphysical behavior of water with SCAN XC + D3<br>
<br>
Dear all,<br>
<br>
I'm simulating the behavior of bulk liquid water with the SCAN XC functional in absence and in presence of different <br>
dispersion corrections. I'm using cp2k 6.1 with libxc 4.0.0. I've noticed that the behavior of water is completely<br>
not physical when I employ Grimme's D3 dispersion corrections with BJ damping by exploiting BLYP as a reference<br>
functional. Which reference functional can be used to treat D3 dispersion interactions in conjunction with the SCAN XC <br>
functional? Please find in the following the input file. <br>
<br>
Many thanks in advance, <br>
Giuseppe<br>
<br>
<br>
 &GLOBAL<br>
   PRINT_LEVEL LOW<br>
   PROJECT_NAME water<br>
   RUN_TYPE MD<br>
&END GLOBAL<br>
&FORCE_EVAL<br>
  METHOD QS<br>
  &DFT<br>
    CHARGE 0<br>
    BASIS_SET_FILE_NAME /home/kruse/Progs/cp2k/cp2k/data/GTH_BASIS_SETS<br>
    POTENTIAL_FILE_NAME /home/kruse/Progs/cp2k/cp2k/data/GTH_POTENTIALS<br>
    &MGRID<br>
      NGRIDS 5<br>
      CUTOFF 400<br>
      REL_CUTOFF 60<br>
    &END MGRID<br>
    &QS<br>
      METHOD GPW<br>
    &END QS<br>
    &SCF<br>
      EPS_SCF 5e-7<br>
      MAX_SCF 2000<br>
      &OT  T<br>
         ALGORITHM  IRAC<br>
!         MIXED_PRECISION  T<br>
         MINIMIZER  DIIS<br>
       &END OT<br>
      SCF_GUESS restart<br>
    &END SCF<br>
<br>
    &XC<br>
      DENSITY_CUTOFF 1.0e-9<br>
      DENSITY_SMOOTH_CUTOFF_RANGE 0<br>
      FUNCTIONAL_ROUTINE NEW<br>
<br>
 &XC_FUNCTIONAL<br>
        &LIBXC<br>
          FUNCTIONAL MGGA_X_SCAN<br>
        &END LIBXC<br>
        &LIBXC<br>
          FUNCTIONAL MGGA_C_SCAN<br>
        &END LIBXC<br>
      &END XC_FUNCTIONAL<br>
      &XC_GRID<br>
        XC_DERIV NN50_SMOOTH<br>
        XC_SMOOTH_RHO NONE<br>
      &END XC_GRID<br>
<br>
      &vdW_POTENTIAL<br>
         DISPERSION_FUNCTIONAL PAIR_POTENTIAL<br>
         &PAIR_POTENTIAL<br>
            TYPE DFTD3(BJ)<br>
            PARAMETER_FILE_NAME /home/kruse/Progs/cp2k/cp2k/data/dftd3.dat<br>
            REFERENCE_FUNCTIONAL BLYP<br>
         &END PAIR_POTENTIAL<br>
      &END vdW_POTENTIAL<br>
<br>
    &END XC<br>
  &END DFT<br>
<br>
  &SUBSYS<br>
  &CELL<br>
     ABC 15.8122 15.8122 15.8122<br>
      PERIODIC XYZ<br>
  &END<br>
  &TOPOLOGY<br>
     COORD_FILE_FORMAT XYZ<br>
     COORD_FILE_NAME <a href="http://conf_20ps.xyz" rel="noreferrer" target="_blank">conf_20ps.xyz</a><br>
 &END<br>
    &KIND H<br>
      BASIS_SET DZVP-GTH<br>
      POTENTIAL GTH-PADE-q1<br>
    &END<br>
    &KIND O<br>
      BASIS_SET DZVP-GTH<br>
      POTENTIAL GTH-PADE-q6<br>
    &END<br>
  &END SUBSYS<br>
&END<br>
&MOTION<br>
  &GEO_OPT<br>
    TYPE MINIMIZATION<br>
    OPTIMIZER lbfgs<br>
  &END GEO_OPT<br>
<br>
ENSEMBLE NVT<br>
   TEMPERATURE [K] 350<br>
   TIMESTEP [fs] 0.5<br>
   STEPS 20000<br>
&THERMOSTAT<br>
 TYPE CSVR<br>
  &CSVR<br>
   TIMECON 10<br>
  &END<br>
&END<br>
&END<br>
 &PRINT<br>
   &TRAJECTORY<br>
     &EACH<br>
       MD 2<br>
     &END EACH<br>
   &END TRAJECTORY<br>
   &VELOCITIES OFF<br>
   &END VELOCITIES<br>
   &FORCES OFF<br>
   &END FORCES<br>
   &RESTART<br>
     &EACH<br>
       MD 1<br>
     &END EACH<br>
   &END RESTART<br>
  &END PRINT<br>
&END MOTION<br>
<br>
<br>
<br>
  -- <br>
 You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
 To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k%2Bun...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>.<br>
 To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/7d45dd04-61f0-4d0b-bc16-b25d3cc7e685%40googlegroups.com" rel="noreferrer" target="_blank">https://groups.google.com/d/msgid/cp2k/7d45dd04-61f0-4d0b-bc16-b25d3cc7e685%40googlegroups.com</a>.<br>
<br>
<br>
-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k%2Bun...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/OF64ED57C6.4085698E-ONC1258505.0032537A-C1258505.0032915D%40lotus.uzh.ch" rel="noreferrer" target="_blank">https://groups.google.com/d/msgid/cp2k/OF64ED57C6.4085698E-ONC1258505.0032537A-C1258505.0032915D%40lotus.uzh.ch</a>.<br>
</blockquote></div>