Difference between revisions of "Scale box"
Jump to navigation
Jump to search
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|...") |
Miguel Caro (talk | contribs) m |
||
| Line 17: | Line 17: | ||
| <code>.true.</code> or <code>.false.</code> | | <code>.true.</code> or <code>.false.</code> | ||
| <code>.false.</code> | | <code>.false.</code> | ||
| − | | [[MD options]], <code>[[ | + | | [[MD options]], <code>[[box_scaling_factor]]</code>, <code>[[barostat]]</code>, <code>[[thermostat]]</code> |
|} | |} | ||
Revision as of 09:57, 30 July 2021
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_scaling_factor, barostat, thermostat
|
Example
rescale_box = .true. box_rescaling_factor = 1.2