INitial commit of CAC code

This commit is contained in:
Alex Selimov 2024-02-17 21:51:18 -05:00
commit c8be709be9
66 changed files with 16539 additions and 0 deletions

21
docs/Commands/neighbor.md Normal file
View file

@ -0,0 +1,21 @@
# neighbor
```sh
neighbor skin
```
## Inputs
`skin` - The skin distance in angstrom added to the cutoff radius for construction of verlet lists.
## Examples
```sh
neighbor 1.5
```
## Description
This command specifies the additional skin distance which is used when constructing the verlet neighbor lists.
When an atom has moved greater than the half of the skin distance, then the neighbor lists are reconstructed.