<?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: A Molecular Language for Modern Chemistry: FlexMol and Axial Chirality</title>
    <link>http://depth-first.com/articles/2007/01/09/a-molecular-language-for-modern-chemistry-flexmol-and-axial-chirality</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Walking the Web of Chemical Informatics</description>
    <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 -0500</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>
  </channel>
</rss>
