INitial commit of CAC code
This commit is contained in:
commit
c8be709be9
66 changed files with 16539 additions and 0 deletions
25
docs/Commands/min_style.md
Normal file
25
docs/Commands/min_style.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# min_style
|
||||
|
||||
```sh
|
||||
min_style minimizer
|
||||
```
|
||||
|
||||
## Inputs
|
||||
|
||||
`minimizer` - Either `fire` or `cg`.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
min_style fire
|
||||
min_style cg
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
This code sets the minimizer for future `minimize` commands.
|
||||
Currently CAC has implemented both conjugate gradient minimization, `cg`, and the fast inertial relaxation engine [1], `fire`.
|
||||
|
||||
## References
|
||||
|
||||
[1] Guénolé, Julien et al. "Assessment and optimization of the fast inertial relaxation engine (fire) for energy minimization in atomistic simulations and its implementation in lammps" Computational Materials Science (2020)
|
Loading…
Add table
Add a link
Reference in a new issue