INitial commit of CAC code
This commit is contained in:
commit
c8be709be9
66 changed files with 16539 additions and 0 deletions
22
docs/Commands/thermo.md
Normal file
22
docs/Commands/thermo.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# thermo
|
||||
|
||||
```sh
|
||||
thermo step
|
||||
```
|
||||
|
||||
## Inputs
|
||||
|
||||
`step` - Output every `step` steps.
|
||||
|
||||
## Examples
|
||||
|
||||
```
|
||||
thermo 50
|
||||
```
|
||||
|
||||
## Descriptions
|
||||
|
||||
Currently the thermo output is fixed.
|
||||
For energy minimization, the thermo output contains only the energy and second norm of the global force vector.
|
||||
For dynamics, the thermo output also contains the kinetic energy and the temperature.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue