The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



SSSMode


Unit:SDL_cstruct
Class:none
Declaration:SSSMode = (smSkeleton, smAtoms, smBonds, smAtomAndBonds);

The substructure search can be carried out in four different modes:

smSkeleton skeleton only (no matter what bonds or atoms)
smAtoms match the atomic numbers (but not the bond types)
smBonds match the bond types (but not the atomic numbers)
smAtomAndBonds search for both (most common search)


Last Update: 2023-Feb-06