Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 6
Next »
Date
Participants
Goals
Updates from team
Schrodinger pathway
Torsiondrive execution
Refactor wishlist
Discussion topics
Item | Presenter | Notes |
---|
Torsiondrive execution testing | Lorenzo | Seeing issues on Janssen cluster; appear random, consistent with network-filesystem latency failure modes Will try the approach taken for optimization benchmark; install conda env to each compute node local filesystem
|
Updates from team | | DH: ffbuilder runs even if no params directory already present now LD: could 2021 version work with this? DH: could work, might be issues; if folks use different versions of schrodinger, get different ffs in the background 2021 just used OPLS4, nothing else really different might consider changing the tag to include the OPLS version DD: is there an easy way to get the OPLS version out of the tools? Can then have opls-<version> and opls-<version>-custom ?
DH: short interactions with Bill, worked with Lorenzo on a tour of openff-benchmark repo, next steps with analysis
LD: starting to deal with analysis that Xavier, Bill requested got a tour of the existing analysis from DH, looking to make use of what we have to accommodate Xavier, Bill needs trying out torsiondrive executor, put testing results on Confluence testing classes of molecules known to be difficult for torsiondrives /wiki/spaces/~954728248/pages/1518010447 N(amide)-C(arom) rotatable bonds set, known to be difficult case for many FFs JW: interested in doing a working session at the end of this meeting if we can for identifying which torsion to drive DH: might need to consider kekulization too?
JW: rotatable bond definition in RDKit:
Case in point on rotatable bonds being kinda dodgy:
from openff.toolkit.topology import Molecule
mol = Molecule.from_smiles('[O-]C=CC=CC=CC=CC=O', allow_undefined_stereo=True)
print(len(mol.find_rotatable_bonds()))
DD: will add driving of every rotatable bond to torsiondrive executor for further investigation of limitations
JW: reviewed and merged Josh’s PRs; cut the release on Friday 4/9 DD: worked with Jeff to cut the release, instructions out to partners for export and submission
|
Schrodinger pathway
| David H
| |
Action items
- Lorenzo D'Amore will try approach taken for conda installation on compute nodes at Janssen for testing torsiondrive execution
- David Hahn will try and attach OPLS version to FF compute output, as we do for other FFs, e.g.
openff-1.3.0
- Lorenzo D'Amore will prototype analyses requested by Bill, Xavier; create a pull request for testing with them
- David Dotson will add driving of all rotatable bonds to torsiondrive executor
- David Dotson will ping partners on Friday 4/16 for results and status
- David Hahn and Lorenzo D'Amore will consider analysis changes needed for supporting OPLS4 alongside OPLS3
Decisions
Add Comment