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
e4994ad5
"src/diffusers/models/autoencoders/autoencoder_kl_flux2.py" did not exist on "6febc08bfcd88970c15e693f804cdb02ddd0c7bf"
Unverified
Commit
e4994ad5
authored
Mar 04, 2019
by
Gao, Xiang
Committed by
GitHub
Mar 04, 2019
Browse files
Clean wrong documents (#175)
parent
220982fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
torchani/aev.py
torchani/aev.py
+0
-5
No files found.
torchani/aev.py
View file @
e4994ad5
...
@@ -202,11 +202,6 @@ class AEVComputer(torch.nn.Module):
...
@@ -202,11 +202,6 @@ class AEVComputer(torch.nn.Module):
vec
=
self
.
_combinations
(
vec
,
-
2
)
vec
=
self
.
_combinations
(
vec
,
-
2
)
angular_terms
=
self
.
_angular_subaev_terms
(
*
vec
)
angular_terms
=
self
.
_angular_subaev_terms
(
*
vec
)
# Returned tensors has shape:
# (conformations, atoms, neighbors, ``self.radial_sublength()``)
# (conformations, atoms, pairs, ``self.angular_sublength()``)
# (conformations, atoms, neighbors)
# (conformations, atoms, pairs)
return
radial_terms
,
angular_terms
,
species_
return
radial_terms
,
angular_terms
,
species_
def
_combinations
(
self
,
tensor
,
dim
=
0
):
def
_combinations
(
self
,
tensor
,
dim
=
0
):
...
...
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