File: node17.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 (95 lines) | stat: -rw-r--r-- 3,317 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--****************************************************************************
*                                                                              *
*                                   Viewmol                                    *
*                                                                              *
*                            N O D E 1 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>Programming VIEWMOL with Python</TITLE>
<META NAME="description" CONTENT="Programming VIEWMOL with Python">
<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="SECTION00090000000000000000">
Programming V<SMALL>IEWMOL</SMALL> with Python</A>
</H1>
V<SMALL>IEWMOL</SMALL> can be programmed using Python. The Python interpreter embedded
in V<SMALL>IEWMOL</SMALL> has been extended by the modules:

<UL>
<LI><code>atom</code>
</LI>
<LI><code>element</code>
</LI>
<LI><code>energylevel</code>
</LI>
<LI><code>history</code>
</LI>
<LI><code>label</code>
</LI>
<LI><code>light</code>
</LI>
<LI><code>molecule</code>
</LI>
<LI><code>spectrum</code>
</LI>
<LI><code>viewmol</code>
</LI>
</UL>
which allow Python programs access to V<SMALL>IEWMOL</SMALL>'s internal data model and
functions. Each module provides a number of functions for use in Python programs.

<P>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>

<UL>
<LI><A NAME="tex2html249"
  HREF="node18.html">The <TT>atom</TT> module</A>
<LI><A NAME="tex2html250"
  HREF="node19.html">The <TT>element</TT> module</A>
<LI><A NAME="tex2html251"
  HREF="node20.html">The <TT>energylevel</TT> module</A>
<LI><A NAME="tex2html252"
  HREF="node21.html">The <TT>history</TT> module</A>
<LI><A NAME="tex2html253"
  HREF="node22.html">The <TT>label</TT> module</A>
<LI><A NAME="tex2html254"
  HREF="node23.html">The <TT>light</TT> module</A>
<LI><A NAME="tex2html255"
  HREF="node24.html">The <TT>molecule</TT> module</A>
<LI><A NAME="tex2html256"
  HREF="node25.html">The <TT>spectrum</TT> module</A>
<LI><A NAME="tex2html257"
  HREF="node26.html">The <TT>viewmol</TT> module</A>
</UL>
<!--End of Table of Child-Links-->
<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>