Scale box
Revision as of 09:55, 30 July 2021 by Miguel Caro (talk | contribs) (Created page with "<code>rescale_box</code> defines whether the simulation box is rescaled during the course of a molecular dynamics simulation, according to some fixed box_scaling_factor|...")
rescale_box defines whether the simulation box is rescaled during the course of a molecular dynamics simulation, according to some fixed scaling factors. The general transformation is as follows (with the value of the scaling factors and whether they are fully independent from each other determined by the box_scaling_factor keyword):
[math]\displaystyle{ \textbf{v}' = [[1+t_{xx}, t_{xy}, t_{xz}], [t_{yx}, 1+t_{yy}, t_{yz}], [t_{zx}, t_{zy}, 1+t_{zz}]] \, \textbf{v}. }[/math]
Summary
| Required/optional | Type | Accepted values | Default | See also |
|---|---|---|---|---|
| Optional | Logical | .true. or .false.
|
.false.
|
MD options, box_rescaling_factor, barostat, thermostat
|
Example
rescale_box = .true. box_rescaling_factor = 1.2