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
/Users/noah/miniconda3/envs/grits/lib/python3.8/site-packages/grits/coarsegrain.py:139: UserWarning: c1ccc(S)cc1notfoundincompound!
warn(f"{smart_str} not found in compound!")
/Users/noah/miniconda3/envs/grits/lib/python3.8/site-packages/grits/coarsegrain.py:169: UserWarning: Someatomshavebeenleftoutofcoarse-graining!
warn("Some atoms have been left out of coarse-graining!")
This warning is confusing when reading from a United Atom gsd and using the corresponding SMARTS string. It's not obvious that the hydrogens need to be added back in this case.
We should either add to the warning specifying that we might need the add_hydrogens=True flag or make the behavior automatically add hydrogens back to United Atom systems.
The text was updated successfully, but these errors were encountered:
Using SMARTS matching on an United Atom system without the add_hydrogens flag gives a confusing result.
This works
This gives a warning
This warning is confusing when reading from a United Atom gsd and using the corresponding SMARTS string. It's not obvious that the hydrogens need to be added back in this case.
We should either add to the warning specifying that we might need the add_hydrogens=True flag or make the behavior automatically add hydrogens back to United Atom systems.
The text was updated successfully, but these errors were encountered: