The following methods are available in chemaxon.calculations.Hydrogenize
class to convert implicit hydrogen atoms to explicit ones:
Hydrogenize.convertImplicitHToExplicit(MoleculeGraph molecule, MolAtom[] atoms, int f)
Hydrogenize.convertImplicitHToExplicit(MoleculeGraph molecule)
In the first method the coordinate refinement to avoid atom collisions can be skipped using the OMIT_POSTCLEAN
option.
You can convert implicit Hydrogens to explicit ones without additional cleaning:
![]() | ![]() | ![]() |
---|---|---|
original methylhexene molecule | with OMIT_POSTCLEAN option | without OMIT_POSTCLEAN option |
Working example to add explicit H to chiral centers only