Open davidlmobley opened 6 years ago
It's possible this also could affect acceptance rates for relatively more polar and especially charged ligands in BLUES; while it's reasonable to expect that these might be lower, perhaps an issue of this type makes them even lower than they should be (impacting the results of @nathanmlim ).
The option to treat this is provided here
With the parameter alchemical_pme_treatment
, I'm not exactly sure what the best option to use here is but it's been set to the same default in openmmmtools:
alchemical_pme_treatment : str, optional, default = 'direct-space'
Controls how alchemical region electrostatics are treated when PME is used.
Options are ['direct-space', 'coulomb', 'exact'].
- 'direct-space' only models the direct space contribution
- 'coulomb' includes switched Coulomb interaction
- 'exact' includes also the reciprocal space contribution, but it's
only possible to annihilate the charges and the softcore parameters
controlling the electrostatics are deactivated. Also, with this
method, modifying the global variable `lambda_electrostatics` is
not sufficient to control the charges. The recommended way to change
them is through the `AlchemicalState` class.
In the context of SAMPL6 host-guest binding, Andrea Rizzi noted they had run into this issue:
They are planning to correct the issue.
John points this out:
He suggests looking at https://github.com/pandegroup/openmm/issues/1702 and how they might implement a solution, https://github.com/choderalab/openmmtools/issues/319 .
We should take a look.