SubstructMatchResults#
- class nvmolkit.substructure.SubstructMatchResults( )#
Results of a batch substructure search.
Indexable as
results[target_idx][query_idx]to obtain a list of numpy arrays, each containing the target atom indices for one match. Also supportsresults.get_pair(target_idx, query_idx)for direct access.