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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--****************************************************************************
* *
* Viewmol *
* *
* N O D E 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>Synopsis</TITLE>
<META NAME="description" CONTENT="Synopsis">
<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">
<H1><A NAME="SECTION00050000000000000000">
Synopsis</A>
</H1>
V<SMALL>IEWMOL</SMALL> can be called as follows:
<P>
<PRE>
viewmol [[-bio | -dmol | -gamess | -gauss | -gulp | -mopac |
-pdb | -tm | -tmmsi] file]
</PRE>
<P>
V<SMALL>IEWMOL</SMALL> has an automatic file format detection algorithm build in and
should be able to identify output files of the programs supported without user
intervention. V<SMALL>IEWMOL</SMALL> will also run Python scripts given on the command
line when the Python script has the string <code>python</code> within the first 1024
characters (this is usually the case if the script starts with the common
<code>#!/usr/local/bin/python</code> or similar first line). If V<SMALL>IEWMOL</SMALL> is
called without parameters it will bring up a file selection box to select
the file to be viewed.
<P>
If the option <code>-bio</code> is used the file name of a D<SMALL>ISCOVER</SMALL> file has to
be specified. One can use the <code>.car</code>, the <code>.cor</code>, or the <code>.arc</code>
file of D<SMALL>ISCOVER</SMALL>. V<SMALL>IEWMOL</SMALL> also looks for a file with the extension
<code>.hessian</code> and tries to read the vibrational spectrum from it, if it was
found.
<P>
If the option <code>-dmol</code> is used the file name of a DM<SMALL>OL/</SMALL>DS<SMALL>OLID/</SMALL>DM<SMALL>OL</SMALL></SMALL>
output file has to be specified.
<P>
If the option <code>-gamess</code> is used the file name of a G<SMALL>AMESS</SMALL> output
file has to be specified.
<P>
If the option <code>-gauss</code> is used the file name of a G<SMALL>AUSSIAN 9X</SMALL> output
file has to be specified.
<P>
If the option <code>-gulp</code> is used the file name of a GULP output file has to be
specified.
<P>
If the option <code>-mopac</code> is used the file name of a M<SMALL>OPAC</SMALL> output file has to
be specified. V<SMALL>IEWMOL</SMALL> also looks for a file with the extension <code>.gpt</code>
and reads information about basis sets and MOs from it, if it was found.
<P>
If the option <code>-pdb</code> is used the file name of a PDB file has to be specified.
<P>
If the options <code>-tm</code> or <code>-tmmsi</code> are used the file name of a
T<SMALL>URBOMOLE</SMALL> file containing at least the data group <code>$coord</code>
has to be specified. <code>-tm</code> reads the original T<SMALL>URBOMOLE</SMALL> output
while <code>-tmmsi</code> allows V<SMALL>IEWMOL</SMALL> to read T<SMALL>URBOMOLE</SMALL> outputs
from the T<SMALL>URBOMOLE</SMALL> version distributed by MSI (the only difference
is the ordering of the normal modes in the <code>control</code> file).
<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>
|