ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/openbabel/torlib.hpp
Revision: 2440
Committed: Wed Nov 16 19:42:11 2005 UTC (18 years, 7 months ago) by tim
File size: 1715 byte(s)
Log Message:
adding openbabel

File Contents

# Content
1 /***************************************************************
2 This file is part of the Open Babel project.
3 This is copyright under the GNU General Public License (GPL)
4 For more information, see <http://openbabel.sourceforge.net/>
5
6 This file contains a binary representation of data tables
7 used by Open Babel. It is used as a fallback if the textual
8 data table is not found at runtime. It is not a normal header.
9 ***************************************************************/
10
11
12 #ifndef OB_TORLIB_H
13 #define OB_TORLIB_H
14
15 namespace OpenBabel
16 {
17 static const char TorsionDefaults[] = {
18 0x53,0x50,0x33,0x2D,0x53,0x50,0x33,0x20,0x20,0x36,0x30,0x2E,0x30,0x20,0x20,
19 0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x0A,0x53,0x50,
20 0x32,0x2D,0x53,0x50,0x32,0x20,0x20,0x20,0x30,0x2E,0x30,0x20,0x20,0x31,0x38,
21 0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,
22 0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x0A,0x53,
23 0x50,0x33,0x2D,0x53,0x50,0x32,0x20,0x20,0x20,0x30,0x2E,0x30,0x20,0x20,0x20,
24 0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,
25 0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,
26 0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x31,0x35,
27 0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30,
28 0x20,0x39,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x33,0x5D,0x63,0x4E,0x28,0x7E,
29 0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x20,0x20,0x20,
30 0x20,0x20,0x20,0x20,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x20,0x30,
31 0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x0A,0x00};
32
33 } // namespace OpenBabel
34 #endif // OB_TORLIB_H
35