Autodesk / Autodesk/molecular-design-toolkit
Most output formats destroy non-standard bond information
Open
bug
- Dominant language
- Python
- Stars
- 174
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
```python
mol = mdt.from_smiles('CCCC')
print mol.write('pdb')
```
Gives
```
HETATM 1 C0 UNL 1 0.928 -0.017 -0.007 0.00 0.00 C
[...]
HETATM 14 H9 UNL 1 0.809 2.183 1.709 0.00 0.00 H
END
```
But we expect a CONECT section ... at least for the HETATMs
Contributor guide
Assessment
This issue has not been assessed yet.