Commit a800452
committed
Add CubeS₂ 4th-order spline support for charge assignment in SOG
- Introduced new method `precompute_cubes2_influence()` in SOGKSpace to handle CubeS₂ influence functions.
- Added a new header file `sog_spline.h` containing definitions and weight functions for CubeS₂ 4th-order splines.
- Updated SOGKSpace class to include new member variables for CubeS₂ influence functions and spline type.
- The CubeS₂ spline implementation is based on the reference: Predescu, Bergdorf, Shaw, J. Chem. Phys. 153, 224117 (2020).1 parent df8329c commit a800452
4 files changed
Lines changed: 652 additions & 116 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1560 | 1560 | | |
1561 | 1561 | | |
1562 | 1562 | | |
1563 | | - | |
| 1563 | + | |
| 1564 | + | |
1564 | 1565 | | |
1565 | 1566 | | |
1566 | 1567 | | |
| |||
0 commit comments