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
Description
I'm trying to create an Interchange object from an OpenMM system that contains TIP4P water and got this Error: UnsupportedImportError: A particle is a virtual site, which is not yet supported.
Are there any plans to support virtual sites in the from_openmm call or would you recommend a different procedure in a case like this?
The text was updated successfully, but these errors were encountered:
No plans right now (but also not planning on never doing this!). I've added it to the board to see how others in the org wish to assign its its priority.
At a technical level I think it's doable, and something narrowly-scoped to 4-site water models is certainly easier than general support. I think it's doable. Compared to a three-site water model, it's just an extra key in the ElectrostaticsCollection and constructing a VirtualSiteCollection from scratch, but only needing to support one style.
Description
I'm trying to create an Interchange object from an OpenMM system that contains TIP4P water and got this Error:
UnsupportedImportError: A particle is a virtual site, which is not yet supported.
Are there any plans to support virtual sites in the
from_openmm
call or would you recommend a different procedure in a case like this?The text was updated successfully, but these errors were encountered: