-
Notifications
You must be signed in to change notification settings - Fork 3
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