<div dir="ltr"><div dir="ltr">Hi Travis,<div><br></div><div>Thanks for complete explanation. Currently I am using NVE for MD part in my system. I tried to use NPT but it doesn't work for my system. So I prefer to stick to NVE as it goes to the right direction. I am still struggling with water molecules moving out of the simulation box. I have enclosed my input file and final coordinates.</div><div>Would you please have a look and give me some advises to fix this problem?</div><div><br></div><div>Many thanks in advance</div><div>Farzaneh</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 8, 2019 at 5:22 PM Travis <<a href="mailto:polla...@gmail.com" target="_blank">polla...@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>Compile the code with your preferred Fortran compiler,<br></div><div><div style="background-color:rgb(250,250,250);border:1px solid rgb(187,187,187)"><code><div><span style="color:rgb(0,0,0)">gfortran dumpdcd</span><span style="color:rgb(102,102,0)">.</span><span style="color:rgb(0,0,0)">f90</span></div></code></div></div><div><br></div><div>Run code on a host of DCD files you want to merge, these would be coming from a long simulation that you broke up into smaller segments,<br></div><span style="color:rgb(0,0,0)"></span><div><div style="background-color:rgb(250,250,250);border:1px solid rgb(187,187,187)"><code><div><span style="color:rgb(102,102,0)">./</span><span style="color:rgb(0,0,0)">a</span><span style="color:rgb(102,102,0)">.</span><span style="color:rgb(0,0,136)">out</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(102,102,0)">-</span><span style="color:rgb(0,0,0)">xyz reference</span><span style="color:rgb(102,102,0)">.</span><span style="color:rgb(0,0,0)">xyz </span><span style="color:rgb(102,102,0)">-</span><span style="color:rgb(0,0,0)">pbc </span><span style="color:rgb(102,102,0)">-</span><span style="color:rgb(0,0,0)">of dcd </span><span style="color:rgb(102,102,0)">-</span><span style="color:rgb(0,0,0)">o full_foo_trajectory</span><span style="color:rgb(102,102,0)">.</span><span style="color:rgb(0,0,0)">dcd foo1</span><span style="color:rgb(102,102,0)">.</span><span style="color:rgb(0,0,0)">dcd foo2</span><span style="color:rgb(102,102,0)">.</span><span style="color:rgb(0,0,0)">dcd foo3</span><span style="color:rgb(102,102,0)">.</span><span style="color:rgb(0,0,0)">dcd </span><span style="color:rgb(102,102,0)">...</span><span style="color:rgb(0,0,0)"> fooN</span><span style="color:rgb(102,102,0)">.</span><span style="color:rgb(0,0,0)">dcd<br></span></div></code></div></div><div><br></div><div>You need a reference XYZ format file for determining atom name as DCD only contains lattice parameters and coordinates. The -pbc flag says to produce a wrapped trajectory, while leaving it off produces the unwrapped trajectory.<br><br>To wrap an XYZ trajectory requires TRAVIS (<a href="https://www.travis-analyzer.de/" target="_blank">https://www.travis-analyzer.de/</a>). In one of the advanced options, you can read the second line for each frame of the XYZ file as the lattice parameters in Angstroms and degrees. I give a more detailed explanation of it here, <a href="https://groups.google.com/forum/#!topic/cp2k/GNLdTcUZFUo" target="_blank">https://groups.google.com/forum/#!topic/cp2k/GNLdTcUZFUo</a> (for NPT). Alternatively, if you are comfortable with Python, you can use the Atomic Simulation Environment.</div><div><br></div><div>-T<br></div><br>On Tuesday, October 8, 2019 at 4:23:27 AM UTC-3, farzaneh sarrami wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thanks Travis,<div><br></div><div>Would you please explain in more details how can I use dumpdcd.f90 script in cp2k ? as I have same problem.</div><div><br></div><div>Best,</div><div>Farzaneh</div><br>On Monday, October 7, 2019 at 5:01:01 PM UTC+2, Travis wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>CP2K dumps unwrapped coordinates, so they are not imaged back into the box if they drift beyond. A simple way to get a wrapped trajectory is to dump DCD files during MD, then use the dumpdcd.f90 script in tools/ to dump a wrapped DCD (-pbc option). I don't recommend writing XYZ format trajectories for MD. Write DCD and convert. Way easier to strip info than to add it back in.<br></div><div><br></div><div>-T</div><div><br></div><br>On Monday, October 7, 2019 at 8:09:09 AM UTC-3, Harender Singh wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Dear all, <br></div><div>I am running AIMD simulation of some electrolyte at Li electrode. While the electrolyte molecules are staying within the simulation cell, the electrode atoms are moving out of the cell. <br></div><div>Is there any possible explanation for that?</div><div>Is there something wrong with my simulation setup? If yes, then how can I correct it?</div><div><br></div><div>Thanks for the help in advance. <br></div></div></blockquote></div></blockquote></div></blockquote></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/4b2a5d18-4e0d-43e4-8bd8-e2c906f92cfe%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank">https://groups.google.com/d/msgid/cp2k/4b2a5d18-4e0d-43e4-8bd8-e2c906f92cfe%40googlegroups.com</a>.<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><table style="max-width:600px;direction:ltr">
                        <tbody><tr><td> 
                         <table style="max-width:470px;padding-bottom:10px;margin-bottom:8px" border="0" cellspacing="0" cellpadding="0"> <tbody><tr> <td>  <table border="0" cellspacing="0" cellpadding="0" width="470" style="width:470px"> <tbody><tr valign="top"> <td style="text-align:initial;font-style:normal;font-variant-caps:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Arial;color:rgb(100,100,100);padding:0px 10px"> <div style="margin-bottom:5px;margin-top:0px"><b>Farzaneh Sarrami</b><br> <span>Post-doctoral Fellow</span> </div> <table style="width:470px;margin-top:5px" width="470" border="0" cellspacing="0" cellpadding="0"> <tbody><tr> <td style="color:rgb(141,141,141);font-size:12px"> <p style="margin:0px"> <a href="tel:Laboratory+of+Organic+Electronic" style="color:rgb(141,141,141);text-decoration:none;font-family:sans-serif" target="_blank">Laboratory of Organic Electronic</a> </p> </td> </tr> <tr> <td style="color:rgb(141,141,141);font-size:12px;font-family:sans-serif"> <span style="color:rgb(141,141,141);display:inline-block;font-family:sans-serif">Linköping University</span> </td> </tr> </tbody></table> <div style="margin-top:10px"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr style="padding-top:10px"></tr></tbody></table></div> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td></td></tr></tbody></table></td></tr></tbody></table>
                        <div href="http://WS_promo" style="width:auto;padding-top:2px;font-size:10px;border-top-width:1px;border-top-style:solid;border-top-color:rgb(238,238,238);margin-top:10px;display:table;direction:ltr;line-height:normal;border-spacing:initial">
        <div style="padding-top:2px">
                <a href="https://www.wisestamp.com/signature-in-email?utm_source=promotion&utm_medium=signature&utm_campaign=create_your_own" style="color:rgb(0,0,0);text-decoration:none" target="_blank">Create your own <span style="color:rgb(165,3,16)">email signature</span></a>
        </div>
</div>
                        
                
        </div>