Skip to content

Commit

Permalink
imporve help-string fixdof
Browse files Browse the repository at this point in the history
  • Loading branch information
litman90 committed Nov 12, 2024
1 parent b1ee998 commit 9c91377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipi/inputs/motion/motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class InputMotionBase(Input):
motion will be constrained or not.
fixatoms: A list of the indices of atoms that should not be moved.
fixatoms_dof: A list of indices of degrees of freedom that should be kept fixed.
Note that fixatoms is a 'short' way for to provide the fixatoms_dof, but only the latter is stored internally and written restart files.
Note that fixatoms is a 'short' way for to provide the fixatoms_dof, but only the latter is stored internally and written restart files. Example: [0,2,4] means (x-coordinate atom 1, z-coordinate atom 1, y-coordinate atom 2)
"""

Expand Down

0 comments on commit 9c91377

Please sign in to comment.