feat(pt/ptexpt): Filter LAMMPS neighbor lists by model cutoff#5526
feat(pt/ptexpt): Filter LAMMPS neighbor lists by model cutoff#5526OutisLi wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThe PR adds a ChangesNeighbor List Distance Filtering
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #5526 +/- ##
========================================
Coverage 82.19% 82.20%
========================================
Files 891 891
Lines 101599 101757 +158
Branches 4242 4259 +17
========================================
+ Hits 83507 83647 +140
- Misses 16789 16804 +15
- Partials 1303 1306 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
NeighborListDataand apply it to PT, PTExpt, spin, and tensor C++ inference paths.rcut.Test plan
ninja -C /tmp/deepmd-kit-api-cc-test runUnitTests_ccrunUnitTests_cc --gtest_filter='TestNeighborListData.FilterByDistance*:TestInferDeepPotAPt/*cpu_lmp_nlist_skin_below_model_width*'Summary by CodeRabbit
New Features
Tests