You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -179,16 +180,13 @@ That means the command will return a system containing `frames of input system *
179
180
A relative length that determines the length the box size change in each frame. It is just a fraction and doesn't have unit. Typlicaly, for cubic box with side length `side_length` , `side_length` will increase or decrease a random value from the intervel `[-side_length*box_pert_fraction, side_length*box_pert_fraction]`.
180
181
181
182
It will also change the shape of the box. That means an orthogonal box will become a non-orthogonal box after perturbing. The angle of inclination of the box is a random variable.
182
-
`box_pert_fraction` is also relating to the probability distribution function of the angle.
183
-
184
-
See more details about how it will change the box below.
183
+
`box_pert_fraction` is also relating to the probability distribution function of the angle.
185
184
186
-
### `atom_pert_fraction`
187
-
A relative length that determines the length atom moves in each frame. It is just a fraction and doesn't have unit. Typlicaly, for a cubic box with side length `side_length` , the mean value of the distance that atom moves is approximate `a*atom_pert_fraction`.
185
+
### `atom_pert_distance`
186
+
unit:Angstrom. Determine the distance atoms move in each frame.
187
+
The mean value of the distance that atom moves is about `atom_pert_distance`.
188
188
189
189
### `atom_pert_style`
190
190
The probability distribution function used to change atom coordinates.
191
-
available options:`'uniform' 'normal' 'const'`.
192
-
191
+
available options:`'uniform', 'normal', 'const'`.
193
192
The direction atoms move and box deformation is random.
0 commit comments