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
Version 1
Current »
Participants
Goals
Discussion topics
Item | Notes |
---|
| |
| JS – Suggestions for how to implement shrinking-ligand dynamics (90’s paper by Gilson)? PE – What molecule size? PE – Advantages of this method over alchemical methods? PE – A few different approaches are possible: Every atom has two different positions, use one position when calculating one set of forces, another position when calculating another set of forces Every atom has one position, but at each scale-down you change the physics to compensate (this will probably be easier). But you want to do that in such a way that you’re only having taht happen for the interactions IN the molecule. So you’ll need to do bookkeeping to ensure that the intramolecular ineractions and intermolecular interactions are known. So you probably want a customnonbondedforce where you have a PerParticleParameter that says whether each atom is part of the group being scaled. That would be the most efficient, but it won’t work with PME. JS – Can customnonbondedforce also track the center of mass? PE – Would the scaling change every step, or every thousand+ steps? PE – So what I’d do each time you change the scale factor is go in and manually set the new positions and change the bond lengths and stuff. You could choose not to directly update the positions, but changing bond lengths without doing that would add energy to the system which may be unwanted. JS – I looked at the example plugin, still wrapping my head around how to implement this idea
JS – Does current OpenMM support amber19?
|
Action items
Decisions
Add Comment