Skip to main content

embed_batch

Function embed_batch 

Source
pub fn embed_batch(
    smiles_list: &[&str],
    config: &ConformerConfig,
) -> Vec<ConformerResult>
Expand description

Batch-embed multiple SMILES in parallel.

Uses rayon thread pool for parallel processing. config.num_threads = 0 means auto-detect CPU count.