|
__init__(self,
options,
minimum_steps=5,
max_stepsize=15.0)
Create a TorsionAngler object |
|
|
|
setData(self,
struct,
torsion_atoms)
Set the structure to operate on and the 4 atoms involved in the
torsion |
|
|
float
|
|
schrodinger.structure.Structure
|
rotomers(self)
A generator for structures that step the torsion through the desired
values. |
|
|
|
incrementTorsionValue(self)
Sets the torsion property to the next value to try for a dihedral as
we rotate it through its allowed range. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|