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
Here, :attr:`A_per_step_x`, :attr:`A_per_step_y`, :attr:`A_per_step_z` specify the increment (or decrement) of the box length in the x, y, and z directions per simulation step, respectively. The unit is Ångstrom/step. For example, if the box length in the x-direction is initially 100 Å and :attr:`A_per_step_x` is set to :math:`10^{-5}` Å/step, then after :math:`10^{6}` steps, the box length will change by 10%. With a time step of 1 fs, this corresponds to a strain rate of :math:`10^{8}` s :math:`^{-1}`. Use :attr:`deform_x`, :attr:`deform_y`, :attr:`deform_z` to enable or disable deformation in each direction. A value of `1` enables deformation, while `0` disables it. For a direction where deformation is disabled, the box length remains constant throughout the simulation.
32
+
33
+
This form allows independent deformation rates in the x, y, and z directions.
23
34
24
35
Example
25
36
-------
26
37
27
-
For uniaxial tensile test, one can first equilibrate the system and then deform the box::
38
+
For uniaxial tensile test, one can first equilibrate the system and then deform the box.
0 commit comments