Skip to content

Circus#41

Open
TimurGimadiev wants to merge 2 commits intochython:masterfrom
TimurGimadiev:circus
Open

Circus#41
TimurGimadiev wants to merge 2 commits intochython:masterfrom
TimurGimadiev:circus

Conversation

@TimurGimadiev
Copy link
Member

No description provided.



class CircusFingerprint(MorganFingerprint):

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove nl

class CircusFingerprint(MorganFingerprint):

__slots__ = ()

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

implement analogs of:
linear_fingerprint
linear_bit_set
linear_hash_set
linear_hash_smiles
linear_smiles_hash

use _augmented_substructure algorithm to generate fragments and _morgan_hash_dict to get corresponding hashes

number_bit_pairs=number_bit_pairs).values() for x in x}
fingerprints = zeros(length, dtype=uint8)
fingerprints[list(bits)] = 1
return fingerprints
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add __all__

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants