<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class="">Dear Nam,</div>
<div class=""><br class="">
</div>
<div class="">My understanding is that the trajectory as printed in VASP’s XDATCAR is folded or wrapped. As you can see in msd.f90,:</div>
<div class=""><br class="">
</div>
<div class="">write(6,*) 'Name of unwrapped xyz file’</div>
<div class=""><br class="">
</div>
<div class="">So the input file should be unwrapped. In other words, you have to first unwrap the coordinates in XDATCAR. Then you can use msd.f90.</div>
<div class=""><br class="">
</div>
<div class="">To unwrap the coordinates, there are other codes on that website such as unwrap_PBC.f90.</div>
<div class=""><br class="">
</div>
<div class="">Cheers,</div>
<div class=""><br class="">
</div>
<div class="">Vahid</div>
<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 30, 2017, at 9:25 PM, Nam Tran <<a href="mailto:vnt981@uowmail.edu.au" class="">vnt981@uowmail.edu.au</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" dir="ltr" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif;" class="">
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Dear Vahid</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">I don't know whether VASP folds back atoms in their output or not. If they do then the msd.f90 you recommended is not accurate. Because the code simply calculate the distance between two position</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class="">dRx = Rx(j) - Rx0(j) </span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class="">dRy = Ry(j) - Ry0(j) </span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class="">dRz = Rz(j) - Rz0(j) </span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class="">sum_msd = sum_msd + (dRx**2 + dRy**2 + dRz**2)</span><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class=""><br class="">
</span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">One thing is that I tried to create a .axsf file using cppx. And the atoms seem to be not folded back. Can someone confirm me that?</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Best Regards,</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">Nam Tran</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class=""><br class="">
</span></div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class=""><br class="">
</span></div>
</div>
<hr tabindex="-1" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline-block; width: 1076.03125px;" class="">
<span style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class=""></span>
<div id="divRplyFwdMsg" dir="ltr" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<font face="Calibri, sans-serif" style="font-size: 11pt;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span><a href="mailto:pw_forum-bounces@pwscf.org" class="">pw_forum-bounces@pwscf.org</a> <<a href="mailto:pw_forum-bounces@pwscf.org" class="">pw_forum-bounces@pwscf.org</a>>
 on behalf of Vahid Askarpour <<a href="mailto:vh261281@dal.ca" class="">vh261281@dal.ca</a>><br class="">
<b class="">Sent:</b><span class="Apple-converted-space"> </span>Monday, October 30, 2017 11:00:01 PM<br class="">
<b class="">To:</b><span class="Apple-converted-space"> </span>PWSCF Forum<br class="">
<b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Pw_forum] How to calculate Mean Square Displacement (MSD)</font>
<div class=""> </div>
</div>
<div style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
There is a collection of fortran codes (for VASP mainly but can easily be adapted) for processing simulation output including MSD calculation and the treatment of periodic images. They can be found at <a href="https://github.com/boates" class="">https://github.com/boates</a> under
 the Physics repository (see msd.f90).
<div class=""><br class="">
</div>
<div class="">Cheers,</div>
<div class=""><br class="">
</div>
<div class="">Vahid</div>
<div class=""><br class="">
</div>
<div class="">Vahid Askarpour<br class="">
Department of Physics and Atmospheric Science<br class="">
Dalhousie University,<br class="">
Halifax, NS, Canada<br class="">
<br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 30, 2017, at 4:29 AM, Nam Tran <<a href="mailto:vnt981@uowmail.edu.au" class="">vnt981@uowmail.edu.au</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" dir="ltr" class="" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 12pt; font-family: Calibri, Helvetica, sans-serif;">
<div class="" style="margin-top: 0px; margin-bottom: 0px;">Dear QE experts,</div>
<div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class="">
</div>
<div class="" style="margin-top: 0px; margin-bottom: 0px;">I am trying to evaluate MSD for my simulation.</div>
<div class="" style="margin-top: 0px; margin-bottom: 0px;">My problem is that when an atom exits the simulation cell. </div>
<div class="" style="margin-top: 0px; margin-bottom: 0px;">I do not know whether I should consider the distance with atom that goes about outside the box (a) or its image (b). Please check the image below (Blue is the original position t=0, red is the position
 at time t)</div>
<div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class="">
</div>
<div class="" style="margin-top: 0px; margin-bottom: 0px;"><span id="cid:eb89eef8-985a-4e94-b8fb-1e770ba0adec" class=""><Screenshot from 2017-10-30 14-53-57.png></span><br class="">
Best Regards</div>
<div class="" style="margin-top: 0px; margin-bottom: 0px;">Nam Tran</div>
</div>
<span class="" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">_______________________________________________</span><br class="" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<span class="" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">Pw_forum
 mailing list</span><br class="" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<a href="mailto:Pw_forum@pwscf.org" class="" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Pw_forum@pwscf.org</a><br class="" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<a href="http://pwscf.org/mailman/listinfo/pw_forum" class="" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">http://pwscf.org/mailman/listinfo/pw_forum</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
<span style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Pw_forum
 mailing list</span><br style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="mailto:Pw_forum@pwscf.org" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Pw_forum@pwscf.org</a><br style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="http://pwscf.org/mailman/listinfo/pw_forum" style="font-family: Helvetica; font-size: 24px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">http://pwscf.org/mailman/listinfo/pw_forum</a></div>
</blockquote>
</div>
<br class="">
</body>
</html>