<div dir="ltr">Hi, Geng. How do you use the simulated annealing? Could you send me some input files. THANKS!<div><br></div><div>      Jing<br><br>在 2015年7月23日星期四 UTC-7上午12:57:38,Jano...@googlemail.com写道:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Dear Geng,<div><br>It can be done by using the EXT_RESTART option and some simple input files.</div><div><br></div><div>template: simple input file with EXT_RESTART from projectname-1.restart, restarting everything, and annealing parameter:<br></div><div>ANNEALING ${PAR}<br></div><div><br></div><div>Then, you can also use the SET and INCLUDE commands in three different inputs:<br></div><div><br></div><div>heating.inp:</div><div><div>@SET PAR 1.000001 #check the number for your needs</div><div>@INCLUDE ./template</div></div><div><br></div><div>const.inp</div><div><div><div>@SET PAR 1.000000</div><div>@INCLUDE ./template</div></div></div><div><br></div><div>cooling.inp:<br></div><div><div><div>@SET PAR 0.999999 #check the number for your needs</div><div>@INCLUDE ./template</div></div></div><div><br></div><div>then you simply write a script:</div><div>#! /usr/bin/bash</div><div><br></div><div>for i in {1..99999}; do  #again adjust to your needs</div><div>  cp2k.popt const.inp >>out</div><div>  cp2k.popt heating.inp >>out<br></div><div>  cp2k.popt const.inp >>out<br></div><div>  cp2k.popt cooling.inp >>out<br></div><div>done</div><div><br></div><div>You can set different simulation times by the SET command as well...</div><div>If you want, you can set different project names for different temperatures as well, so you can have the different temperature structures in different xyz files. And it is also a good idea to set the temperature by @SET for the input files.<br></div><div><br></div><div>HTH,<br><br>Janos</div><div><br></div><div><br></div><div>On Tuesday, July 14, 2015 at 10:28:37 AM UTC+2, Geng Sun wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello CP2K users <div><br></div><div>      Could anyone give me some hints that how to do fix cell simulated annealing to find the stable structures in CP2K ?</div><div><br></div><div><br></div><div>Thanks in advance !</div></div></blockquote></div></div></blockquote></div></div>