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
Potential solutions discussed at yesterday's protocol-devs meeting:
We could have a validation step that attempts to estimate if the box will be too small. I believe (please correct me if I'm wrong!) @hannahbaumann suggested maybe generating multiple conformers and attempting to resolve the box vectors in the same way openmm does.
We could have adaptive settings that dynamically change the cutoff as necessary during the Protocol - which would require us transparently exposing the new settings in some way.
We could have context-specific defaults that change based on the ChemicalSystem composition.
Our default 1.2 nm solvation usually works fine when working on cubic boxes, but can lead to the following error when using dodecahedron boxes:
The current solution to this problem is to use a larger cutoff for solute-only calculations with dodecahedrons - usually 1.5 nm works.
This may be related to #827, specifically @mattwthompson's comment regarding the bounding box issues with small molecules.
The text was updated successfully, but these errors were encountered: