return a smooth (interpolated) path
usefull for making movies. Especially for min-ts-min pathways returned by DoubleEndedConnect.
path : list of arrays
the pathway to smooth
mindist : callable
function that returns the mindist distance between two structures dist, newcoords1, newcoords2 = mindist(coords1, coords2)
function that returns the mindist distance between two structures
dist, newcoords1, newcoords2 = mindist(coords1, coords2)
density : float, optional
how dense to do the smoothing.
interpolator : callable, optional
allows to specify a custom interpolation routine (e.g. for angle axis)
pele.landscape.database2graph
pele.landscape.LocalConnect
Enter search terms or a module, class or function name.