-
Notifications
You must be signed in to change notification settings - Fork 189
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
Lees Edwards Rewrite tracking ticket #2051
Comments
An update, with @bindgens1
For now, LE only works with the N-square force computation. But it works properly and I believe that we should merge it soon to avoid a divergence of our branch with respect to the development branch of ESPResSo. |
We have again made some progress, including the use of the script interface as requested :-) See https://github.com/pdebuyl/espresso/tree/lees_edwards_rebase For now, there is one test failing about which @bindgens1 will contact. Once the |
The current Lees-Edwards implementation creates duplicte pairs in the short range loop. It produces incorrect short range interactions even for an offset of 0.
The idea is to use a columnar cell and node grid, such that the neighborship relations do not change when the Lees Edwards offset changes.
I.e., the length of the cells in shear directoin is the box length. In the other directions, the cell size is determined by the interaction range and skin as for domain decomposition.
The shift of ghost particles' positions will be removed, also for conventional domain decomposition.
Lees Edwards needs the following:
In the code
The text was updated successfully, but these errors were encountered: