Trees | Indices | Help |
|
---|
|
|
|||
Ligand Stores information about a ligand structure |
|||
ComplexBuilder A class used to build an organometallic complex |
|
|||
|
|||
|
|||
list |
|
|
|||
__doc__ =
|
|||
MONODENTATE = 'Monodentate' Name for ligands that have a single coordination site |
|||
BIDENTATE = 'Bidentate' Name for ligands that have two coordination sites |
|||
OCTAHEDRAL = 'Octahedral' VESPR geometry with 6 coordination sites around a central atom |
|||
TETRAHEDRAL = 'Tetrahedral' VESPR geometry with 4 coordination sites around a central atom |
|||
SQUARE_PLANAR = 'Square planar' VESPR geometry with 4 coordination sites around a central atom |
|||
SUPPORTED_GEOMETRIES = [OCTAHEDRAL, TETRAHEDRAL, SQUARE_PLANAR] VESPR geometries that can be build by this module |
|||
FACIAL = 'facial' Octahedral complex with identical atoms on the face of the octahedron |
|||
MERIDIONAL = 'meridional' Octahedral complex with identical atoms on the meridion of the octahedron |
|||
NO_ISOMER = "none" No specific isomer |
|||
CIS = 'cis' Square planar complex with identical atoms in adjacent sites |
|||
TRANS = 'trans' Square planar complex with identical atoms in opposite sites |
|||
OCTAHEDRAL_LOCATIONS = [(2.0, 0.0, 0.0), (0.0, 2.0, 0.0), (0.0 XYZ coordinates of the octahedral coordination sites |
|||
SQUARE_PLANAR_LOCATIONS = [(2.0, 0.0, 0.0), (0.0, 2.0, 0.0), ( XYZ coordinates of the square planar coordination sites |
|||
TETRAHEDRAL_LOCATIONS = [(0.0, 2.0, 0.0), (1.88562,-0.66667, 0 XYZ coordinates of the tetrahedral coordination sites |
|||
AXES = {0: transform.X_AXIS, 1: transform.Y_AXIS, 2: transform
|
|||
ATTACHMENT_PROPERTY = 'b_matsci_cbuilder_attacher'
|
|||
SLOT_ORDER = {}
|
|||
IDEAL_SLOTS = {}
|
|||
ALLOWED_ISOMERS = {}
|
|
Fix all the bonds to atom index to be either single or dative depending on whether the other atom has a full valence without this bond or not. Full valence without this bond = dative bond, otherwise bond order = number of open valences. Formal charges are also set to 0 for the metal atom and bonded neighbors. Note - no bonds are added or removed by this function, only bond orders are changed.
|
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__
|
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 Thu Aug 6 04:50:17 2015 | http://epydoc.sourceforge.net |