| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
PeriodicTable
A class which stores information from the Periodic Table. It is not possible to create a PeriodicTable object directly from Python, use GetPeriodicTable() to get the global table. The PeriodicTable object can be queried for a variety of properties: - GetAtomicWeight - GetAtomicNumber - GetElementSymbol - GetRvdw (van der Waals radius) - GetRCovalent (covalent radius) - GetDefaultValence - GetValenceList - GetNOuterElecs (number of valence electrons) When it makes sense, these can be queried using either an atomic number (integer) or an atomic symbol (string)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
C++ signature:
GetAtomicNumber(RDKit::PeriodicTable {lvalue}, std::string) -> int
|
C++ signature:
GetAtomicWeight(RDKit::PeriodicTable {lvalue}, unsigned int) -> double
C++ signature:
GetAtomicWeight(RDKit::PeriodicTable {lvalue}, std::string) -> double
|
C++ signature:
GetDefaultValence(RDKit::PeriodicTable {lvalue}, unsigned int) -> int
C++ signature:
GetDefaultValence(RDKit::PeriodicTable {lvalue}, std::string) -> int
|
C++ signature:
GetElementSymbol(RDKit::PeriodicTable {lvalue}, unsigned int) -> std::string
|
C++ signature:
GetNOuterElecs(RDKit::PeriodicTable {lvalue}, unsigned int) -> int
C++ signature:
GetNOuterElecs(RDKit::PeriodicTable {lvalue}, std::string) -> int
|
C++ signature:
GetRcovalent(RDKit::PeriodicTable {lvalue}, unsigned int) -> double
C++ signature:
GetRcovalent(RDKit::PeriodicTable {lvalue}, std::string) -> double
|
C++ signature:
GetRvdw(RDKit::PeriodicTable {lvalue}, unsigned int) -> double
C++ signature:
GetRvdw(RDKit::PeriodicTable {lvalue}, std::string) -> double
|
C++ signature:
GetValenceList(RDKit::PeriodicTable {lvalue}, unsigned int) -> std::vector<int, std::allocator<int> >
C++ signature:
GetValenceList(RDKit::PeriodicTable {lvalue}, std::string) -> std::vector<int, std::allocator<int> >
|
Raises an exception This class cannot be instantiated from Python
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:05 2008 | http://epydoc.sourceforge.net |