Pointed out by @jacoblumpkins, compute_dynamic_rdf is a slow python implementation of what compute_rdf_t and compute_distances_t does in MDTraj.
My guess is that compute_dynamic_rdf was an early attempt at implementing the van hove function. If this is correct, I think we can go ahead and remove this function from the package.
Pointed out by @jacoblumpkins,
compute_dynamic_rdf
is a slow python implementation of whatcompute_rdf_t
andcompute_distances_t
does in MDTraj.My guess is that
compute_dynamic_rdf
was an early attempt at implementing the van hove function. If this is correct, I think we can go ahead and remove this function from the package.