You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ProLIF uses mol.GetSubstructMatches but could benefit from Chem.ResonanceMolSupplier(mol).GetSubstructMatches as an alternate backend for substructure search.
Currently ProLIF uses
mol.GetSubstructMatches
but could benefit fromChem.ResonanceMolSupplier(mol).GetSubstructMatches
as an alternate backend for substructure search.Relates to #24
The text was updated successfully, but these errors were encountered: