-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pack_box
does not cover the full range of mnsol with evaluator defaults
#21
Comments
|
@mattwthompson Sorry to ping you here, but I'm trying to decide if this is an upstream (interchange) issue. Would you be able to briefly weigh in? |
On its face I can't narrow it down much more than to say I can't rule out it being something with how Interchange communicated with Packmol. The error case itself it pretty generic and not much debug info is provided. (The complaints are not properly routed through STDERR/STDOUT, it seems.) Better debug information here would be really helpful - maybe Interchange could simply copy the contents of the temporary directory into some new path in the user's space so they can dig into it themselves? |
Are there significant differences between Interchange and Evaluator? From what I could see, the code was very similar, so I was hoping we could replicate the behaviour exactly (or at least the claimed behaviour from the paper). |
I agree with your assessment and am also surprised that you're seeing these failures. IIRC it the "what" should be conceptually identical but @Yoshanuikabundi made some fairly significant changes to the "how" - they made be able to chime in with more value. I probably won't get to it until next week, but I'm drawn to improving the debugging output since ... well I hope the errors are pretty straightforward and buried in the logs that are currently trashed. |
I'll run some more tests, but I'm starting to wonder if the benzene solute is the issue (i.e. at least for a few cases using the actual solute from the mnsol set seems to do the trick). |
Opened something upstream now that I have a "pure Interchange" test and some results: openforcefield/openff-interchange#1062 |
A heads-up, and a bit of an apology: |
I'm trying to replicate evaluator defaults (from the sage paper), through:
Here I'm packing benzene as the solute and then various solvent from mnsol.
~ 8 solvent types just don't work with these settings. The sage / evaluator papers seem to indicate that those systems were not a problem though. Am I missing something?
The text was updated successfully, but these errors were encountered: