OpenFreeEnergy / OpenFreeEnergy/feflow
Improve exception handling for protein mutations
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 20
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Recently we have noticed that handling nonbonded exceptions have been getting a little too slow for protein mutations, probably due to the fact that now are alchemical unit can be pretty big (since it's the whole protein). Maybe there's a better way to deal with this, but for now we are just iterating over all the bonds/atoms and handling the exceptions on all of them.
To do that we are just manually getting the forces exceptions and adding/removing/rescaling(1-4s) accordingly. I wonder if instead of doing this manually we could rely more on the
createExceptionsFromBonds()method for theNonBondedForceto improve the performance when handling exceptions.Note that this probably won't improve things much for protein-ligand systems.
Originally posted by @ijpulidos in #105
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the code that manually gets NonBondedForce exceptions and adds, removes, or rescales 1-4 interactions for protein mutations. Compare that path with OpenMM's NonBondedForce.createExceptionsFromBonds() documentation, focusing on whole-protein alchemical units. Done means exception handling remains correct and is measurably faster for protein mutations; protein-ligand gains are not expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100