|
|
|
addAttachmentPoint(self,
attachment_point)
add one pair of attachment points ((sa, sb), (da, db))... |
|
|
|
addAttachmentPoints(self,
attachment_points)
add a bunch of attachmentpoints attachment_points: list of
attachment_point |
|
|
|
addSourceAtoms(self,
source_atoms)
add source fragment source_atoms: set of source atom indices |
|
|
|
addDestAtoms(self,
dest_atoms)
add dest fragment dest_atoms: set of dest atom indices |
|
|
|
|
|
|
|
getSourceFragmentAttpoints(self,
s_frag_id)
get attachment points for source fragment, s_frag_id s_frag_id: index
into source fragment list return: list of attachment points |
|
|
|
getDestFragmentAttpoints(self,
d_frag_id)
get attachment points for dest fragment, d_frag_id d_frag_id: index
into dest fragment list return: list of attachment points |
|
|
|
getAttachmentPoints(self)
get all attachmentpoints as a list of tuple, ((sa, sb), (da, db)) |
|
|
|
getSourceAtoms(self)
return list of source fragment atoms |
|
|
|
getNumSourceFrags(self)
return: number of fragments in reactant |
|
|
|
getDestAtoms(self)
return list of dest fragment atoms |
|
|
|
getNumDestFrags(self)
return: number of fragments in product |
|
|
|
getSourceAttachmentPoints(self)
get attachment points for all source fragments |
|
|
|
getDestAttachmentPoints(self)
get attachment points for all dest fragments |
|
|