| 
  | clash_iterator(struc1,
        atoms1=None,
        struc2=None,
        atoms2=None,
        allowable_overlap=0.4)
   |  |  Iterate through all steric clashes between two groups of atoms 
    Parameters:
        struc1(schrodinger.structure.Structure) - The first structure to examineatoms1(list) - A list of atom numbers forstruc1.  If given, only 
          the specified atoms will be examined.  If not given, all atoms ofstruc1will be used.struc1(schrodinger.structure.Structure) - The second structure to examine.  If not givenstruc1will be usedatoms2(list) - A list of atom numbers forstruc2.  If given, only 
          the specified atoms will be examined.  If not given, all atoms ofstruc2will be used.allowable_overlap(float) - Steric clashes smaller than this will be ignored. The default 
          (0.4 A) is a reasonable value when examining protein- protein 
          interactions.Returns: generatorA generator that iterates through steric clashes.  Each iteration
          will yield a tuple of:
           |