Difference between revisions of "Scale box"
Jump to navigation
Jump to search
Miguel Caro (talk | contribs) m (Miguel Caro moved page Rescale box to Scale box without leaving a redirect) |
Miguel Caro (talk | contribs) m |
||
| Line 23: | Line 23: | ||
[[scale_box]] = .true. | [[scale_box]] = .true. | ||
| − | [[ | + | [[box_scaling_factor]] = 1.2 |
Latest revision as of 11:41, 30 July 2021
scale_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_scaling_factor, barostat, thermostat
|
Example
scale_box = .true. box_scaling_factor = 1.2