1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--****************************************************************************
* *
* Viewmol *
* *
* N O D E 1 5 . H T M L *
* *
* Copyright (c) Joerg-R. Hill, December 2000 *
* *
********************************************************************************
*-->
<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Example: Building cyclohexane</TITLE>
<META NAME="description" CONTENT="Example: Building cyclohexane">
<META NAME="keywords" CONTENT="viewmol">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="viewmol.css">
</HEAD>
<BODY LANG="EN" BGCOLOR="#FFFFFF">
<H2><A NAME="SECTION00073000000000000000">
Example: Building cyclohexane</A>
</H2>
Cyclohexane in its chair configuration has a structure which seems quite
complicated to generate, but it can easily be built using V<SMALL>IEWMOL</SMALL>'s
molecule builder. First, start V<SMALL>IEWMOL</SMALL> without any parameter
on the command line and press <code>Cancel</code> in the file selection box
which pops up. You should now have an empty window on your screen. Press the right
mouse button within this window and select <code>Molecule/New molecule ...</code> from the
pop-up menu. The molecule editor will open up. We start building cyclohexane
by building one of the tetrahedra:
<UL>
<LI>Select <code>C</code> from the periodic table.
</LI>
<LI>Click with the left mouse button in V<SMALL>IEWMOL</SMALL>'s window. This will
place the first carbon atom at the origin.
</LI>
<LI>Click with the left mouse button on the first carbon atom. This will
attach the second carbon atom to the first.
</LI>
<LI>Click with the left mouse button on the second carbon atom. This will
attach the third carbon atom to the second.
</LI>
<LI>Select <code>H</code> from the periodic table and click twice on the central
carbon atom. The molecule should now look like the left one in
<A HREF="node15.html#cyclohexane">the Figure</A>.
</LI>
</UL>
To continue building cyclohexane we have to remember that the torsion
angles among the carbon atoms alternate between gauche and -gauche
which can be determined easily by looking at the Newman projection:
<DIV ALIGN="CENTER">
<IMG
WIDTH="157" HEIGHT="108" ALIGN="BOTTOM" BORDER="0"
SRC="newman.png"
ALT="Newman">
</DIV>
<UL>
<LI>Select <code>C</code> again and set the default torsion angle to gauche.
</LI>
<LI>Click on one of the end carbon atoms. Then select <code>H</code> and
click on the same carbon atom two more times.
</LI>
<LI>Change the default torsion angle to -gauche and repeat the last
two steps on the just added carbon atom. The molecule should now look
like the one in the middle of <A HREF="node15.html#cyclohexane">the Figure</A>.
</LI>
<LI>Change the default torsion angle to gauche again and add a carbon
atom and one hydrogen atom to the last carbon atom. The molecule will
now look like the right one in <A HREF="node15.html#cyclohexane">the Figure</A>.
</LI>
<LI>Change the default torsion angle to trans and add the second
hydrogen atom to the carbon atom added last.
</LI>
<LI>Now change the default torsion angle to -gauche and add one
hydrogen atom to the next carbon atom in the ring, then change the
default torsion angle to trans and add the second hydrogen atom.
</LI>
<LI>Finally, complete cyclohexane by adding first a hydrogen with
the default set to trans and than a hydrogen with the default set to
gauche to the next carbon atom in the ring.
</LI>
</UL>
<P>
<P></P>
<DIV ALIGN="CENTER">
<A NAME="cyclohexane">
<STRONG>Figure 13:</STRONG>
Building cyclohexane
<BR>
<IMG
WIDTH="482" HEIGHT="95" ALIGN="BOTTOM" BORDER="0"
SRC="cyclohexane.png"
ALT="Cyclohexane">
</DIV><P></P>
<P>
<BR><HR>
<ADDRESS>
<A HREF="mailto:joehill@users.sourceforge.net"><I>Jrg-Rdiger Hill</I></A><BR>Sun Dec 10 17:38:35 MET 2000
</ADDRESS>
</BODY>
</HTML>
|