Malformatted traj.xyz
Closed this issue · 2 comments
hoelzerC commented
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.
zubatyuk commented
This is the ASE trajectory format. You can convert it to XMOL xyz with ase convert
tool.
hoelzerC commented
Ah, thanks for the clarification. It would be much clearer if the file would be named output.traj
.