<div dir="ltr">Dear CP2K users and developers,<br><br>I am trying to reproduce the results of the paper J. Chem. Phys. 140, 104105 (2014).<br><br>I found some problems in the calculation of the ET coupling element (I am using the Becke restraint). <br>In fact in the output file I found:<br><font size="4"><b><br>Diabatic electronic coupling matrix element(mHartree):      ************ </b></font><br><br>I have started with two acetylene molecules in a box and I would like to investigate the hole transfer among them <br>(here I attach my input file).<br><br>I was wondering: <b>"is my input correct?"</b>. <br><br>I have also another question: <br>If I leave the <b>COEFF</b> at the default value, does this mean that all the atoms in the selection of the restraint<br>"contribute" in the same way? <br><br><br>Thank you very much.<br><br>Best Regards,<br><br><br>Marta<br><br><br>&FORCE_EVAL<br>  &PROPERTIES<br>   &ET_COUPLING<br>     &BECKE_RESTRAINT_A<br>       TARGET 1<br>       FUNCTIONAL_FORM RESTRAINT<br>       TYPE_OF_DENSITY FULL<br>       ATOMS 7 8 2 3<br>     &END<br>     &BECKE_RESTRAINT_B<br>       TARGET 1<br>       FUNCTIONAL_FORM RESTRAINT<br>       TYPE_OF_DENSITY FULL<br>       ATOMS 1 4 5 6<br>     &END<br>     TYPE_OF_CONSTRAINT BECKE<br>    &END ET_COUPLING<br>  &END PROPERTIES<br>  METHOD QS<br>  &DFT<br>    BASIS_SET_FILE_NAME BASIS_MOLOPT<br>    POTENTIAL_FILE_NAME GTH_POTENTIALS<br>    &MGRID<br>       CUTOFF 400<br>    &END MGRID<br>    CHARGE +1<br>    &QS<br>      EPS_DEFAULT 1.0E-12<br>      WF_INTERPOLATION ASPC<br>      EXTRAPOLATION_ORDER 3<br>    &END QS<br>    &SCF<br>      SCF_GUESS RESTART<br>      &OT ON<br>        MINIMIZER CG<br>      &END OT<br>      MAX_SCF 40<br>      EPS_SCF 1.0E-6<br>      &OUTER_SCF<br>        MAX_SCF 5<br>        EPS_SCF 1.0E-6<br>      &END<br>      &PRINT<br>        &RESTART ON<br>        &END<br>      &END<br>    &END SCF<br>    UKS<br>    &XC<br>      &XC_FUNCTIONAL PBE<br>      &END XC_FUNCTIONAL<br>    &END XC<br>  &END DFT<br>  &SUBSYS<br>    &CELL<br>      ABC 10 10 10<br>    &END CELL<br>    &COORD<br>  C      0.000000    0.000000    0.000000<br>  C     -0.000000    5.000000    0.000000<br>  C      1.207000    5.000000   -0.000000<br>  C      1.207000    0.000000    0.000000<br>  H     -1.070700    0.000000   -0.000000<br>  H      2.277700    0.000000    0.000000<br>  H     -1.070700    5.000000    0.000000<br>  H      2.277700    5.000000   -0.000000<br>    &END COORD<br>    &KIND H<br>      BASIS_SET DZVP-MOLOPT-SR-GTH<br>      POTENTIAL GTH-PBE-q1<br>    &END KIND<br>    &KIND C<br>      BASIS_SET DZVP-MOLOPT-GTH<br>      POTENTIAL GTH-PBE-q4<br>    &END KIND<br>  &END SUBSYS<br>&END FORCE_EVAL<br>&GLOBAL<br> PROJECT acetylene<br> RUN_TYPE ENERGY<br> PRINT_LEVEL LOW <br>&END GLOBAL<br><br><br><br></div>