msd_shift¶
- mdcraft.analysis.transport.msd_shift(r_i: ndarray[float], r_j: ndarray[float] = None, /, axis: int = None, *, average: bool = True) ndarray[float][source]¶
Evaluates the mean squared displacements (MSD) or the analogous cross displacements (CD) of positions \(\mathbf{r}_i(t)\) and \(\mathbf{r}_j(t)\) using the Einstein relation.
See also
This function is an alias for
mdcraft.algorithm.correlation.msd_shift().