mlund / faunus

A Framework for Metropolis Monte Carlo Simulation of Molecular Systems
https://faunus.readthedocs.io
MIT License
66 stars 33 forks source link

Add fixed upper limit for pair energy storage #385

Closed mlund closed 3 years ago

mlund commented 3 years ago

This sets a fixed upper limit for pair energy storage when using summation_policy. When the limit is reached the DelayedAccumulator forces a summation and then resets the storage. Related to #364.