Could HOOMD-Blue do the affine deformation? #1855
-
Hi there, I am currently using HOOMD version 2.9.7 to perform deformation simulations. While working on uniaxial stretching, I couldn't find the arguments for square root interpolation. For example: When resizing the box with Lx changing from Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can define a https://hoomd-blue.readthedocs.io/en/v4.8.1/module-hoomd-variant.html#hoomd.variant.Variant Otherwise, you can add more points to your linear interpolation to approximate a square root. |
Beta Was this translation helpful? Give feedback.
You can define a
CustomVariant
in currently supported versions of HOOMD:https://hoomd-blue.readthedocs.io/en/v4.8.1/module-hoomd-variant.html#hoomd.variant.Variant
Otherwise, you can add more points to your linear interpolation to approximate a square root.