You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am exploring small crystalline systems with both MLIPs and DFT. These systems can be quite small, less than 0.8 nm. I'd like to use OpenMM to evolve these systems with MLIPs, but because the box size must be twice the neighbor cutoff, that's not currently possible. I can't decrease the cutoff because it would be unfaithful to the MLIP and I can't increase the box size because then the systems would be too large for DFT.
My (perhaps naive) understanding is that the box size limitation is implementation choice, rather than a theoretical limit. Can the getNeighborPairs function be modified to support smaller boxes? Or are there other torch-scriptable implementations I could use that wouldn't share this limitation?