<div dir="ltr"><div class="gmail_default" style="font-size:small"><div class="gmail_default">Hello everyone,</div><div class="gmail_default"><br></div><div class="gmail_default">I have a question about  the unit of active particles (massive and cosmological). In the user-guide, the equation shown in the part "Cosmological variable-timestep leapfrog" shows that "A= -2 *  a_dot / a", where a is the scale factor. </div><div class="gmail_default"><br></div><div class="gmail_default">I copy the source code below (from the file "pt_advancLeapfrog_cosmos.F90"), </div><div class="gmail_default"><br></div><div class="gmail_default">  alpha    = 2*Hubble/sOld * sqrt(OmegaM/sOld-OmegaCurv+OmegaL*sOld**2)</div><div class="gmail_default">  dotalpha = 2*Hubble**2 * (-3*OmegaM + 2*OmegaCurv*sOld)/sOld**3</div><div class="gmail_default"><br></div><div class="gmail_default">1. there is a "sign" difference between the equation in the user-guide and the code.</div><div class="gmail_default">2. there seems an additional factor of 2 in dotalpha. It should be "dotalpha = Hubble**2 * (-3*OmegaM + 2*OmegaCurv*sOld)/sOld**3". Am I correct?</div><div class="gmail_default"><br></div><div class="gmail_default">Thank you for your time!</div><div class="gmail_default"><br></div><div class="gmail_default">Best regards,</div><div class="gmail_default">Congyao</div><div class="gmail_default"><br></div></div></div>