File: using_mm.html

package info (click to toggle)
ghemical 2.99.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,308 kB
  • ctags: 1,308
  • sloc: cpp: 13,437; sh: 8,968; makefile: 235
file content (114 lines) | stat: -rw-r--r-- 4,819 bytes parent folder | download | duplicates (7)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
               
  <link href="documentation.css" rel="stylesheet" type="text/css">
  <title>Basic Molecular Mechanics Modelling</title>
</head>
  <body>
         
<h2> </h2>
     
<h1>2. User's Manual</h1>
                
<h1>2.1 Molecular Mechanics Modelling</h1>
 
<h1>2.1.1 Quick Start : modelling Ethanol</h1>
         
<p>This section covers the features required to build a simple molecule (Ethanol)
  using ghemical.</p>
         
<h3>Step 1</h3>
         
<p>After starting ghemical you must open a new project. To do this, click
  on the File menu and select "New"</p>
     <img src="images/using_mm_01.png"
 alt="A Screenshot of the creation of a new project.">
         
<h3>Step 2</h3>
         
<p>Select Draw from the toolbar on the left hand side. The Draw tool is the
  method that all bonds and atoms are added with.</p>
     <img src="images/using_mm_02.png"
 alt="Screenshot of selecting the draw mouse tool in ghemical.">
         
<h3>Step 3</h3>
         
<p>Now begin to add atoms and bonds to your molecule. The default atom type
  is carbon. To add a single atom to the molecule, single click on the location
  you would like to put the atom. </p>
     <img src="images/using_mm_03.png"
 alt="Screenshot of the first atom being added to the molecule.">
         
<p> To draw a bond between two atoms, single left click on the first atom
  in the bond, drag the mouse  over to the second atom and then release the
  mouse button. You may also create atoms and bonds at the same time by left
  clicking on an existing atom, dragging the mouse to where you want to place 
  the second atom and then releasing the mouse button.</p>
     <img src="images/using_mm_04.png" alt="Screenshot of two carbon atoms bonded together.">
         
<h3>Step 4</h3>
         
<p> Now that the carbon backbone is created, we can now add the missing oxygen 
atom, and after this step we have all the heavy (non-Hydrogen) atoms ready.
  To do this, we must first change the atom type from carbon to oxygen.
This is done selecting the periodic table button from the top toolbar.</p>
      <img src="images/using_mm_05.png"
 alt="Screenshot of Set Current Element toolbar button.">
         
<p> A dialog box of the periodic table will appear. To select an element,
  simply click on the button  corresponding to it. All further atoms drawn
 on the molecule will be of this element until it is  changed by the same
method. In this example, oxygen is selected.</p>
     <img src="images/using_mm_06.png" 
 alt="Screenshot of the periodic table dialog box.">
         
<h3>Step 5</h3>
         
<p>In this step the additional oxygen atoms is added to the molecule in same way
  the second carbon atom was added.</p>
     <img src="images/using_mm_07.png" 
 alt="Screenshot of oxygen atom being added to the carbon atoms.">


<h3>Step 6</h3>
         
<p>Finally, the hydrogen atoms are added. This can be done (for simple organic 
compounds) using an automated tool that will add hydrogen atoms (find popup-menu 
item Build/Hydrogens/Add).</p>
     <img src="images/using_mm_08.png" 
 alt="Screenshot of hydrogen atoms being added to the carbon atoms.">

<p>Alternatively, the hydrogen atoms can be added manually, as carbon and oxygen
atoms were added earlier. Now all atoms of an ethanol molecule are added.</p>
     <img src="images/using_mm_09.png" 
 alt="Screenshot an ethanol molecule with all atoms added.">

<h3>Step 7</h3>

<p>Although the all the correct atoms and bonds are present, the molecule
  is not in the most stable conformation. Ghemical can attempt to do this
for you using the Geometry Optimization tool (find popup-menu 
item Compute/Geometry Optimization).</p>
     <img src="images/using_mm_10.png" 
alt="Screenshot of geometry optimization being started.">

<p>After running Geometry Optimization, the bond lengths, bond angles and 
other structural features of the ethanol molecule are set in their ideal values
(according to the molecular mechanics force field used for geometry optimization).</p>
     <img src="images/using_mm_11.png" 
alt="Screenshot of an ethanol molecule.">
         
<p>You can also change the bond type by clicking on the "Set the current
bond type" button on the top tool bar. This button will launch a dialog
box that lets you select the bond type 
from a list of single, double, triple and conjugated. All further bonds
that   you create will be on the type that you select until you change the
bond  type again. Conjugated bonds are drawn as a single solid tube with
a  second  dashed tube parallel to it. Double bonds and triple bonds are
drawn as two  and three  parallel tubes respectively.</p>
         
<hr> <br>
     <a href="index.html">Return to index</a> <br>
</body>
</html>