Closed hoelzerC closed 1 year ago
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.
traj.xyz
docker run -it --rm -v $(pwd):/app/ aimnet-box models/aimnet2_wb97m-d3_ens.jpt input.sdf output.sdf --charge 0 --traj traj.xyz
Would expect a xyz-file format.
This is the ASE trajectory format. You can convert it to XMOL xyz with ase convert tool.
ase convert
Ah, thanks for the clarification. It would be much clearer if the file would be named output.traj .
output.traj
The
traj.xyz
constructed in the exampledocker 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.