<div dir="ltr"><div>Hi,</div><div><br></div>try specifying the <a href="http://manual.cp2k.org/trunk/CP2K_INPUT.html" style="font-family: monospace; text-transform: uppercase;">CP2K_INPUT</a><span style="color: rgb(0, 0, 0); font-family: monospace; text-transform: uppercase;"> / </span><a href="http://manual.cp2k.org/trunk/CP2K_INPUT/MOTION.html" style="font-family: monospace; text-transform: uppercase;">MOTION</a><span style="color: rgb(0, 0, 0); font-family: monospace; text-transform: uppercase;"> / </span><a href="http://manual.cp2k.org/trunk/CP2K_INPUT/MOTION/GEO_OPT.html" style="font-family: monospace; text-transform: uppercase;">GEO_OPT</a><span style="color: rgb(0, 0, 0); font-family: monospace; text-transform: uppercase;"> / </span><a href="http://manual.cp2k.org/trunk/CP2K_INPUT/MOTION/GEO_OPT/TRANSITION_STATE.html" style="font-family: monospace; text-transform: uppercase;">TRANSITION_STATE</a><span style="color: rgb(0, 0, 0); font-family: monospace; text-transform: uppercase;"> / </span><a href="http://manual.cp2k.org/trunk/CP2K_INPUT/MOTION/GEO_OPT/TRANSITION_STATE/DIMER.html" style="font-family: monospace; text-transform: uppercase;">DIMER</a><span style="color: rgb(0, 0, 0); font-family: monospace; text-transform: uppercase;"> / </span><a href="http://manual.cp2k.org/trunk/CP2K_INPUT/MOTION/GEO_OPT/TRANSITION_STATE/DIMER/DIMER_VECTOR.html" style="font-family: monospace; text-transform: uppercase;">DIMER_VECTOR</a> section. You can take a vector from one of the minima to your TS guess,  (i.e. it will be a 3N vector) or from one of the NEB images to the TS. Maybe the imaginary frequency eigenvector would be best if you have it. That should make it much more likely the dimer goes uphill to the TS.<div><br></div><div>It is probably a good idea to experiment with a small system / cheaper Hamiltonian too.</div><div><br></div><div>Matt<br><br>On Tuesday, September 8, 2015 at 11:11:49 AM UTC+1, Tobias Kraemer wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Dear SL,<br><br><br>thanks for clarification. The calculation did work now, however, the outcome was somewhat unexpected. The structure converged to a minimum, although I asked<br>for a transition state optimisation. To be clear, the input geometry is very close to a good transition state (it comes from a CI-NEB calculation). The vibrational analysis revealed a prominent imaginary mode which corresponds to the desired reaction channel. A second, much smaller (10s cm-1) imagrinary mode was found, which involved a small rotation of a group in the side chain. I want to get rid of this mode, and to this end, I displaced the structure along the smaller imaginary mode (using the scaled displacement vector from the vibrational analysis). I was hoping that with such a good guess of the TS structure, it should be straightforward to converge to the desired TS (with only one large imaginary mode). The fact that the structure fell back into a minimum suggests to me, that I have done something wrong. I have uploaded the input along with the starting structure and the trajectory of the optimisation [note the structure is quite large, the reaction happens at centre Rh(277)]. <br><br>I am particularly keen to learn which parameters I may have to change, or if I am even providing the right input structure. From the test examples in CP2K distribution it appears to me that providing one structure is suffcient (these test cases ran without a problem, however, they are very small systems).<br><br>At this stage it would be crucial for me to work out the protocols for running these type of calculations, since there are are number of TSs along a complex pathway which I need to locate. I presume that the present case won't be the only tricky TS which will need re-optimisation. As a note aside, a constrained optimisation on the same system yielded the desired TS, but this is only possible in cases, where the change in geometry does not affect the core structure of the reaction coordinate to large extend. I have dealt with situations in the meantime, where this method does not work, and I would be relying on the dimer method.<br><br>Thanks for your comments, much appreciated<br><br><br>Cheers  <br><br><br>Tobias<br>  <br><br><br><br><br>On Tuesday, September 1, 2015 at 5:11:13 PM UTC+1, Tobias Kraemer wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<br><br><br>I am trying to re-optimise a transition state structure which has a spurious (small) imaginary mode on top of the large imaginary mode which corresponds to the transition state. I've also tested doing a constrained optimisation fixing selected atoms involved in the transition state, which also worked in this particular case. Howeve, I would also like to try our the dimer method for the purpose of re-optimising a transition state structure. To this end, I have composed an input, however, the job crashes and I keep getting an error message about certain line Search type not being implemented (looks quite obvious from the message). However, I can't seem to find what I need to change to make it work. Your advice would be much appreciated. The motion section can be found below, full input file also uploaded. <br><br>Any ideas on how to correctly set up a calculation using the dimer method are welcome<br><br><br>Thanks for your help<br><br>Tobias<br><br><br> *****************************<wbr>******************************<wbr>*************<br> *** 16:48:48 ERRORL2 in cg_utils:cg_linmin processor 0  :: err=-1000 ***<br> *** UNIMPLEMENTED, Line Search type not yet implemented in CG for TS ***<br> *** search.                       <wbr>                              <wbr>     ***<br> *****************************<wbr>******************************<wbr>*************<br><br><br> ===== Routine Calling Stack =====<br><br>           10 cg_linmin<br>            9 cp_cg_main<br>            8 geoopt_cg<br>            7 cp_rot_opt<br>            6 cp_eval_at_ts<br>            5 cp_eval_at<br>            4 cp_cg_main<br>            3 geoopt_cg<br>            2 cp_geo_opt<br>            1 CP2K<br><br><br><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>       &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></div></blockquote></div></blockquote></div></div>