mordred.Aromatic module

class mordred.Aromatic.AromaticAtomsCount[source]

Bases: mordred.Aromatic.AromaticBase

aromatic atoms count descriptor.

since = StrictVersion ('1.0')
description()[source]
config
explicit_hydrogens = True
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ()
require_3D = False
require_connected = False
rtype

alias of builtins.int

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict

class mordred.Aromatic.AromaticBondsCount[source]

Bases: mordred.Aromatic.AromaticBase

aromatic bonds count descriptor.

since = StrictVersion ('1.0')
description()[source]
config
explicit_hydrogens = True
classmethod from_json(obj)

Create Descriptor instance from json dict.

Parameters

obj (dict) – descriptor dict

Returns

descriptor

Return type

Descriptor

get_3D_mol()
get_parameter_dict()
kekulize = False
parameter_names = ()
require_3D = False
require_connected = False
rtype

alias of builtins.int

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict