mordred.SLogP module

Wildman-Crippen LogP/MR descriptor.

References
class mordred.SLogP.SLogP[source]

Bases: mordred.SLogP.WildmanCrippenBase

Wildman-Crippen LogP descriptor(rdkit wrapper).

since = StrictVersion ('1.0')
description()[source]
config
explicit_hydrogens = False
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.float

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict

class mordred.SLogP.SMR[source]

Bases: mordred.SLogP.WildmanCrippenBase

Wildman-Crippen MR descriptor(rdkit wrapper).

since = StrictVersion ('1.0')
description()[source]
config
explicit_hydrogens = False
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.float

to_json()

Convert to json serializable dictionary.

Returns

dictionary of descriptor

Return type

dict