Skip to content

Commit

Permalink
Merge branch 'add_zinc_protein' of https://github.com/HydrogenSulfate…
Browse files Browse the repository at this point in the history
…/deepmd-kit into add_zinc_protein
  • Loading branch information
HydrogenSulfate committed Jan 12, 2024
2 parents 41c586f + 7893fa2 commit fc45b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/descriptor/se_a_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def _filter(
(type_input, type_i) in self.exclude_types # set()
for type_i in range(self.ntypes)
]
) # False
)
if all_excluded:
# all types are excluded so result and qmat should be zeros
# we can safaly return a zero matrix...
Expand Down

0 comments on commit fc45b3e

Please sign in to comment.