You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Delete Overlap
|
|
```
|
|
-delete overlap rc_off
|
|
```
|
|
|
|
This delete option removes overlapping atoms.
|
|
For every neighboring pair of atoms, the distance between them is checked.
|
|
If the distance is less than `rc_off` then the atom with the higher index in the data arrays is deleted.
|
|
|