[lammps-users] Qustion on lammps atom variables

Dear LAMMPS developer,

I need to store initial atom positions and use them later.
I read the Manual. It occured to me that one cannot evaluate variables of per-atom type like one can do like below for scalar variables:

variable v equal vol
variable v0 equal $v

I appreciate your consideration in advance
Joseph

Dear LAMMPS developer,
I need to store initial atom positions and use them later.

please check out fix store/state:
http://lammps.sandia.gov/doc/fix_store_state.html

a.