dump xyz file with energy and forces

running dump traj_xyz all xyz 50 [out_unbiased2.xyz](http://out_unbiased2.xyz) results in only the timestep and x,y,z coordinates of the elements. I want to dump elements, energy, and forces as well to an xyz format. What will be the correct syntax for that.

Using custom results in removing the xyz format and makes it vmd unreadable.

running dump traj_xyz all xyz 50 [out_unbiased2.xyz](http://out_unbiased2.xyz) results in only the timestep and x,y,z coordinates of the elements. I want to dump elements, energy, and forces as well to an xyz format. What will be the correct syntax for that.

there is none.

Using custom results in removing the xyz format and makes it vmd unreadable.

that is not correct. https://www.ks.uiuc.edu/Research/vmd/plugins/molfile/lammpsplugin.html

axel.

You can use dump custom, to print element, forces. But energy is a global quantity, you will have to use write command.
You can use dump custom and then convert the file to cuz format.