Hello! all!
I am wondering if lammps has function to get get position (x,y,z) for atoms in chunk?
My data have chunk 0, 1, 2, 3.
And I want to have positions of each atoms of chuck 2 & 3.
Finally, I want to get a file the positions by using fix command or dump file.
I know chunk can give center of mass(COM) and MSD for each chunk.
However, I want to get the each atom’s postions of each chunk.
Does the function exist in lammps?