mordred.Aromatic module¶
-
class
mordred.Aromatic.AromaticAtomsCount[source]¶ Bases:
mordred.Aromatic.AromaticBasearomatic atoms count descriptor.
-
as_argument¶ argument representation of descriptor
-
coord¶ get 3D coordinate
-
explicit_hydrogens= True¶
-
fail(exception)¶ raise known exception and return missing value
-
kekulize= False¶
-
mol¶ get molecule
-
parameters()¶
-
require_3D= False¶
-
require_connected= False¶
-
rethrow_na(exception)¶ treat any exceptions as known exception
-
rethrow_zerodiv()¶ treat zero div as known exception
-
-
class
mordred.Aromatic.AromaticBondsCount[source]¶ Bases:
mordred.Aromatic.AromaticBasearomatic bonds count descriptor.
-
as_argument¶ argument representation of descriptor
-
coord¶ get 3D coordinate
-
explicit_hydrogens= True¶
-
fail(exception)¶ raise known exception and return missing value
-
kekulize= False¶
-
mol¶ get molecule
-
parameters()¶
-
require_3D= False¶
-
require_connected= False¶
-
rethrow_na(exception)¶ treat any exceptions as known exception
-
rethrow_zerodiv()¶ treat zero div as known exception
-