| Trees | Indices | Help |
|
|---|
|
|
descriptor calculator for compounds defined by a composition alone (only the composition is required)
|
|||
|
CompoundDescriptorCalculator used for calculating descriptors |
|||
|
|||
|
|||
|
|||
countOptions = [('NVAL', 'total number of valence electrons'),
|
|||
Imports: RDConfig, chemutils, os, DbConnect, Parser, Descriptors, xrange
|
|||
gets possible descriptor names from a database
**Arguments**
- db: the name of the database to use
- tbl1: the name of the table to be used for reading descriptor values
- tbl2: the name of the table to be used for reading notes about the
descriptors (*descriptions of the descriptors if you like*)
- user: the user name for DB access
- password: the password for DB access
**Returns**
a 2-tuple containing:
1) a list of column names
2) a list of column descriptors
**Notes**
- this uses _Dbase.DbInfo_ and Dfunctionality for querying the database
- it is assumed that tbl2 includes 'property' and 'notes' columns
|
|
|||
countOptions
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 1 16:13:01 2018 | http://epydoc.sourceforge.net |