File: node7.html

package info (click to toggle)
viewmol 2.3-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,424 kB
  • ctags: 2,239
  • sloc: ansic: 29,098; sh: 909; makefile: 513; python: 238
file content (155 lines) | stat: -rw-r--r-- 6,092 bytes parent folder | download
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--****************************************************************************
*                                                                              *
*                                   Viewmol                                    *
*                                                                              *
*                             N O D E 7 . 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>Data Read From Input Files</TITLE>
<META NAME="description" CONTENT="Data Read From Input Files">
<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="SECTION00061000000000000000">
Data Read From Input Files</A>
</H2>

<UL>
<LI>T<SMALL>URBOMOLE</SMALL>
<BR>
The program reads the following data groups from the <code>control</code> file:

<UL>
<LI><code>$atoms</code>
</LI>
<LI><code>$basis</code>
</LI>
<LI><code>$pople</code>
<BR>
The basis functions are read from these data groups. These data will be read
only if they are available.
</LI>
<LI><code>$closed shells</code>
<BR>
This data group is read to determine which molecular orbitals are occupied.
The data is necessary for the calculation of electron densities. Currently,
no open shell systems can be handled by V<SMALL>IEWMOL</SMALL>.
</LI>
<LI><code>$symmetry</code>
<BR>
The point group of the molecule is read from this data group.
</LI>
<LI><code>$coord</code>
<BR>
The Cartesian coordinates of the molecule calculated. This data group
must be available.
</LI>
<LI><code>$grad</code>
<BR>
The Cartesian coordinates and gradients of all previous steps of a geometry
optimization. This data group will be read only if it is available.
</LI>
<LI><code>$scfmo</code>
<BR>
The symmetry labels, energies, and MO coefficients are read from this data
group. These data will be read if they are available and if the file contains
either converged or first order molecular orbitals.
</LI>
<LI><code>$symmetry</code>
<BR>
The point group of the molecule. This data group will be read only if it is
available.
</LI>
<LI><code>$title</code>
<BR>
The title of the calculation. This data group will be read only if it is
available.
</LI>
<LI><code>$vibrational spectrum</code>
</LI>
<LI><code>$vibrational normal modes</code>
<BR>
The results of a force constant calculation. These two data groups will be read
only if they are available.
</LI>
</UL>
</LI>
<LI>G<SMALL>AMESS</SMALL>
<BR>
G<SMALL>AMESS</SMALL> output files are first checked for the occurrence of the string
<code>GAMESS</code>. If it is found the necessary data are collected from this file.
At the moment no vibrational spectra can be displayed for G<SMALL>AMESS</SMALL> outputs
since I don't know the format of such an output.
</LI>
<LI>G<SMALL>AUSSIAN 9X</SMALL>
<BR>
Gaussian output files are first checked for the occurrence of the string
<code>Enter-</code> <code>ing Gaussian System</code>. If it is found the necessary
data are collected from this file. To use the wave function related topics in
V<SMALL>IEWMOL</SMALL> with G<SMALL>AUSSIAN</SMALL> outputs G<SMALL>AUSSIAN</SMALL> must run with
<code>GFPRINT</code> and <code>Iop(5/33=1)</code><A NAME="tex2html16"
  HREF="footnode.html#foot1335"><SUP>3</SUP></A> to print basis set and MO coefficients. Due to the vastly different
outputs created by the G<SMALL>AUSSIAN 9X</SMALL> series of programs, it is not guaranteed
that a particular output can be successfully read. The common types of output have
been tested, but non-default routes through the program might have generated
output which cannot be read.
</LI>
<LI>D<SMALL>ISCOVER</SMALL>
<BR>
The file names for D<SMALL>ISCOVER</SMALL> files can be <code>file_name.car</code>,
<BR><code>file_name.cor</code>, or <code>file_name.arc</code>. The base name is used to
construct the file name <code>file_name.hessian</code> (the file with frequencies
and normal coordinates).  All necessary data are extracted from these files.
</LI>
<LI>DM<SMALL>OL/</SMALL>DS<SMALL>OLID/</SMALL>DM<SMALL>OL</SMALL></SMALL>
<BR>
The necessary data are collected from the <code>.outmol</code> file.
</LI>
<LI>PDB files
<BR>
Only the Cartesian coordinates and atomic symbols are read from this file,
the connectivity information is ignored and will be determined by V<SMALL>IEWMOL</SMALL>
itself.
</LI>
<LI>M<SMALL>OPAC</SMALL>
<BR>
V<SMALL>IEWMOL</SMALL> first checks for the presence of a file with the extension <code>.gpt</code>
and the same basename as the M<SMALL>OPAC</SMALL> output file. This file is generated if
M<SMALL>OPAC</SMALL> has been run with the keyword <code>GRAPH</code>. If such a file is found
coordinates, basis functions, and MO coefficients are read from this file. If such
a file does not exist, coordinates are read from the M<SMALL>OPAC</SMALL> output file under
the header <code>CARTESIAN COORDINATES</code>. Finally, vibrational frequencies and normal
modes are read from the M<SMALL>OPAC</SMALL> output file, if present.
</LI>
</UL>

<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>