<div dir="ltr"><br><br>On Friday, July 18, 2014 1:29:12 PM UTC+2, 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 all,<br><br><br><br>Another question in the context of geometry optimisations, is there a way to output both the cell axis along with the current<br>geometry of the model? The xyz does not contain info about the cell axis, while I seem to be unable to analyse each<br>step of the optimiation if I set the format in the output to pdb. Is there a viewer which could show both (essentially showing the<br>individual structures during the geometry optimisation steps and the cell axis).<br></div></blockquote><div><br>I would try to output a dcd<br><br>&MOTION<br> <br>  ...<br><br>    &PRINT<br>        &TRAJECTORY<br>            FILENAME =traj.dcd<br>            FORMAT  DCD<br>            &EACH<br>                MD 10<br>            &END<br>        &END TRAJECTORY<br><br>&END MOTION<br><br>then <br>   vmd -f your_initial_config[.xyx|.pdb] traj.dcd<br>Finally, in the tk console:<br>   pbc box<br><br> </div><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr"><br>Your answers are much appreciated ....<br><br><br>Best<br><br><br>Tobias<br><br> <br> </div></blockquote></div>