diff options
-rw-r--r-- | ml_exp/compound.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ml_exp/compound.py b/ml_exp/compound.py index f603ddd4e..e2b7ab7fd 100644 --- a/ml_exp/compound.py +++ b/ml_exp/compound.py @@ -130,6 +130,7 @@ class Compound: self.am = adjacency_matrix(self.fnm, self.bonds, self.bonds_f, + use_forces=use_forces, size=size) def gen_bob(self, |