From 9c91377c65858b969aa8507e047ddde100d539e1 Mon Sep 17 00:00:00 2001 From: Yair Litman Date: Tue, 12 Nov 2024 11:08:46 +0000 Subject: [PATCH] imporve help-string fixdof --- ipi/inputs/motion/motion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipi/inputs/motion/motion.py b/ipi/inputs/motion/motion.py index 5b22f3eaf..1bbf81187 100755 --- a/ipi/inputs/motion/motion.py +++ b/ipi/inputs/motion/motion.py @@ -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) """