Open rafalszabla1 opened 1 year ago
This could be caused by several reasons:
a) your input xyz file is not of the correct format (i.e., a typical XYZ file but with the second line replaced by "{property_name}={value}" pair. Note that only one molecule is allowed in each XYZ file.
b) the version of ase
to too new to be compatible with the old one. Try python3.7 and the ase version compatible with it.
Hi,
I've been trying to run the demo example from AQML, and the generation of amons works without any problems. However, when I run the train command it faces a problem with reading the xyz files from the demo. I am using the files that were provided with the tutorial, and I double checked their contents so everything should be fine. The error is below:
Running
gives
I installed all the prerequisites and I'm using python 3.9. I would really appreciate your help and any ideas about the problem. Could it be python version incompatibility?
Best wishes, Rafal