OEAreCompatibleDatabases
OEAreCompatibleDatabases(arg1: OEMolDatabase, arg2: OEFastFPDatabase) -> bool
Returns whether a molecule database and a fingerprint database are constructed from the same molecule file.
- moldb
The OEMolDatabase object.
- fpdb
The OEFastFPDatabase object.
See also
OECreateFastFPDatabaseFilefunctionOEFastFPDatabaseParams class
Example code in Searching fast fingerprint database section