-
Notifications
You must be signed in to change notification settings - Fork 520
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
feat: model devi C/C++ API without nlist #3647
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3647 +/- ##
==========================================
+ Coverage 81.72% 81.80% +0.07%
==========================================
Files 503 503
Lines 46007 46331 +324
Branches 2891 2952 +61
==========================================
+ Hits 37601 37899 +298
- Misses 7528 7539 +11
- Partials 878 893 +15 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
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.
Looks good to me. I think you are expecting a new version, right?
To solve this issue: deepmodeling#3641 --------- Signed-off-by: Jinzhe Zeng <[email protected]> Co-authored-by: robinzyb <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jinzhe Zeng <[email protected]> (cherry picked from commit 181b631)
Many thanks. Recently I will refactor the dpmd api in cp2k. Move the dpmd section from the forcefield section to a new section under force_eval. |
To solve this issue: #3641 --------- Signed-off-by: Jinzhe Zeng <[email protected]> Co-authored-by: robinzyb <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jinzhe Zeng <[email protected]> (cherry picked from commit 181b631)
To solve this issue:
#3641