Getting Started
search_class()
Search for a single class and return the results as a list of dictionaries.
class_dict (dict[str, list[str]]) – Dictionary of the chemical classes.
structures (list) – List of structures.
params (SubstructMatchParameters) – Parameters for matching.
A list of dictionaries containing matches.
list[dict[str, str]]