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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--****************************************************************************
* *
* Viewmol *
* *
* N O D E 2 0 . 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>The energylevel module</TITLE>
<META NAME="description" CONTENT="The energylevel module">
<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="SECTION00093000000000000000">
The <TT>energylevel</TT> module</A>
</H2>
<dl><dt><b><a name='l2h-16'><tt class='function'>show</tt></a></b> ()
<dd>
Displays the energy level diagram window for a molecule.
</dl>
<P>
<dl><dt><b><a name='l2h-17'><tt class='function'>unit</tt></a></b> (<big>[</big><var>unit</var><big>]</big>)
<dd>
Sets or returns the energy unit for the energy level diagram. <var>unit</var> has to
be one of the integer constants <TT>HARTREE</TT>, <TT>KJ/MOL</TT>, <TT>EV</TT>, or
<TT>1/CM</TT> defined in the <TT>energylevel</TT> module.
</dl>
<P>
<dl><dt><b><a name='l2h-18'><tt class='function'>resolution</tt></a></b> (<big>[</big><var>resolution</var><big>]</big>)
<dd>
Sets or returns the resolution for the energy level diagram. <var>resolution</var> has
to be a double greater than zero.
</dl>
<P>
<dl><dt><b><a name='l2h-19'><tt class='function'>mode</tt></a></b> (<big>[</big><var>mode</var><big>]</big>)
<dd>
Sets or returns the mode for the energy level diagram. <var>mode</var> has to be one
of the integer constants <TT>ENERGY_LEVELS</TT> or <TT>DENSITY_OF_STATES</TT> defined
in the <TT>energylevel</TT> module.
</dl>
<P>
<dl><dt><b><a name='l2h-20'><tt class='function'>selectMO</tt></a></b> (<var>mo1</var><big>[</big><var>, mo2</var><big>]</big>)
<dd>
Selects one or two molecular orbitals. <var>mo1</var> and <var>mo2</var> have to be
integers between 0 and the number of molecular orbitals.
</dl>
<P>
<dl><dt><b><a name='l2h-21'><tt class='function'>deselect</tt></a></b> ()
<dd>
Deselects molecular orbitals which have been selected with a call to <TT>selectMO</TT>.
</dl>
<P>
<dl><dt><b><a name='l2h-22'><tt class='function'>saveDrawing</tt></a></b> (<var>format, filename</var>)
<dd>
Saves the energy level diagram to file. <var>format</var> has to be one of the integer
constants <TT>TIFF</TT>, <TT>HPGL</TT>, or <TT>POSTSCRIPT</TT> defined in the <TT>viewmol</TT>
module. <var>filename</var> has to be a string containing the name of the file the drawing
is saved to.
</dl>
<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>
|