Skip to content

Commit

Permalink
small fix in methane, had a missing atom (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioJPickering authored and farhadrgh committed Aug 12, 2019
1 parent b83f824 commit 70eab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_aev.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def setUp(self):
[-0.1, 1.0, -0.1],
[-0.1, -0.1, 1.0],
[-1.0, -1.0, -1.0]]], dtype=torch.double)
self.species = torch.tensor([[1, 0, 0, 0]])
self.species = torch.tensor([[1, 0, 0, 0, 0]])
self.pbc = torch.ones(3, dtype=torch.bool)
self.v1, self.v2, self.v3 = self.cell
self.center_coordinates = self.coordinates + 0.5 * (self.v1 + self.v2 + self.v3)
Expand Down

0 comments on commit 70eab38

Please sign in to comment.