Converting structure from aromatic form to Kekule form

There are two functions available to convert the molecule from aromatic form to Kekule form: dearomatize() and aromatize(false) located in MoleculeGraph class. The former method is suggested for general use as it reports false if the conversion was not successful.

Code example:

More information about dearomatization can be found here.

 

 

Differences between the basic and general methods
Previous chapter

Table of contents
 

Implicit, Explicit and Query Hydrogens
Next chapter