mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
switching to an SSS fp size of 2048; this helps a lot with ChEMBL queries
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
using namespace std;
|
||||
using namespace RDKit;
|
||||
|
||||
const unsigned int SSS_FP_SIZE=1024;
|
||||
const unsigned int SSS_FP_SIZE=2048;
|
||||
const unsigned int LAYERED_FP_SIZE=1024;
|
||||
const unsigned int MORGAN_FP_SIZE=512;
|
||||
const unsigned int HASHED_TORSION_FP_SIZE=1024;
|
||||
|
||||
Reference in New Issue
Block a user