__init__(self,
*args,
**kwargs)
(Constructor)
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
- Parameters:
reference_structure - Template structure
test_structure - The mobile structure.
asl_expr - Atom Language Expression to identify the the atoms used to
calculate the RMSD and base the superimpose alignment.
in_place - If True, calculate the RMSD without moving the test_structure.
Otherwise, perform the optimal alignment then calculate the RMSD.
- Overrides:
object.__init__
- (inherited documentation)
|