pub fn compute_ecfp_batch( smiles_list: &[&str], radius: usize, n_bits: usize, ) -> Result<Vec<ECFPFingerprint>, String>
Compute ECFP fingerprints for a batch of SMILES (parallelized with rayon when enabled).