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
In [7]: ms = [Chem.MolFromSmiles(x) for x in ('C12CCC1CC2OCCCCCCC','C12CCC1CC2SCCCCCCC')]
In [8]: rdFMCS.FindMCS(ms,maximizeBonds=True).smartsString
Out[8]: '[#6]12-[#6]-[#6]-[#6]-1-[#6]-[#6]-2'
In [9]: rdFMCS.FindMCS(ms,maximizeBonds=False).smartsString
Out[9]: '[#6]12-[#6]-[#6]-[#6]-1-[#6]-[#6]-2'
Here are the molecules:
The text was updated successfully, but these errors were encountered:
Here are the molecules:

The text was updated successfully, but these errors were encountered: