Feature: add Hessian operator <\phi|\nabla_x\nabla_y|\phi>#6888
Merged
mohanchen merged 2 commits intodeepmodeling:developfrom Jan 25, 2026
Merged
Feature: add Hessian operator <\phi|\nabla_x\nabla_y|\phi>#6888mohanchen merged 2 commits intodeepmodeling:developfrom
mohanchen merged 2 commits intodeepmodeling:developfrom
Conversation
mohanchen
approved these changes
Jan 25, 2026
ESROAMER
approved these changes
Jan 25, 2026
Flying-dragon-boxing
pushed a commit
to Flying-dragon-boxing/abacus-develop
that referenced
this pull request
Jan 26, 2026
…ing#6888) * Feature: add Hessian operator <\phi|\nabla_x\nabla_y|\phi> * fix: UT of twocenterintegral --------- Co-authored-by: dyzheng <zhengdy@bjaisi.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reminder
Linked Issue
Fix #6889
Unit Tests and/or Case Tests for my changes
================================================================================
TEST RESULTS
Total Tests: 15
Passed: 15 (100%)
Failed: 0 (0%)
Execution Time: < 0.01 seconds
Test Breakdown:
================================================================================
COVERAGE SUMMARY
Angular Momentum (l):
l=0: ✓ Tested (analytical - constant function)
l=1: ✓ Tested (analytical - linear functions)
l=2: ✓ Tested (all 6 Hessian components)
l=3: ✓ Tested (trace property, stability)
l=4: ✓ Tested (special points on axes)
l=5: ✓ Tested (finite difference validation)
l=6: ✓ Tested (finite difference validation)
l>6: ✓ Tested (boundary condition - not implemented)
Hessian Components (for l=2):
H_xx: ✓ Tested
H_xy: ✓ Tested
H_xz: ✓ Tested
H_yy: ✓ Tested
H_yz: ✓ Tested
H_zz: ✓ Tested
Test Points:
General coordinates: ✓ Tested
Coordinate axes (x,y,z): ✓ Tested
Small values (~1e-3): ✓ Tested
Large values (~100-300): ✓ Tested
================================================================================
VALIDATION METHODS
Analytical Verification (l=0, l=1)
Central Finite Difference (l=2, l=5, l=6)
Property Verification
Stability Testing
What's changed?
Any changes of core modules? (ignore if not applicable)