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
Provide a mask to the NeighborLists object which has the same dimension as the number of target sites.
Based on this mask, remove neighbor lists for targets that are marked for deletion.
This pruning is not meant to be incremental (done all-at-once)
insertion:
Add a parameter to neighbor lists indicating allocation should be provided. If attempt to insert a number of neighbors for a new target fails, then allocate using same rules underlying std::vector.
pruning:
Provide a mask to the NeighborLists object which has the same dimension as the number of target sites.
Based on this mask, remove neighbor lists for targets that are marked for deletion.
This pruning is not meant to be incremental (done all-at-once)
insertion:
Add a parameter to neighbor lists indicating allocation should be provided. If attempt to insert a number of neighbors for a new target fails, then allocate using same rules underlying std::vector.
This functionality would be useful for #211
The text was updated successfully, but these errors were encountered: