Dear CP2K community,<div><br></div><div>I wanted to reproduce the TDDFPT results of a small system obtained with PBE0 with CP2K 4.1 and 9.1,<br>but I have seen that the TDDFPT input section has changed a lot and I do not manage to make it work to obtain the same results.<br><br>with CP2K 4.1 the simplest TDDFPT input I used to use is (see pbe0_41.inp/out):<br><br>  &TDDFPT<br>     NSTATES     3             <br>     MAX_ITER    2000             <br>     CONVERGENCE [eV] 1.0e-4    <br>     &MGRID<br>        CUTOFF 200  <br>     &END<br>  &END TDDFPT<br><br>This above does not work with the 9.1 version anymore.<br>The only way I have manage to make it work without failing is specifying the &XC subsection this way:<br><br>  &TDDFPT<br> <font color="#ff0000">    &XC<br>       &XC_FUNCTIONAL<br>          &PBE<br>            SCALE_X 0.75<br>            SCALE_C 1.0<br>          &END PBE<br>       &END XC_FUNCTIONAL<br>     &END XC</font><br>     NSTATES     3             <br>     MAX_ITER    2000             <br>     CONVERGENCE [eV] 1.0e-4    <br>     &MGRID<br>        CUTOFF 200  # separate cutoff for TDDFPT calc<br>     &END<br>  &END TDDFPT<br><br>It works but the TDDFPT results I obtained are very far from the ones I get with the older version. (see pbe0_91_XC.inp/out)</div><div><br>If I do not specify this &XC section it fails (see pbe0_91.inp/out, error "<i>derivatives bigger than 1 do not work correctly </i>")</div><div><br>If I specify the same &XC settings than for the Ground State including the &HF section, &vdW_POTENTIAL, etc it fails (see pbe0_91_XC_HF.inp/out, error "<i>ADMM is not implemented for a TDDFT kernel XC-functional which is different from the one used for the ground-state calculation. A ground-state 'admm_env' cannot be reused</i>.)</div><div><br>Does anyone know why this is happening and how to solve it?<br></div><div><br></div><div>Thanks a lot in advance,</div><div><br></div><div>Maria</div>

<p></p>

-- <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+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/a07282d7-2ccf-4847-9213-2ff78a3a09bdn%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/a07282d7-2ccf-4847-9213-2ff78a3a09bdn%40googlegroups.com</a>.<br />