mordred.Aromatic module

class mordred.Aromatic.AromaticAtomsCount[source]

Bases: mordred.Aromatic.AromaticBase

aromatic 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

rtype

alias of int

class mordred.Aromatic.AromaticBondsCount[source]

Bases: mordred.Aromatic.AromaticBase

aromatic 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

rtype

alias of int