Substructure matcher does not work with mixture E/Z isomers
Open
- Dominant language
- C++
- Stars
- 406
- Forks
- 134
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 24
Description
**Steps to Reproduce**
code snippet:
```
Indigo indigo = new Indigo();
IndigoObject molecule = indigo.loadMolecule("COCCCN1C(C(=C(C2=CC=C(C=C2)OCC=C)O)C(=O)C1=O)C3=CC=NC=C3");
IndigoObject query = indigo.loadQueryMolecule("COCCCN1C(=O)C(=O)/C(=C(/O)\\C2C=CC(OCC=C)=CC=2)/C1C1C=CN=CC=1");
molecule.aromatize();
query.aromatize();
IndigoObject match = indigo.substructureMatcher(molecule).match(query);
// match is null here
```
**Expected behavior**
E-isomer should match the query
**Actual behavior**
It doesn't
**Indigo/Bingo version**
indigoVersion=1.7.2
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.