[lammps-users] dump custom

Hi,
is there a limit in the number of arguments for the dump custom keyword?
I get an error 'ERROR: Invalid keyword in dump custom command' when trying to dump this:

dump coords all custom 1000 pmf052_3.min.out.xyz id type x y z ix iy iz fx fy fz

thank you!
Alex

Hi Alex,

I don't think a limit exists on number of arguments, but even
if it does, your command is a standard length that shouldn't
have that problem. One possibility is if you are using an
older version of LAMMPS, then you need to use tag instead of id
as a keyword.

Joanne Budzien