mordred.BCUT module

class mordred.BCUT.BCUT(prop='m', nth=0)[source]

Bases: mordred.BCUT.BCUTBase

BCUT descriptor.

Parameters:
Returns:

NaN when

  • any atomic properties are NaN
  • \(\left| nth \right| > A\)

description()[source]
rtype

alias of float

explicit_hydrogens = False
from_json(obj)

Create Descriptor instance from json dict.

Parameters:obj (dict) – descriptor dict
Returns:descriptor
Return type:Descriptor
get_parameter_dict()
kekulize = False
parameter_names = ('prop', 'nth')
require_3D = False
require_connected = True
to_json()

Convert to json serializable dictionary.

Returns:dictionary of descriptor
Return type:dict