| Home | Trees | Indices | Help |
|
|---|
|
|
opsin - A Cinfony module for accessing OPSIN from CPython and Jython Global variables: opsin - the underlying OPSIN library (uk.ac.cam.ch.wwmm.opsin) informats - a dictionary of supported input formats outformats - a dictionary of supported output formats
| Classes | |
|
Molecule Represent a opsinjpype Molecule. |
|
| Functions | |||
|
|||
| Variables | |
opsin = jpype.JPackage("uk").ac.cam.ch.wwmm.opsin
|
|
informats = A dictionary of supported input formats |
|
outformats = A dictionary of supported output formats |
|
__package__ =
|
|
| Function Details |
Read in a molecule from a string.
Required parameters:
format - see the informats variable for a list of available
input formats
string
Example:
>>> input = "propane"
>>> mymol = readstring("iupac", input)
|
| Variables Details |
outformatsA dictionary of supported output formats
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Dec 06 19:38:38 2012 | http://epydoc.sourceforge.net |