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 122 123 124 125 126 127 128 129 130 131 132
|
<!-- manual page source format generated by PolyglotMan v3.2, -->
<!-- available at http://polyglotman.sourceforge.net/ -->
<html>
<head>
<title>obenergy</title>
</head>
<body bgcolor='white'>
<a href='#toc'>Table of Contents</a><p>
<h2><a name='sect0' href='#toc0'>Name</a></h2>
<p>
<b>obenergy</b> -- calculate the energy for a molecule
<p>
<h2><a name='sect1' href='#toc1'><b>Synopsis</b></a></h2>
<p>
<b>obenergy</b> [<i>OPTIONS</i>] <i>filename</i>
<p>
<h2><a name='sect2' href='#toc2'><b>Description</b></a></h2>
<p>
The obenergy tool can be used to calculate the energy for molecules
inside (multi-)molecule files (e.g., MOL2, etc.)
<p>
<h2><a name='sect3' href='#toc3'><b>Options</b></a></h2>
<p>
If no filename is given, obenergy will give all options including the
available forcefields.
<p>
<dl>
<dt><b>-v</b> </dt></dt>
<dd> Verbose: print out all individual energy interactions
<p></dd>
<dt><b>-ff</b> <i>forcefield</i></dt></dt>
<dd>
Select the forcefield
<p></dd>
</dl>
<h2><a name='sect4' href='#toc4'><b>Examples</b></a></h2>
<p>
View the possible options, including available forcefields:<br>
<pre>obenergy</pre>
<p><p>
Calculate the energy for the molecule(s) in file test.mol2:<br>
<pre>obenergy test.mol2</pre>
<p><p>
Calculate the energy for the molecule(s) in file test.mol2 using the
Ghemical forcefield:<br>
<pre>obenergy -ff Ghemical test.mol2</pre>
<p><p>
Calculate the energy for the molecule(s) in file test.mol2 and print out
all individual energy interactions:<br>
<pre>obenergy -v test.mol2</pre>
<p>
<h2><a name='sect5' href='#toc5'><b>See</b> <b>Also</b></a></h2>
<p>
<a href='babel.html'>babel(1)</a>
, <a href='obminimize.html'>obminimize(1)</a>
, <a href='obrotamer.html'>obrotamer(1)</a>
.
<p><p>
The web pages for Open Babel can be found at: <<b><a href="http://openbabel.org/">http://openbabel.org/</a></b>>
<p><p>
The web pages for Open Babel Molecular Mechanics can be found at:
<<b><a href="http://openbabel.org/wiki/Molecular_mechanics">http://openbabel.org/wiki/Molecular_mechanics</a></b>>
<p>
<h2><a name='sect6' href='#toc6'><b>Authors</b></a></h2>
<p>
The obenergy program was contributed by Tim Vandermeersch.
<p><p>
Open Babel is developed by a cast of many, including currrent maintainers
Geoff Hutchison, Chris Morley, Michael Banck, and innumerable others who
have contributed fixes and additions. For more contributors to Open
Babel, see <<b><a href="http://openbabel.org/wiki/THANKS">http://openbabel.org/wiki/THANKS</a></b>>
<p>
<h2><a name='sect7' href='#toc7'><b>Copyright</b></a></h2>
<p>
Copyright (C) 2007 by Tim Vandermeersch.
<p><p>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation version 2 of the License.
<p><p>
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
<p>
<hr><p>
<a name='toc'><b>Table of Contents</b></a><p>
<ul>
<li><a name='toc0' href='#sect0'>Name</a></li>
<li><a name='toc1' href='#sect1'>Synopsis</a></li>
<li><a name='toc2' href='#sect2'>Description</a></li>
<li><a name='toc3' href='#sect3'>Options</a></li>
<li><a name='toc4' href='#sect4'>Examples</a></li>
<li><a name='toc5' href='#sect5'>See Also</a></li>
<li><a name='toc6' href='#sect6'>Authors</a></li>
<li><a name='toc7' href='#sect7'>Copyright</a></li>
</ul>
</body>
</html>
|