mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-07 22:44:25 +08:00
initial pass at adding avalon fps to cartridge. needs more testing
This commit is contained in:
3
Code/PgSQL/rdkit/sql/avalon.sql
Normal file
3
Code/PgSQL/rdkit/sql/avalon.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
select tanimoto_sml(avalon_fp('c1ccccc1'::mol),avalon_fp('c1ccccc1'::mol));
|
||||
select tanimoto_sml(avalon_fp('c1ccccc1'::mol),avalon_fp('c1ccccc1'::mol,true));
|
||||
select tanimoto_sml(avalon_fp('c1ccccc1'::mol),avalon_fp('c1ccccn1'::mol));
|
||||
Reference in New Issue
Block a user