Expand description
v0.1.92: RDKit-compatible path fingerprints with bond type inclusion.
Enumerates all topological paths up to a configurable length, hashes each path (including bond types), and aggregates into a 2048-bit fingerprint. Bond types (single/double/triple/aromatic) are interleaved with atomic numbers in hash.
Structs§
- Rdkit
Path Config - RDKit path fingerprint configuration.
Functions§
- rdkit_
path_ fp - Compute RDKit path fingerprint (Daylight-like, with bond types).
- rdkit_
path_ fp_ with_ config - RDKit path fingerprint with custom config.
- tanimoto_
rdkit_ path - Tanimoto similarity between two RDKit path fingerprints.