10 lines
282 B
Markdown
10 lines
282 B
Markdown
# 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.
|
|
|