openmmtools
openmmtools copied to clipboard
Use `LocalEnergyMinimizer` instead of `FireMinimizer`
We want to use the LocalEnergyMinimizer
instead of the FireMinimizer
in the multistate sampler. Supersedes #557
We need to figure out if we should let the users specify the minimizer they want to use in the MultiStateSampler
instance, or if we only want to support a fixed one.