This paper introduces a cell lists method using doubly linked lists for efficient Monte Carlo
simulations. It improves
particle insertion, deletion, and nonlocal moves (e.g., pivot, reptation) where Verlet lists
struggle. With O(N)
complexity, the method efficiently handles large displacements in polymer simulations and Metropolis
algorithms.
Validated through Lennard-Jones fluid simulations, it offers better memory efficiency and
scalability than traditional
methods. Learn more