diff --git a/pylammpsmpi/mpi/lmpmpi.py b/pylammpsmpi/mpi/lmpmpi.py index 68eada54..4db14678 100644 --- a/pylammpsmpi/mpi/lmpmpi.py +++ b/pylammpsmpi/mpi/lmpmpi.py @@ -36,6 +36,7 @@ "angmom": {"type": 3, "gtype": 1, "dim": 3}, "torque": {"type": 3, "gtype": 1, "dim": 3}, "radius": {"type": 2, "gtype": 1, "dim": 1}, + "image": {"type": 2, "gtype": 0, "dim": 3}, # we can add more quantities as needed # taken directly from atom.cpp -> extract() }