Skip to content
Draft
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES/v2.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This page contains changes that will end up in 2.11
### Changes relevant for users:

- When using [MOLINFO](MOLINFO.md) with the `WHOLE` flag, PBCs in the following actions will be reconstructed using a minimum spanning tree based on the coordinates stored in the MOLFILE reference pdb.
- Added the possibility to use the Linked cells algorithm as explained in Allen to build a neighbour list. This can speed up some calculations, when setting up the neigbour list correctly is difficult.
- Added the possibility to use the Linked cells algorithm as explained in Allen to the CudaCoordination plugin, removing the upper ceiling on the number of atoms and increasing the performances.

### Changes relevant for developers:

Expand Down
1 change: 1 addition & 0 deletions regtest/basic/rt-nl-duplicates-requestlist/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../scripts/test.make
3 changes: 3 additions & 0 deletions regtest/basic/rt-nl-duplicates-requestlist/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type=driver
# this is to test a different name
arg="--plumed plumed.dat --ixyz trajectory.xyz --dump-forces ff --dump-forces-fmt=%10.5f --dump-full-virial"
Loading
Loading