8 #include "py_pro_mean_square_displacement.h" 17 py::arg(
"without_drift_correction_") =
false)
19 "get_displacement2_array",
22 "get_mean_square_displacement",
void without_drift_correction(bool without_drift_correction_=true)
Disable to correct a drift of center of mass of the simulation system.
const ArrayXd & get_mean_square_displacement()
Get time series of the mean square displacement as a one-dimensional array. Each element of the array...
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
void set_dimension(bool include_x, bool include_y, bool include_z)
Specify dimensions to be considered. By default, the mean square displacement is computed in three di...
Processor analyzes data contained in one or more Generator objects.
void py_pro_mean_square_displacement(py::module &m)
Bind ProMeanSquareDisplacement class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
const ArrayXXd & get_displacement2_array()
Get computed time series of squared displacements from initial position for each target as a two-dime...