You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pt/dp): add exponential switch function (#4756)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added an option to use an exponential switch function for neighbor
updates in descriptors, providing a smoother decay of neighbor
contributions near cutoff distances. This is enabled via a new parameter
across multiple descriptor components.
- **Documentation**
- Updated parameter documentation to describe the exponential switch
function, its mathematical definition, and recommended smoothing
parameters.
- **Tests**
- Enhanced test suites to cover the new exponential switch option,
verifying consistent behavior and integration across different
configurations.
- **Improvements**
- Included environment protection parameter in serialization of
environment matrices across several descriptor classes for more complete
state representation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
Signed-off-by: Duo <50307526+iProzd@users.noreply.github.com>
Co-authored-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments