The continuous contact metric uses mdtraj.compute_contacts to prepare a trajectory, but the problem is that mdtraj function returns both the prepared trajectory and a list of the contacts used.
the prepare_trajectory method should ignore the index list, or at least only return the distances.
The continuous contact metric uses mdtraj.compute_contacts to prepare a trajectory, but the problem is that mdtraj function returns both the prepared trajectory and a list of the contacts used.
the prepare_trajectory method should ignore the index list, or at least only return the distances.
AtomPairs may have the same problem?