Trees | Indices | Help |
|
---|
|
object --+ | TMLigandRowMixin
A mixin class that takes care of minimizing bidentate transition metal complex ligand structures so that they remain planar through the R1-...-R2 bond path. Should be used with ItemRow classes. Example use: class LigandRow(TMLigandRowMixin, ItemRow): ...
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
Find the atoms that mark attachment points and determine the mono/bi-dentation of the ligand. The index of each marker atom is stored in self.markers.
|
Prepare the structure for minimization. The location of the first marker is important, because that determines the ligand-metal bond vector - so minimizing that atom position is a good thing. The location of the second marker is not important, and may interfere with the location of the first marker (since in the complex there won't be two competing atoms). Remove the second marker if it exists, and make the first one a hydrogen, just for the minimization. That ensures that the metal is in a good bidentate binding pocket. |
Add torsion constraints to the minimizer to keep the coordination sphere planar and with torsions of 0.
|
Undo the modifications to the structure that we made before minimization. This means we add back the second marker and point it at the first marker. The location of the second marker actually doesn't really matter, but pointed at the first marker is as good a place as any. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:49 2016 | http://epydoc.sourceforge.net |