Daylight v4.9 Release Date: 1 February 2008 Namedt_aromatic - test whether an object is aromaticGeneric Prototypedt_aromatic(dt_Handle) => dt_BooleanC Prototype#include "dt_smiles.h"dt_Boolean dt_aromatic(dt_Handle object) FORTRAN Prototypeinclude 'dt_f_smiles.inc'logical dt_f_aromatic(object) integer*4 object DescriptionTests the object to see if it is considered aromatic. Cycles are either aromatic or not. An atom or bond is considered aromatic if part of at least one aromatic cycle.The molecule must be in the modify-off state. Cycles and aromaticity will be calculated, if necessary. Return ValueReturns the aromatic property of the atom, bond, or cycle. For all other object types, this property is defined as FALSE.Related Topicsdt_setaromatic(3) |