[lammps-users] deleting a region

Hello,

In my script there is a loop over each atom. For each atom I define a
region, and make some operations to get the Hessian.

The question is:
is there any way to delete/move/redefine a region, so that I can reuse
the same ID. Otherwise I will have to define thousands of regions.

Many thanks,
Massimo

nope - since there is little overhead to having
many regions, I never thought it would be an
issue. Of course I never thought someone would
want 1000s of regions either.

Steve

check the 19Aug patch - just added a region delete command

Steve