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
Having the same issue a year later, looks like theres a typo in line 258 of the sdftinkerxyzpy.py script, changing HN#[C,N] to [H]N#[C,N]. Has thus far fixed the parsing issue.
When running to the sdftinkerxyzpy.py script, a SMARTS parsing error occurs.
After some exploration, I found the cause of the problem. 'H' is unknown and an invalid symbol in SMARTS.
When I check the code, I find that
If set
removeHs=True
, problem will be solved.The text was updated successfully, but these errors were encountered: