9 #ifndef PRO_RADIAL_DISTRIBUTION_FUNCTION_WITH_DEFORMATION_H 10 #define PRO_RADIAL_DISTRIBUTION_FUNCTION_WITH_DEFORMATION_H 142 const int index)
override;
151 virtual void prepare()
override;
167 virtual void finish()
override;
This file has a definition of ProRadialDistributionFunction class, which is a subclass of Processor c...
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
ProRadialDistributionFunction computes radial distribution function (RDF).
Eigen::Array< double, Eigen::Dynamic, 1 > ArrayXd
ArrayXd is an alias for a column array of float numbers.
std::unordered_map< T, U > Map
Map is an alias for unordered map (same as dict in Python).