INitial commit of CAC code
This commit is contained in:
commit
c8be709be9
66 changed files with 16539 additions and 0 deletions
21
docs/Commands/neighbor.md
Normal file
21
docs/Commands/neighbor.md
Normal 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue