delete atom???

Hi
I tried to delet some extra water molecules after nvt run. I build a regien and then use this commend : delete_atoms region 1
But i i receive this error:

Bond atom missing in image check

I’m sure this error is because of delete commond, but I don’t know how can i solve it???

Hi
I tried to delet some extra water molecules after nvt run. I build a regien
and then use this commend : delete_atoms region 1
But i i receive this error:

Bond atom missing in image check

I'm sure this error is because of delete commond, but I don't know how can
i solve it???

you delete atoms, but you didn't delete the bonds associated with it.
in fact, you should not simply delete individual atoms, but rather
entire molecules. this is possible with the very latest patch level of
LAMMPS (where these features are available), or it needs to be done
with an external program.

axel.

Thanks axel

You mean that I should use both delete-atom command and delete-bonds command?

Sent from Yahoo Mail for iPad |

Thanks axel

You mean that I should use both delete-atom command and delete-bonds
command?

Sent from Yahoo Mail for iPad <http://overview.mail.yahoo.com?.src=iOS>

​no.​

See the mol option for the delete_atoms command
in current LAMMPS.

Steve