Skip to main content

substruct_match_batch

Function substruct_match_batch 

Source
pub fn substruct_match_batch(
    molecules: &[&Molecule],
    pattern: &SmartsPattern,
) -> Vec<Vec<Vec<usize>>>
Expand description

Batch substructure matching: match a single pattern against many molecules. Returns one Vec<Vec> per molecule (empty if no match).