OEGetRotamers

OEGetRotamers(residue: OEHierResidue, library: int) -> OERotamerIter
OEGetRotamers(residue: OEResidue, library: int) -> OERotamerIter
OEGetRotamers(residueIndex: int, library: int) -> OERotamerIter

Return an iterator of OERotamer objects specifying angles \(\chi_1 \cdots \chi_4\) and the associated probability for each rotamer for the given residue type based on the selected rotamer library. The type of the rotamer library has to be taken from the OERotamerLibrary namespace.

See also