analysis.msd
A package containing classes and functions to handle mean square displacement (MSD) analyses.
Classes
MSDA class to calculate mean square displacements.
MSDDiffusionFitA container for the result of a linear diffusion fit.
MSDInputFileReaderA class to read MSD setups from input files.
MSDDataWriterA class to write MSD data to output files.
MSDLogWriterA class to write log files.
Functions
msd()A function to calculate MSDs from an input file.
Submodules
Summary
__all__ Exceptions:
Exception raised if something goes wrong during the MSD setup or calculation. |
|
Warning raised if something goes wrong during the MSD setup or calculation. |
__all__ Classes:
A class for calculating the mean square displacement (MSD) of a target selection using multiple simultaneously active time origins. |
|
Class for writing the data of an |
|
A container for the result of a linear diffusion fit of an MSD component. |
|
A class to read input files to setup the |
|
Class for writing the log (setup parameters) of an |
__all__ Functions:
Calculates the mean square displacement (MSD) using a given input file. |