Package rdkit :: Package DataStructs :: Module BitVect :: Class BitVect
[hide private]
[frames] | no frames]

Class BitVect

source code

Instance Methods [hide private]
 
__init__(self, nBits) source code
 
NumOnBits(self) source code
 
GetOnBits(self, sort=1, reverse=0) source code
 
TanimotoSimilarity(self, other) source code
 
EuclideanDistance(self, other) source code
 
__getitem__(self, which) source code
 
__setitem__(self, which, val) source code
 
__len__(self) source code
 
__and__(self, other) source code
 
__or__(self, other) source code
 
__xor__(self, other) source code
 
__invert__(self) source code