From 3261f780b5821982a0c407eafd93345376cce430 Mon Sep 17 00:00:00 2001 From: miro-astore Date: Sun, 6 Mar 2022 22:56:37 +0100 Subject: [PATCH] added time_between to DistancesBetween class and deleted BetweenBench class. --- benchmarks/benchmarks/analysis/distances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmarks/analysis/distances.py b/benchmarks/benchmarks/analysis/distances.py index 5b498d0b179..9864784e6c0 100644 --- a/benchmarks/benchmarks/analysis/distances.py +++ b/benchmarks/benchmarks/analysis/distances.py @@ -56,7 +56,7 @@ def setup(self, num_atoms, pbc_type): # making a triclinic box with the same volume as the cube alpha = 2*np.pi/3 beta = np.pi/2 - gamma = 2*np.pi/3 + gamma = np.pi/3 # change side lengths so that the resulting box has correct # volume