msd_fft¶
- mdhelper.analysis.transport.msd_fft(*args, **kwargs) ndarray[float] [source]¶
Calculates the mean squared displacement (MSD) or the analogous cross displacement (CD) using fast Fourier transforms (FFT).
Note
This is an alias function. For more information, see
mdhelper.algorithm.correlation.msd_fft()
.