isayevlab/AIMNet2

Malformatted traj.xyz

Closed this issue · 2 comments

The traj.xyz constructed in the example docker run -it --rm -v $(pwd):/app/ aimnet-box models/aimnet2_wb97m-d3_ens.jpt input.sdf output.sdf --charge 0 --traj traj.xyz is malformatted, i.e. not even human-readable.

Would expect a xyz-file format.

This is the ASE trajectory format. You can convert it to XMOL xyz with ase convert tool.

Ah, thanks for the clarification. It would be much clearer if the file would be named output.traj .