mordred.BondCount module¶
- 
class 
mordred.BondCount.BondCount(type='any', kekulize=False)[source]¶ Bases:
mordred._base.descriptor.Descriptorbond count descriptor.
Parameters: - 
bond_types= ('any', 'heavy', 'single', 'double', 'triple', 'aromatic', 'multiple')¶ 
- 
explicit_hydrogens¶ 
- 
kekulize¶ 
- 
as_argument¶ argument representation of descriptor
- 
coord¶ get 3D coordinate
- 
fail(exception)¶ raise known exception and return missing value
- 
mol¶ get molecule
- 
require_3D= False¶ 
- 
require_connected= False¶ 
- 
rethrow_na(exception)¶ treat any exceptions as known exception
- 
rethrow_zerodiv()¶ treat zero div as known exception
-