_align_hydrogens(self,
st1,
st2)
|
|
align the hydrogens to get correct chirality this is done by finding
the permutation of hydrogens about each heavy atom that minimizes rmsd
computed using only the heavy atom and attached hydrogens
assumes that the numbering is consistent with the connectivity of the
structure
This method has been extended to treat chirality of all terminal CX3
groups so that includes things like CF3, for example. So, in what
follows 'hydrogen' just means an atom having only one bond and 'heavy' is
everything else.
- Parameters:
st1 (schrodinger.structure.Structure) - structure 1
st2 (schrodinger.structure.Structure) - structure 1
- Returns: tuple
- the two renumbered structures
|