Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 448 Bytes

Readme.md

File metadata and controls

12 lines (6 loc) · 448 Bytes

Lattice sums over long-ranged potentials

Sums over infinite lattices have difficult convergence properties. This is usually handled by breaking the sum into a short-ranged and long-ranged part and transforming them differently into rapidly converging sums.

  • ewald_sum.py - a simple implementation of Ewald sums
  • PolynomialFit - Fitting to a polynomial, as part of the optimized long-ranged breakup.