Manage the internal coordinates of a structure.
|
|
__init__(self)
Create an InternalCoords instance. |
|
|
|
|
getZmatrix(self,
astructure)
Get the Z-matrix for the structure. |
|
|
|
|
getDmatrix(self,
astructure)
Get the distance matrix for the structure. |
|
|
|
|
printInternals(self,
headermsg,
maxindexwidth,
logger)
Formatted print of header followed by the internal coordinates. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|