get wrapped coordinates for a triclinic simulation box

Hello

I am trying to get wrapped coordinates for atoms in a triclinic simulation box
I am printing out x, y, z and ix, iy, iz in dump file
How do I get the wrapped coordinates for the atoms when I know the information for the box : xlow, xhigh, ylow, yhigh, zlow, zhigh and xy, xz and yz
I could get the answer for the orthogonal box but for triclinic I am not able to figure out

Thanks so much in advance
sudeep

I don’t understand your question. The coordinates accessed with x, y, z are wrapped coordinates (minus an occasional tiny difference, when dump output falls on steps without neighbor list rebuilds, but that can be cured with dump_modify pbc

Axel