|
|
AddAtom(...)
AddAtom( (RWMol)mol, (Atom)atom) -> int :
add an atom, returns the index of the newly added atom |
|
|
|
|
AddBond(...)
AddBond( (RWMol)mol, (int)beginAtomIdx, (int)endAtomIdx [, (BondType)order=rdkit.Chem.rdchem.BondType.UNSPECIFIED]) -> int :
add a bond, returns the new number of bonds |
|
|
|
|
GetMol(...)
GetMol( (RWMol)arg1) -> Mol :
Returns a Mol (a normal molecule) |
|
|
|
|
RemoveAtom(...)
RemoveAtom( (RWMol)arg1, (int)arg2) -> None :
Remove the specified atom from the molecule |
|
|
|
|
RemoveBond(...)
RemoveBond( (RWMol)arg1, (int)arg2, (int)arg3) -> None :
Remove the specified bond from the molecule |
|
|
|
|
ReplaceAtom(...)
ReplaceAtom( (RWMol)mol, (int)index, (Atom)newAtom) -> None :
replaces the specified atom with the provided one |
|
|
|
|
__copy__(...)
__copy__( (AtomPairsParameters)arg1) -> object : |
|
|
|
|
__deepcopy__(...)
__deepcopy__( (AtomPairsParameters)arg1, (dict)arg2) -> object : |
|
|
|
|
__init__(...)
__init__( (object)arg1, (Mol)arg2) -> None :
Construct from a Mol |
|
|
|
Inherited from Mol:
AddConformer,
ClearComputedProps,
ClearProp,
Compute2DCoords,
ComputeGasteigerCharges,
Debug,
GetAromaticAtoms,
GetAtomWithIdx,
GetAtoms,
GetAtomsMatchingQuery,
GetBondBetweenAtoms,
GetBondWithIdx,
GetBonds,
GetBoolProp,
GetConformer,
GetConformers,
GetDoubleProp,
GetIntProp,
GetNumAtoms,
GetNumBonds,
GetNumConformers,
GetNumHeavyAtoms,
GetProp,
GetPropNames,
GetPropsAsDict,
GetRingInfo,
GetSubstructMatch,
GetSubstructMatches,
GetUnsignedProp,
HasProp,
HasSubstructMatch,
NeedsUpdatePropertyCache,
RemoveAllConformers,
RemoveConformer,
SetBoolProp,
SetDoubleProp,
SetIntProp,
SetProp,
SetUnsignedProp,
ToBinary,
UpdatePropertyCache,
__ge__,
__getinitargs__,
__reduce__,
__str__
Inherited from unreachable.instance:
__new__
|