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

Inconsistent inner representation #7

Open
artemkondyukov opened this issue Apr 11, 2017 · 2 comments
Open

Inconsistent inner representation #7

artemkondyukov opened this issue Apr 11, 2017 · 2 comments

Comments

@artemkondyukov
Copy link
Contributor

ghci> let b = readSmiles "c1ccccc1C(=O)O"
ghci> case b of Right val -> writeSmiles val
"c"
ghci>

It seems that the internal representation of SMILES string lacks proper handling of cyclic structures.

@klangner
Copy link
Owner

Hi Artem

As I understand you want to give it a try. That's great :-)

Let me know if you need any help or need some explanation regarding the parser.

@artemkondyukov
Copy link
Contributor Author

Yeah, sure, I'll work this out. Thank you.
However, right now I'm implementing excited/non-excited states of electron shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants