<div dir="ltr">Dear Matt,<br><br><br>thanks for the quick reply. I was thinking along similar lines, since I was wondering how the optimiser would know which direction to follow (for other quantum chemical codes you would have to provide force constants in one way or other). Now, having not used this keyword in CP2K before, could you be a bit more specific about the format? According to the manual, one would explicitly specify the dimer vector in this input section, i.e. ideally I would use the imaginary mode for this.I simply copy this from the _frequenxies.mol output file (the one I have specified to read with molden). Hence the section would look like this:<br><br>&MOTION<br>  &GEO_OPT<br>    TYPE TRANSITION_STATE<br>     &TRANSITION_STATE<br>       METHOD DIMER<br>        &DIMER<br>        &ROT_OPT<br>          OPTIMIZER CG<br>        &END ROT_OPT<br>        &DIMER_VECTOR<br>            -0.000030      -0.000001      -0.000005<br>             0.000019       0.000008       0.000023<br>            -0.000008      -0.000017      -0.000007<br>         <remaining lines><br>        &END DIMER_VECTOR<br>       &END DIMER<br>     &END TRANSITION_STATE<br>    OPTIMIZER CG<br>    MAX_FORCE 8.0E-4<br>    MAX_ITER 500<br>  &END GEO_OPT<br>  &PRINT<br>     &TRAJECTORY<br>      &EACH<br>         GEO_OPT 1<br>      &END EACH<br>    &END TRAJECTORY<br>  &END<br>&END MOTION<br><br>  <br>Tobias<br></div>