Trees | Indices | Help |
|
---|
|
This module assists in building organometallic complexes. Given one or more ligands, these ligands will be arranged around a central atom.
Copyright Schrodinger, LLC. All rights reserved.
|
|||
Ligand Stores information about a ligand structure |
|||
ComplexBuilder A class used to build an organometallic complex |
|
|||
|
|||
list |
|
|
|||
__doc__ =
|
|||
MONODENTATE =
Name for ligands that have a single coordination site |
|||
BIDENTATE =
Name for ligands that have two coordination sites |
|||
OCTAHEDRAL =
VESPR geometry with 6 coordination sites around a central atom |
|||
TETRAHEDRAL =
VESPR geometry with 4 coordination sites around a central atom |
|||
SQUARE_PLANAR =
VESPR geometry with 4 coordination sites around a central atom |
|||
SUPPORTED_GEOMETRIES =
VESPR geometries that can be build by this module |
|||
FACIAL =
Octahedral complex with identical atoms on the face of the octahedron |
|||
MERIDIONAL =
Octahedral complex with identical atoms on the meridion of the octahedron |
|||
NO_ISOMER =
No specific isomer |
|||
CIS =
Square planar complex with identical atoms in adjacent sites |
|||
TRANS =
Square planar complex with identical atoms in opposite sites |
|||
OCTAHEDRAL_LOCATIONS =
XYZ coordinates of the octahedral coordination sites |
|||
SQUARE_PLANAR_LOCATIONS =
XYZ coordinates of the square planar coordination sites |
|||
TETRAHEDRAL_LOCATIONS =
XYZ coordinates of the tetrahedral coordination sites |
|||
BIDENTATE_FACIAL_SLOT_ORDER =
Order the coordination sites are used for bidentate facial complexes |
|||
BIDENTATE_MERIDIONAL_SLOT_ORDER =
Order the coordination sites are used for bidentate meridional complexes |
|||
MONODENTATE_FACIAL_SLOT_ORDER =
Order the coordination sites are used for monodentate facial complexes |
|||
MONODENTATE_MERIDIONAL_SLOT_ORDER =
Order the coordination sites are used for monodentate meridional complexes |
|||
SQUARE_PLANAR_SLOT_ORDER =
Order the coordination sites are used for square_planar complexes |
|||
TETRAHEDRAL_SLOT_ORDER =
Order the coordination sites are used for tetrahedral complexes |
|||
AXES =
|
|||
ATTACHMENT_PROPERTY =
|
|||
__package__ =
|
|
Transmute atom from its current element to a new element. The new name will be element + index (ex. H17), and the new color if not supplied will be the Maestro default (or purple if no Maestro default).
|
Return a list of atoms bound to root atom (and recursively all atoms bound to those atoms, ad infinitum). keep_atom and all atoms recursively bound to it will not be added to the list. If keep_atom and root_atom are part of the same ring system, root_atom will be the only atom returned in the list. For structure A-B-C-D-E, if keep_atom=B and root_atom=C, the returned list will be [C, D, E].
|
|
__doc__
|
SUPPORTED_GEOMETRIESVESPR geometries that can be build by this module
|
OCTAHEDRAL_LOCATIONSXYZ coordinates of the octahedral coordination sites
|
SQUARE_PLANAR_LOCATIONSXYZ coordinates of the square planar coordination sites
|
TETRAHEDRAL_LOCATIONSXYZ coordinates of the tetrahedral coordination sites
|
AXES
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:04:47 2014 | http://epydoc.sourceforge.net |