<div dir="ltr">Dear CP2K Developers and Users,<br><br> I just tried out the latest implementation of time-dependent density functional perturbation theory (TDDFPT) in CP2K, and found some serious inconsistencies on the calculated excitation energy. <br><br> I tested the TDDFPT2 on an isolated water (H2O) molecule using the attached input file. Interestingly, the calculated excitation energy of 10.075 eV is much much greater than the HOMO-LUMO gap of 9.137 eV, even though the transition is dominated (>99.9%) by the electron transfer from HOMO to LUMO. <br><br> It seems to me that the diagonal terms of the TDDFPT response matrix are not appropriately assigned, leading to the apparent inconsistency. Perhaps, the subroutine "tddfpt_init_by_energy_diff" in qs_tddfpt2_methods.F should be fixed to yield correct orbital energy gap. <br><br> Please correct me if my understanding is wrong.<br><br> Thanks.<br><br>Hanning<br><br><br>        &FORCE_EVAL<br> METHOD QS<br> &PROPERTIES<br>   &TDDFPT<br>    NSTATES     1<br>    MAX_ITER   100<br>    MAX_KV 10<br>    CONVERGENCE [eV] 1.0E-3<br>    &DIPOLE_MOMENTS<br>     DIPOLE_FORM LENGTH<br>    &END DIPOLE_MOMENTS<br>    &MGRID<br>     COMMENSURATE<br>     CUTOFF 50<br>    &END MGRID<br>   &END TDDFPT<br> &END PROPERTIES<br> &DFT<br>   BASIS_SET_FILE_NAME BASIS_SET<br>   POTENTIAL_FILE_NAME POTENTIAL<br>   &MGRID<br>     COMMENSURATE<br>     CUTOFF 50<br>   &END MGRID<br>   &POISSON<br>    PERIODIC NONE<br>    POISSON WAVELET<br>   &END POISSON<br>   &SCF<br>     SCF_GUESS ATOMIC<br>   &END SCF<br>   &XC<br>     &XC_FUNCTIONAL PBE<br>     &END XC_FUNCTIONAL<br>     &XC_GRID<br>       XC_DERIV SPLINE2_SMOOTH<br>     &END XC_GRID<br>   &END XC<br> &END DFT<br> &SUBSYS<br>   &CELL<br>     ABC 6.0 6.0 6.0<br>     PERIODIC NONE<br>   &END CELL<br>   &COORD<br>  O    3.000000    3.000000    3.000000   H2O1<br>  H    3.000000    3.000000    4.000000   H2O1<br>  H    3.942809    3.000000    2.666667   H2O1<br>   &END COORD<br>   &KIND H<br>     BASIS_SET SZV-GTH<br>     POTENTIAL GTH-PADE-q1<br>   &END KIND<br>   &KIND O<br>     BASIS_SET SZV-GTH<br>     POTENTIAL GTH-PADE-q6<br>   &END KIND<br>   &TOPOLOGY<br>   &END TOPOLOGY<br> &END SUBSYS<br>&END FORCE_EVAL<br>&GLOBAL<br> PROJECT WATER<br> PRINT_LEVEL MEDIUM<br> RUN_TYPE ENERGY<br>&END GLOBAL<br></div>