api
This module provides API functions for the mean square displacement (MSD) analysis.
Summary
Functions:
Calculates the mean square displacement (MSD) using a given input file. |
Reference
- msd(
- input_file: str,
- md_format: MDEngineFormat | str = MDEngineFormat.PQ,
Calculates the mean square displacement (MSD) using a given input file.
This is just a wrapper function combining the underlying classes and functions.
For more information on the input file keys please visit
msd_input_file_reader. For more information on the exact calculation of the MSD please visitMSD.- Parameters:
input_file (str) – The input file. For more information on the input file keys please visit
msd_input_file_reader.md_format (MDEngineFormat | str, optional) – the format of the input trajectory. Default is “PQ”. For more information on the supported formats please visit
MDEngineFormat.