-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make the se attn v2 descriptor energy conservative. #2905
fix: make the se attn v2 descriptor energy conservative. #2905
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## devel #2905 +/- ##
==========================================
+ Coverage 75.37% 75.77% +0.39%
==========================================
Files 245 246 +1
Lines 24635 25048 +413
Branches 1581 1618 +37
==========================================
+ Hits 18568 18979 +411
+ Misses 5137 5104 -33
- Partials 930 965 +35
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to be a critical bug that the energy does not match the force. Do we need to add it to #2866?
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
for more information, see https://pre-commit.ci
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
for more information, see https://pre-commit.ci
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
…deepmd-kit into smooth-se-attn-v2
This PR fixes issue #2811
descriptor_reshape
.