From 912ac3e23d4405385118c8bd0903b49b216af2dc Mon Sep 17 00:00:00 2001 From: "W. Kwabena Darko" <84714936+wkdarko@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:27:48 -0600 Subject: [PATCH] corrected typo in update.py --- hoomd/mpcd/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoomd/mpcd/update.py b/hoomd/mpcd/update.py index 960d02537a..7485728c76 100644 --- a/hoomd/mpcd/update.py +++ b/hoomd/mpcd/update.py @@ -47,7 +47,7 @@ class ReverseNonequilibriumShearFlow(Updater): Up to `num_swaps` swaps are executed each time. The amount of momentum transferred from the lower slab to the upper slab - is accumulated into `summed_exchangeD_momentum`. This quantity can be used + is accumulated into `summed_exchanged_momentum`. This quantity can be used to calculate the momentum flux and, in conjunction with the shear velocity field that is generated, determine the shear viscosity.