More PyDaylight



  >>> pattern = Smarts.compile("ccO")
  >>> matches = pattern.match(mol)
  >>> print len(matches)
  2
  >>>
PyDaylight also supports
  • reactions and transformations
  • database searches, including
    • similarity, substructure, and superstructure
  • clopg
  • ...
 
.