From f6ec201a3162aae7bd4c2465a43e7cf2d23cd8d5 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 6 Oct 2021 18:04:59 -0600 Subject: [PATCH] Update lmpmpi.py --- pylammpsmpi/mpi/lmpmpi.py | 1 + 1 file changed, 1 insertion(+) 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() }