<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Depth-First: Tag binol</title>
    <link>http://depth-first.com/articles/tag/binol</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Walking the Web of Chemical Informatics</description>
    <item>
      <title>Can Your Cheminformatics Tool Do This?</title>
      <description>&lt;p&gt;&lt;a href="http://dx.doi.org/10.1021/ol071276f"&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20071002/binol.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 02 Oct 2007 10:10:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:6a257c65-0081-485d-b624-5aa282ba0e66</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2007/10/02/can-your-cheminformatics-tool-do-this</link>
      <category>Tools</category>
      <category>axialchirality</category>
      <category>flexmol</category>
      <category>binol</category>
    </item>
    <item>
      <title>A Molecular Language for Modern Chemistry: FlexMol and Axial Chirality</title>
      <description>&lt;p&gt;A &lt;a href="http://depth-first.com/articles/2007/01/08/the-axial-chirality-problem"&gt;recent article&lt;/a&gt; introduced FlexMol as a molecular language with the unique capability of encoding axial chirality. &lt;a href="http://depth-first.com/articles/2007/01/02/a-molecular-language-for-modern-chemistry-flexmol-and-alkene-geometrical-isomerism"&gt;A previous article&lt;/a&gt; showed how E/Z geometrical isomerism is encoded with FlexMol. Using the popular chiral reagent and ligand 1,1'-bi-2-naphthol (BINOL) as an example, this tutorial will illustrate in detail how axial chirality is encoded in FlexMol.&lt;/p&gt;

&lt;h4&gt;Configuration or Conformation?&lt;/h4&gt;

&lt;p&gt;In contrast to configurational stereoisomers, conformational stereoisomers can be interconverted through bond rotations. So we'll need to use a &lt;tt&gt;conformationWheel&lt;/tt&gt; to represent stereochemistry in BINOL - &lt;a href="http://depth-first.com/articles/2007/01/02/a-molecular-language-for-modern-chemistry-flexmol-and-alkene-geometrical-isomerism"&gt;just as we did with 2-butene&lt;/a&gt;. For more rigorous definitions of these concepts, see the original &lt;a href="http://dx.doi.org/10.1021/ci00027a001"&gt;specification by Dietz&lt;/a&gt;.&lt;/p&gt;

&lt;h4&gt;(&lt;em&gt;R&lt;/em&gt;)-BINOL&lt;/h4&gt;

&lt;p&gt;A FlexMol representation and associated atom numbering scheme (&lt;em&gt;R&lt;/em&gt;)-BINOL are show below:&lt;/p&gt;

&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_default "&gt;&amp;lt;!-- (R)-BINOL --&amp;gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; standalone=&amp;quot;yes&amp;quot;?&amp;gt;

&amp;lt;molecule&amp;gt;
  &amp;lt;constitution&amp;gt;
    &amp;lt;atoms&amp;gt;
      &amp;lt;atom id=&amp;quot;C0&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;0&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C1&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;0&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C2&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C3&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C4&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C5&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C6&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C7&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C8&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;0&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C9&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;0&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C10&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;0&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C11&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;0&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C12&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C13&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C14&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C15&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C16&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C17&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C18&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;0&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;C19&amp;quot; symbol=&amp;quot;C&amp;quot; hydrogens=&amp;quot;0&amp;quot; ionization=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;O20&amp;quot; symbol=&amp;quot;O&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
      &amp;lt;atom id=&amp;quot;O22&amp;quot; symbol=&amp;quot;O&amp;quot; hydrogens=&amp;quot;1&amp;quot; ionization=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/atom&amp;gt;
    &amp;lt;/atoms&amp;gt;
    &amp;lt;bonding&amp;gt;
      &amp;lt;bond source=&amp;quot;C0&amp;quot; target=&amp;quot;C1&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C1&amp;quot; target=&amp;quot;C2&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C2&amp;quot; target=&amp;quot;C3&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C3&amp;quot; target=&amp;quot;C4&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C4&amp;quot; target=&amp;quot;C5&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C0&amp;quot; target=&amp;quot;C5&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C0&amp;quot; target=&amp;quot;C6&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C6&amp;quot; target=&amp;quot;C7&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C7&amp;quot; target=&amp;quot;C8&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C8&amp;quot; target=&amp;quot;C9&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C9&amp;quot; target=&amp;quot;C1&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bondingSystem bondingElectrons=&amp;quot;10&amp;quot;&amp;gt;
        &amp;lt;connections&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C0&amp;quot; target=&amp;quot;C1&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C1&amp;quot; target=&amp;quot;C2&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C2&amp;quot; target=&amp;quot;C3&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C3&amp;quot; target=&amp;quot;C4&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C4&amp;quot; target=&amp;quot;C5&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C0&amp;quot; target=&amp;quot;C5&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C0&amp;quot; target=&amp;quot;C6&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C6&amp;quot; target=&amp;quot;C7&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C7&amp;quot; target=&amp;quot;C8&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C8&amp;quot; target=&amp;quot;C9&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C9&amp;quot; target=&amp;quot;C1&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
        &amp;lt;/connections&amp;gt;
      &amp;lt;/bondingSystem&amp;gt;
      &amp;lt;bond source=&amp;quot;C10&amp;quot; target=&amp;quot;C11&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C11&amp;quot; target=&amp;quot;C12&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C12&amp;quot; target=&amp;quot;C13&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C13&amp;quot; target=&amp;quot;C14&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C14&amp;quot; target=&amp;quot;C15&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C10&amp;quot; target=&amp;quot;C15&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C10&amp;quot; target=&amp;quot;C16&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C16&amp;quot; target=&amp;quot;C17&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C17&amp;quot; target=&amp;quot;C18&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C18&amp;quot; target=&amp;quot;C19&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C19&amp;quot; target=&amp;quot;C11&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bondingSystem bondingElectrons=&amp;quot;10&amp;quot;&amp;gt;
        &amp;lt;connections&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C10&amp;quot; target=&amp;quot;C11&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C11&amp;quot; target=&amp;quot;C12&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C12&amp;quot; target=&amp;quot;C13&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C13&amp;quot; target=&amp;quot;C14&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C14&amp;quot; target=&amp;quot;C15&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C10&amp;quot; target=&amp;quot;C15&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C10&amp;quot; target=&amp;quot;C16&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C16&amp;quot; target=&amp;quot;C17&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C17&amp;quot; target=&amp;quot;C18&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C18&amp;quot; target=&amp;quot;C19&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C19&amp;quot; target=&amp;quot;C11&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
        &amp;lt;/connections&amp;gt;
      &amp;lt;/bondingSystem&amp;gt;
      &amp;lt;bond source=&amp;quot;C9&amp;quot; target=&amp;quot;C19&amp;quot; bondingElectrons=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C8&amp;quot; target=&amp;quot;O20&amp;quot; bondingElectron=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
      &amp;lt;bond source=&amp;quot;C18&amp;quot; target=&amp;quot;O21&amp;quot; bondingElectron=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;/bond&amp;gt;
    &amp;lt;/bonding&amp;gt;
  &amp;lt;/constitution&amp;gt;
  &amp;lt;conformation&amp;gt;
    &amp;lt;conformationWheel&amp;gt;
      &amp;lt;gammaSequence source=&amp;quot;C19&amp;quot; target=&amp;quot;C9&amp;quot;&amp;gt;
        &amp;lt;connections&amp;gt;
          &amp;lt;atomPair source=&amp;quot;C9&amp;quot; target=&amp;quot;C19&amp;quot;&amp;gt;&amp;lt;/atomPair&amp;gt;
        &amp;lt;/connections&amp;gt;
      &amp;lt;/gammaSequence&amp;gt;
      &amp;lt;halfPlane&amp;gt;
        &amp;lt;lower atom=&amp;quot;C11&amp;quot;&amp;gt;&amp;lt;/lower&amp;gt;
      &amp;lt;/halfPlane&amp;gt;
      &amp;lt;halfPlane&amp;gt;
        &amp;lt;upper atom=&amp;quot;C1&amp;quot;&amp;gt;&amp;lt;/upper&amp;gt;
      &amp;lt;/halfPlane&amp;gt;
      &amp;lt;halfPlane&amp;gt;
        &amp;lt;lower atom=&amp;quot;C18&amp;quot;&amp;gt;&amp;lt;/lower&amp;gt;
      &amp;lt;/halfPlane&amp;gt;
      &amp;lt;halfPlane&amp;gt;
        &amp;lt;upper atom=&amp;quot;C8&amp;quot;&amp;gt;&amp;lt;/upper&amp;gt;
      &amp;lt;/halfPlane&amp;gt;
    &amp;lt;/conformationWheel&amp;gt;
  &amp;lt;/conformation&amp;gt;
&amp;lt;/molecule&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20070109/r_binol.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;We've elected to represent BINOL's two pi-systems as ten-atom, ten-electron &lt;tt&gt;bondingSystems&lt;/tt&gt;. We could have just as easily represented each naphthalene ring using alternating single/double &lt;tt&gt;bonds&lt;/tt&gt; containing two and four electrons, respectively. For an explanation of multi-atom pi-system bonding in FlexMol, see &lt;a href="http://depth-first.com/articles/2006/12/20/a-molecular-language-for-modern-chemistry-getting-started-with-flexmol"&gt;this article&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The stereochemically-relevant part of this document is contained within the &lt;tt&gt;conformation&lt;/tt&gt; element. A &lt;tt&gt;gammaSequence&lt;/tt&gt;, or conformational axis, is defined along with four non-empty &lt;tt&gt;halfPlanes&lt;/tt&gt;. Notice how the basic structure of this &lt;tt&gt;conformation&lt;/tt&gt; element closely resembles &lt;a href="http://depth-first.com/articles/2007/01/02/a-molecular-language-for-modern-chemistry-flexmol-and-alkene-geometrical-isomerism"&gt;the one for 2-butene&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To better visualize the the &lt;tt&gt;conformation&lt;/tt&gt; element of (&lt;em&gt;R&lt;/em&gt;)-BINOL, consider the following diagram:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20070109/r_binol_planes.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;The &lt;tt&gt;conformationWheel&lt;/tt&gt; defines a conformational axis vector from atom C19 to atom C9. Arranged about this axis in a clockwise fashion are four non-empty &lt;tt&gt;halfPlanes&lt;/tt&gt;. Picking an arbitrary &lt;tt&gt;halfPlane&lt;/tt&gt; to start with, atom C11 is positioned first in the lower half. This is then followed by the next &lt;tt&gt;halfPlane&lt;/tt&gt;, which contains atom C1 in its upper half. The next &lt;tt&gt;halfPlane&lt;/tt&gt; contains atom C18 in the lower half. Finally, atom C8 is located in the last &lt;tt&gt;halfPlane&lt;/tt&gt;'s upper half.&lt;/p&gt;

&lt;p&gt;This procedure completely specifies the axial chirality of (&lt;em&gt;R&lt;/em&gt;)-BINOL. Notice how no arbitrary stereodescriptors or chiral templates were used. Of course, we could derive the Cahn-Ingold-Prelog stereodescriptor of (&lt;em&gt;R&lt;/em&gt;), given the right software.&lt;/p&gt;

&lt;p&gt;Many representations of the same chiral axis are possible, just as each connection table can be represented in many different ways. For example, we could have started the &lt;tt&gt;conformation&lt;/tt&gt; element with the &lt;tt&gt;halfPlane&lt;/tt&gt; containing atom C1. In this case, the ordering of atoms would be C1, C18, C8, C11. Similarly, the orientation of our chiral axis could have been defined from atom C9 to atom C19. In this case the ordering of &lt;tt&gt;halfPlanes&lt;/tt&gt; would be reversed, and the upper/lower designations would be inverted.&lt;/p&gt;

&lt;h4&gt;(&lt;em&gt;S&lt;/em&gt;)-BINOL&lt;/h4&gt;

&lt;p&gt;How is (&lt;em&gt;S&lt;/em&gt;)-BINOL encoded in FlexMol? As you might expect, completely analogously to the (&lt;em&gt;R&lt;/em&gt;) enantiomer:&lt;/p&gt;

&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_xml "&gt;&lt;span class="comment"&gt;&amp;lt;!-- snip --&amp;gt;&lt;/span&gt;
&lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;conformation&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;conformationWheel&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;gammaSequence&lt;/span&gt; &lt;span class="attribute"&gt;source&lt;/span&gt;&lt;span class="punct"&gt;=&amp;quot;&lt;/span&gt;&lt;span class="string"&gt;C19&lt;/span&gt;&lt;span class="punct"&gt;&amp;quot;&lt;/span&gt; &lt;span class="attribute"&gt;target&lt;/span&gt;&lt;span class="punct"&gt;=&amp;quot;&lt;/span&gt;&lt;span class="string"&gt;C9&lt;/span&gt;&lt;span class="punct"&gt;&amp;quot;&amp;gt;&lt;/span&gt;
      &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;connections&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;atomPair&lt;/span&gt; &lt;span class="attribute"&gt;source&lt;/span&gt;&lt;span class="punct"&gt;=&amp;quot;&lt;/span&gt;&lt;span class="string"&gt;C9&lt;/span&gt;&lt;span class="punct"&gt;&amp;quot;&lt;/span&gt; &lt;span class="attribute"&gt;target&lt;/span&gt;&lt;span class="punct"&gt;=&amp;quot;&lt;/span&gt;&lt;span class="string"&gt;C19&lt;/span&gt;&lt;span class="punct"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;atomPair&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="punct"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;connections&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;gammaSequence&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;halfPlane&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;lower&lt;/span&gt; &lt;span class="attribute"&gt;atom&lt;/span&gt;&lt;span class="punct"&gt;=&amp;quot;&lt;/span&gt;&lt;span class="string"&gt;C11&lt;/span&gt;&lt;span class="punct"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;lower&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;halfPlane&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;halfPlane&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;upper&lt;/span&gt; &lt;span class="attribute"&gt;atom&lt;/span&gt;&lt;span class="punct"&gt;=&amp;quot;&lt;/span&gt;&lt;span class="string"&gt;C8&lt;/span&gt;&lt;span class="punct"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;upper&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;halfPlane&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;halfPlane&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;lower&lt;/span&gt; &lt;span class="attribute"&gt;atom&lt;/span&gt;&lt;span class="punct"&gt;=&amp;quot;&lt;/span&gt;&lt;span class="string"&gt;C18&lt;/span&gt;&lt;span class="punct"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;lower&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;halfPlane&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;halfPlane&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt;&lt;span class="tag"&gt;upper&lt;/span&gt; &lt;span class="attribute"&gt;atom&lt;/span&gt;&lt;span class="punct"&gt;=&amp;quot;&lt;/span&gt;&lt;span class="string"&gt;C1&lt;/span&gt;&lt;span class="punct"&gt;&amp;quot;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;upper&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="punct"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;halfPlane&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="punct"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;conformationWheel&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="punct"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="tag"&gt;conformation&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="comment"&gt;&amp;lt;!-- snip --&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20070109/s_binol.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;As with (&lt;em&gt;R&lt;/em&gt;)-BINOL, we can create a diagram representing the &lt;tt&gt;conformationWheel&lt;/tt&gt; of (&lt;em&gt;S&lt;/em&gt;)-BINOL:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20070109/s_binol_planes.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;h4&gt;Conclusions&lt;/h4&gt;

&lt;p&gt;As you can see, FlexMol completely encodes axial chirality using just a few basic XML elements, rather than chiral templates or stereodescriptors. These were, in fact, the same elements used to encode alkene geometrical isomerism. This modular approach to stereoisomerism results in an extensible system. Future articles will discuss other forms of stereoisomerism that can be represented in FlexMol, including the all-important tetrahedral stereogenic center. &lt;/p&gt;</description>
      <pubDate>Tue, 09 Jan 2007 15:50:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:f00f8003-6896-4636-948c-82acf1194e43</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2007/01/09/a-molecular-language-for-modern-chemistry-flexmol-and-axial-chirality</link>
      <category>Tools</category>
      <category>flexmol</category>
      <category>binol</category>
      <category>conformation</category>
      <category>xml</category>
    </item>
    <item>
      <title>Ferrocene and Beyond: A Solution to the Molecular Representation Problem</title>
      <description>&lt;blockquote&gt;
    &lt;p&gt;The representation of molecular structure decisively determines the scope of a chemical computer program. Our goal is to provide a versatile computer-oriented molecular structure representation for chemical information storage and retrieval as well as for computer-assisted synthesis design. Structural formulas describe molecular structure on the proper level of abstraction for these applications. ... It is therefore desirable that the computer-oriented representation of molecular structure be as expressive as the structural formulas.&lt;/p&gt;

    &lt;p&gt;-&lt;cite&gt;Andreas Dietz, &lt;a href="http://dx.doi.org/10.1021/ci00027a001"&gt;J. Chem. Inf. Comput. Sci. 1995, 35, 787-802&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="http://depth-first.com/articles/2006/12/12/the-problem-with-ferrocene"&gt;A recent Depth-First article&lt;/a&gt; highlighted the difficulty that existing molecular languages have in communicating the generalized, multi-atom bonding present in metallocenes such a ferrocene. For software and Web services that do not interact with the outside world, the Ferrocene Problem may not be a big deal. But for the growing number that do, the Ferrocene Problem is but the tip of a very large iceberg.&lt;/p&gt;

&lt;h4&gt;Today's Weird-Looking Molecule is Tomorrow's Molecule of the Month&lt;/h4&gt;

&lt;p&gt;Consider the problem of axial chirality, such as that present in certain biaryls. None of the molecular languages currently in widespread use (InChI, SMILES, Molfile, or CML) provide a mechanism to faithfully represent and communicate this structural motif. In the 1980s, axial chirality was a novelty. Today it is ubiquitous. Consider &lt;a href="http://dx.doi.org/10.1021/ol062499t"&gt;this graphical abstract&lt;/a&gt; from the current issue of &lt;em&gt;Organic Letters&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;a href="http://dx.doi.org/10.1021/ol062499t"&gt;&lt;img src="http://depth-first.com/demo/20061219/binol_ga.gif" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;If you were asked to create an application capable of distinguishing substituted (R) and (S) binol enantiomers, could you do it? If your system needed to reliably interact with the outside world, could it do so? If you're working with any of the cheminformatics tools currently in widespread use, chances are good that the answers to these questions would be "no".&lt;/p&gt;

&lt;p&gt;Do you still think of metallocenes as curiosities studied by a handful of organometallic chemists? Consider &lt;a href="http://dx.doi.org/10.1021/ol062806v"&gt;this &lt;em&gt;J. Org. Chem.&lt;/em&gt; ASAP contents article&lt;/a&gt; describing one of the most fundamental transformations in organic chemistry:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;a href="http://dx.doi.org/10.1021/ol062806v"&gt;&lt;img src="http://depth-first.com/demo/20061219/irridium_matallocene_ga.gif" border="0"&gt;&lt;/center&gt;&lt;/a&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;The problem only gets worse as concepts like axial and planar chirality are increasingly co-mingled with multi-atom bonding. For example, consider &lt;a href="http://dx.doi.org/10.1021/jo061360t"&gt;the following graphical abstract&lt;/a&gt;, taken from &lt;em&gt;J. Org. Chem.&lt;/em&gt; ASAP contents:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;a href="http://dx.doi.org/10.1021/jo061360t"&gt;&lt;img src="http://depth-first.com/demo/20061219/ferrocene_ga.gif" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;These molecules, and many others like them, were used in the context of &lt;em&gt;organic chemistry&lt;/em&gt;. Moreover, the papers describing their use were published in widely-respected journals specializing in &lt;em&gt;organic chemistry&lt;/em&gt;. Yet dozens of popular cheminformatics tools specifically designed for use with &lt;em&gt;organic chemisty&lt;/em&gt; are incapable of faithfully representing the most interesting features of these molecules. In other words, the problem is both real and immediate.&lt;/p&gt;

&lt;p&gt;Chemistry relentlessly marches forward, revealing even greater molecular information problems on the horizon. For software to remain relevant, it must be based on tools that are up to the challenge.&lt;/p&gt;

&lt;h4&gt;A Solution&lt;/h4&gt;

&lt;p&gt;&lt;a href="http://dx.doi.org/10.1021/ci00027a001"&gt;The system proposed by Dietz &lt;/a&gt; offers a solution to nearly all of the bonding and stereochemistry problems of existing molecular languages. As a tradeoff, Dietz's system is significantly more complicated to implement. This places an increased burden on software to make the system as simple and understandable as possible.&lt;/p&gt;

&lt;h4&gt;Java and XML Implementations&lt;/h4&gt;

&lt;p&gt;Any specification, if it is to become more than just an academic exercise, requires a software implementation. Fortunately, for Dietz's system both a software implementation and an XML Schema have been developed and are freely-available.&lt;/p&gt;

&lt;p&gt;The software implementation can be found in the Java framework &lt;a href="http://sf.net/projects/octet"&gt;Octet&lt;/a&gt;. In addition to fully-implementing Dietz's specification, Octet enables ring perception, substructure and query structure matching, breadth-first traversal, and of course, depth-first traversal. Add-on libraries are available for &lt;a href="http://sf.net/projects/structure"&gt;2-D structure depiction&lt;/a&gt;, and &lt;a href="http://sf.net/projects/rxf"&gt;Molfile and SMILES input and output&lt;/a&gt;. &lt;a href="http://almost.cubic.uni-koeln.de/cdk/cdk_top/cdk_news/archive/cdknews2.2.article18.pdf"&gt;A CDK News article&lt;/a&gt; discusses &lt;a href="http://sf.net/projects/cdktools"&gt;CDKTools&lt;/a&gt;, a bridge to the &lt;a href="http://cdk.sf.net"&gt;Chemistry Development Kit&lt;/a&gt;. Octet remains, to my knowledge, the first and only implementation of the Dietz system.&lt;/p&gt;

&lt;p&gt;The first, and to my knowledge only, XML implementation of the Dietz molecular representation system is FlexMol (Flexible Molecular Object Language). A commented W3C schema is distributed with Octet. Browser-ready HTML documentation can be found &lt;a href="http://depth-first.com/doc/flexmol"&gt;here&lt;/a&gt;, or from the sidebar links under "APIs and Schema Documentation." Octet is able to read and write FlexMol documents, providing an open, end-to-end solution to the problem of representing and transmitting molecules containing "nonstandard" bonding and stereochemistry.&lt;/p&gt;

&lt;h4&gt;Conclusions&lt;/h4&gt;

&lt;p&gt;Both FlexMol and Octet are convenient tools for working with the Dietz molecular representation system. Future articles in this series will show how they can be used to solve current, real-world molecular representation problems.&lt;/p&gt;</description>
      <pubDate>Tue, 19 Dec 2006 14:45:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:108aea78-8aa2-40cd-be5d-3f19b06f0aeb</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2006/12/19/ferrocene-and-beyond-a-solution-to-the-molecular-representation-problem</link>
      <category>Meta</category>
      <category>binol</category>
      <category>ferroceneproblem</category>
      <category>ferrocene</category>
      <category>flexmol</category>
      <category>octet</category>
      <category>representation</category>
      <category>dietz</category>
    </item>
  </channel>
</rss>
