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

23
docs/Commands/dump.md Normal file
View file

@ -0,0 +1,23 @@
# dump
```sh
dump id group style n fname
```
## Inputs
`id` - id for dump command
`group` - group to be dumped
`style` - dump style, currently only accepts `out`
`n` - dump every `n` steps. If `n` is `0` then the dump file is only written at the beginning and end of a minimize or run.
`fname` - file name to write to. Will strip extensions and replace with the timestep and .out.
## Example
```
```