Conversation
|
Member
|
@johnmay, is this one good to go too? |
Member
Author
|
Not sure - lost track and need to review. Leave for now |
…class (Hydrogens.java) keeping all the logic together. We also improve the logic such that the user can have a single entry point and they specify how they want their hydrogens. I did flirt with the idea of making this very granualar (i.e. bitmask/enum set) but in the end I decided they are really only a few useful options and providing it's not too difficult to implement add any extra future logic that is okay. There are 5 options: Unsafe, Minimal, Explicit, Stereo, Depiction which do different things for different use cases (see doc).
Member
Author
|
Rebased - This is good to go now. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This overhauls the hydrogen suppression/contraction logic placing it all in one place and adding new useful functionality and fixes some corner case. We now have an enum which controls how you would like your hydrogens stored/represented it has 5 options which are summarised by this diagram (included in the JavaDoc):
WIP as I need to think about the logic for "unsafe" a bit more.