rxn.chemutils.rdf.reaction_properties.find_compounds_with_category
- rxn.chemutils.rdf.reaction_properties.find_compounds_with_category(property_dict)[source]
Iterate through a property dictionary to find compound dicts, with the associated category (“SOLVENT”, “CATALYST”, etc.).
- Parameters
property_dict (
Dict
[str
,Any
]) –- Return type
Iterator
[Tuple
[Dict
[str
,str
],str
]]