mordred.BondCount module¶
-
class
mordred.BondCount.
BondCount
(type='any', kekulize=False)[source]¶ Bases:
mordred._base.descriptor.Descriptor
bond count descriptor.
-
since
= StrictVersion ('1.0')¶
-
bond_types
= ('any', 'heavy', 'single', 'double', 'triple', 'aromatic', 'multiple')¶
-
explicit_hydrogens
¶ bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
-
kekulize
¶ bool(x) -> bool
Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
-
rtype
¶ alias of
builtins.int
-
config
¶
-
classmethod
from_json
(obj)¶ Create Descriptor instance from json dict.
- Parameters
obj (dict) – descriptor dict
- Returns
descriptor
- Return type
-
get_3D_mol
()¶
-
get_parameter_dict
()¶
-
parameter_names
= ('type', 'kekulize')¶
-
require_3D
= False¶
-
require_connected
= False¶
-