-
Notifications
You must be signed in to change notification settings - Fork 0
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
adds module for straight chain alkanes #82
Conversation
@jlheflin if you have time, see if you can finish this PR off. Otherwise I'll try to finish it on Monday. There's some bug causing an exception (run it under GDB and it'll show you exactly what line is causing the problem). The new module also needs a fleshed out description. |
I tinkered at the issue all weekend, and it seems that there are multiple issues:
|
Assuming this passes CI, it's r2g. |
🚀 [bumpr] Bumped! New version:v1.1.0 Changes:v1.0.7...v1.1.0 |
Is this pull request associated with an issue(s)?
No
Description
This adds a module which can generate arbitrary length straight chain alkanes.
TODOs
Get it to compile.