Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
70eab38f
Commit
70eab38f
authored
Aug 12, 2019
by
Ignacio Pickering
Committed by
Farhad Ramezanghorbani
Aug 12, 2019
Browse files
small fix in methane, had a missing atom (#288)
parent
b83f824a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_aev.py
tests/test_aev.py
+1
-1
No files found.
tests/test_aev.py
View file @
70eab38f
...
@@ -357,7 +357,7 @@ class TestAEVOnBoundary(unittest.TestCase):
...
@@ -357,7 +357,7 @@ class TestAEVOnBoundary(unittest.TestCase):
[
-
0.1
,
1.0
,
-
0.1
],
[
-
0.1
,
1.0
,
-
0.1
],
[
-
0.1
,
-
0.1
,
1.0
],
[
-
0.1
,
-
0.1
,
1.0
],
[
-
1.0
,
-
1.0
,
-
1.0
]]],
dtype
=
torch
.
double
)
[
-
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
.
pbc
=
torch
.
ones
(
3
,
dtype
=
torch
.
bool
)
self
.
v1
,
self
.
v2
,
self
.
v3
=
self
.
cell
self
.
v1
,
self
.
v2
,
self
.
v3
=
self
.
cell
self
.
center_coordinates
=
self
.
coordinates
+
0.5
*
(
self
.
v1
+
self
.
v2
+
self
.
v3
)
self
.
center_coordinates
=
self
.
coordinates
+
0.5
*
(
self
.
v1
+
self
.
v2
+
self
.
v3
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment