@property
    def atom_contacts(self):
        return self._get_filtered_sub(pos_count=self.positive.atom_contacts,
                                      neg_count=self.negative.atom_contacts,
                                      selection=self._all_atoms_intersect,