-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the 'update_lists = false' option only apply to periodic systems? #80
Comments
In that case the list is built when you call Thus, there is no cell list updating in that case, in the call to |
Take a look at these examples: |
Thanks for your reply! I got it. |
I will try. I guess this will improve the performance. |
If you are running celllistmap from within an interative scheme (like the steps of a simulation), that is the pattern you should follow. Anyway, you need to update the cell lists (with The |
In the chapter of periodic systems of the document it is said that update cell list could be disabled. I tried it on the non-periodic systems, and there is no 'update_lists' in the variables for map_pairwise!().
Attached is my code
And there is the error information:
Is it possible to make this option also possible for non-periodic systems? Thanks for your help!
The text was updated successfully, but these errors were encountered: