MaxDistanceProvider¶
- class pylimer_tools_cpp.MaxDistanceProvider¶
Bases:
pybind11_objectA generic implementation of a class, that shall provide a maximum distance for the MC sampling.
Methods Summary
get_max_distance(self, N)Get the maximum distance for a given N.
Methods Documentation
- get_max_distance(self: pylimer_tools_cpp.MaxDistanceProvider, N: SupportsFloat) float¶
Get the maximum distance for a given N.
- Parameters:
N – Number of segments.
- Returns:
Maximum distance for sampling.