Show how to score a number of ligand conformations loaded from a file against a protein loaded from a pdb.
16 for l
in ligands.get_children():
21 for pa
in protein_atoms:
22 for la
in ligand_atoms:
26 score+= ps.evaluate((pa, la),
None)
27 print "score for ", l.get_name(),
"is", score