Skip to content

Commit

Permalink
added time_between to DistancesBetween class and deleted BetweenBench…
Browse files Browse the repository at this point in the history
… class.
  • Loading branch information
Miro-Astore committed Mar 6, 2022
1 parent b5e0c7d commit 3261f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks/analysis/distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3261f78

Please sign in to comment.