We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Yeah, sure, I'll work this out. Thank you. However, right now I'm implementing excited/non-excited states of electron shell.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: