User 8139ea8dbd
14-08-2007 21:56:38
Hi, there
Could you help me understand why the following two SQLs return 0? I was expecting 1.0 from both of them.
SQL #1:
select jc_equals('C[C@H](Cl)[C@H](C)CCl |a:1,3|','C[C@H](Cl)[C@H](C)CCl') from dual;
Since both stereo centers in the query smiles have been specified, it's unambiguous. Isn't it equivalent to put ABS labels in both stereo centers in the target extended smiles?
SQL #2:
select jc_equals('C[C@H](Cl)[C@H](C)CCl |a:1,3|','C[C@H](Cl)[C@H](C)CCl |a:3|') from dual;
Jchem document says: "(When any enhanced stereo labels appear on the molecule, all unlabeled stereo centers are thought to belong to the ABS group.)". The query smiles has atom 3 labeled as ABS, isn't this equivalent to have atom 1 labeled as ABS as well?
Thanks.
Could you help me understand why the following two SQLs return 0? I was expecting 1.0 from both of them.
SQL #1:
select jc_equals('C[C@H](Cl)[C@H](C)CCl |a:1,3|','C[C@H](Cl)[C@H](C)CCl') from dual;
Since both stereo centers in the query smiles have been specified, it's unambiguous. Isn't it equivalent to put ABS labels in both stereo centers in the target extended smiles?
SQL #2:
select jc_equals('C[C@H](Cl)[C@H](C)CCl |a:1,3|','C[C@H](Cl)[C@H](C)CCl |a:3|') from dual;
Jchem document says: "(When any enhanced stereo labels appear on the molecule, all unlabeled stereo centers are thought to belong to the ABS group.)". The query smiles has atom 3 labeled as ABS, isn't this equivalent to have atom 1 labeled as ABS as well?
Thanks.