Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMILES parse issue: numbers only work with already-bonded atoms. #4

Open
electronicsbyjulie opened this issue May 24, 2022 · 0 comments
Labels
bug Something isn't working. low priority Not a show stopper, but should be addressed.

Comments

@electronicsbyjulie
Copy link
Contributor

For example:

$ ./mol_assem_test C1.C2.C12

The resulting .sdf has all three carbons at [0,0,0] and all hydrogens' xyz coordinates as nan.

The following works more as anticipated, except for the ring being distorted due to an unrelated issue:

$ ./mol_assem_test C1CC1

@electronicsbyjulie electronicsbyjulie added bug Something isn't working. low priority Not a show stopper, but should be addressed. labels May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. low priority Not a show stopper, but should be addressed.
Projects
None yet
Development

No branches or pull requests

1 participant