Closed qjornet closed 6 years ago
I can't reproduce this using my version of the code.
What version of RDKit are you using? I am using 2016.09.2 You can find out by
from rdkit import rdBase print(rdBase.rdkitVersion)
Also, are you using Python 3? I've only tested this for Python 2.7.
I am using Python 3, with RDKit version 2017.03.1. I have modified the your printing calls to the Python 3 compatible form , i.e. print().
Ah, OK. It's fixed now.
Dear Developer,
My name is Joaquim Jornet-Somoza (quim), postdoctoral researcher on theoretical and computational chemistry. I have a set of xyz files (in fact, one file with concatenated xyz blocks), that I would like to pass to RD-Kit as mol. I looked to your code and I found it interesting for my purpose. Howevere, when I tryed the test examples it fails for the acetate xyz file (not for the ethane.xyz) saying:
Could you tell me where does this errors come from ? Sincerely quim