Autodesk / Autodesk/molecular-design-toolkit

Poor generated 3D structures

Open
#132 0 comments 0 reactions 1 assignee Claimed by @avirshup View on GitHub
bug
Dominant language
Python
Stars
174
Forks
37
PR merge metrics
No merged PRs in 30d

Description

We're getting clashes and overlaps in the generated 3D structures for big complicated ring systems.

To wit:

```python
artim = mdt.from_inchi('InChI=1S/C15H22O5/c1-8-4-5-11-9(2)12(16)17-13-15(11)10(8)6-7-14(3,18-13)19-20-15/h8-11,13H,4-7H2,1-3H3/t8-,9-,10+,11+,13-,14-,15-/m1/s1')')
artim.draw()
```
gives
![image](https://cloud.githubusercontent.com/assets/9388007/23336967/15e498a4-fb94-11e6-86dd-918e56bcd98f.png)

Need to detect these as soon as they're generated (and ideally have fallbacks), otherwise they will generate difficult-to-debug downstream errors.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.