Toolkit Tutorial: Using Contrib


  1. Introduction
  2. Using "Contrib"
  3. SMILES - Molecule
  4. SMILES - Reaction
  5. SMARTS - Pattern
  6. SMIRKS - Transform

  1. Introduction
  2. In these exercises. you will build programs from freely available source code ("Contrib") and explore use of...

      ... SMILES molecules.
      ... SMILES reactions.
      ... SMARTS patterns.
      ... SMIRKS transforms.

  3. Using Contrib
  4. Let's begin by creating toolkit programs from freely available source code. "Contrib" software provides working examples of programs that are ready to go. To build "Contrib" software, do the following:

    This installs executables, header code, and library objects into:

    Let's execute the "Contrib" programs that demonstrate the concepts discussed in this tutorial.

  5. SMILES - Molecule
  6. Read in an ionized water molecule and show its cononical form.

    Count atoms and show molecular formula.

    Count rings and show the "smallest set of smallest rings" and number of ring systems.

  7. SMILES - Reaction
  8. Read in an ionized water molecule and show its cononical form.

    Count atoms and show molecular formula.

    Count rings and show the "smallest set of smallest rings" and number of ring systems.

  9. SMARTS - Pattern
  10. SMIRKS - Transform

Next Section: Programming


Michael A. Kappler
Last modified: Wed Jun 9 11:16:52 MDT 2004