@property
    def atom_contacts(self):
        """Atoms pairs mapped to fraction of trajectory with that contact"""
        return ContactCount(collections.Counter({
            item[0]: float(item[1])/self.n_frames