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
We now check that the box edge lenght >= cutoff / 2. This check is in the non-bonded potential, though verifying it in the context would be good as well.
Checking in the context constructor made more sense when the box dimensions were constant for the lifetime of the context -- seems better for this check to be in the nonbonded potential now...
We should assert that for rectangular boxes, the diagonal elements are zero, as a box size of zero is just undefined behavior.
jfass pointed out that it probably suffices to just do this check in the context.
The text was updated successfully, but these errors were encountered: