Go to the source code of this file.
|
| template<typename T > |
| real_t | gridSum (T &function, bool zero=true, real_t tol=1e-11) |
| | Perform a sum over successively larger cubic integer grids in DIM dimensional space for arbitrary functors. More...
|
| |
| real_t | getKappaMadelung (real_t volume) |
| | Find the optimal kappa for Madelung sums. More...
|
| |
| real_t | madelungSum (const RealMat &a, real_t tol=1e-10) |
| | Compute the Madelung constant to a given tolerance. More...
|
| |
| real_t | getKappaEwald (real_t volume) |
| | Find the optimal kappa for Ewald pair sums. More...
|
| |
| real_t | ewaldSum (const RealVec &r, const RealMat &a, real_t tol=1e-10) |
| | Compute the Ewald interaction of a particle pair to a given tolerance. More...
|
| |
| real_t | ewaldEnergy (const RealMat &a, const PosArray &R, const ChargeArray &Q, real_t tol) |
| | Compute the total Ewald potential energy for a collection of charges. More...
|
| |