Bennett acceptance ratio


The Bennett acceptance ratio method is an algorithm for estimating the difference in free energy between two systems.
It was suggested by Charles H. Bennett in 1976.

Preliminaries

Take a system in a certain super state. By performing a Metropolis Monte Carlo walk it is possible to sample the landscape of states that the system moves between, using the equation
where ΔU = UU is the difference in potential energy, β = 1/kT, and is the Metropolis function.
The resulting states are then sampled according to the Boltzmann distribution of the super state at temperature T.
Alternatively, if the system is dynamically simulated in the canonical ensemble, the resulting states along the simulated trajectory are likewise distributed.
Averaging along the trajectory is denoted by angle brackets
Suppose that two super states of interest, A and B, are given. We assume that they have a common configuration space, i.e., they share all of their micro states, but the energies associated to these differ because of a change in some parameter.
The basic question to be addressed is, then, how can the Helmholtz free energy change on moving between the two super states be calculated from sampling in both ensembles? Note that the kinetic energy part in the free energy is equal between states so can be ignored. Note also that the Gibbs free energy corresponds to the NpT ensemble.

The general case

Bennett shows that for every function f satisfying the condition , and for every energy offset C, one has the exact relationship
where UA and UB are the potential energies of the same configurations, calculated using potential function A and potential function B respectively.

The basic case

Substituting for f the Metropolis function defined above, and setting C to zero, gives
The advantage of this formulation is that it can be computed without performing two simulations, one in each specific ensemble. Indeed, it is possible to define an extra kind of "potential switching" Metropolis trial move, such that the single sampling from the "mixed" ensemble suffices for the computation.

The most efficient case

Bennett explores which specific expression for ΔF is the most efficient, in the sense of yielding the smallest standard error for a given simulation time. He shows that the optimal choice is to take
  1. , which is essentially the Fermi–Dirac distribution.
  2. . This value, of course, is not known, but it can be approximately chosen in a self-consistent manner.
Some assumptions needed for the efficiency are the following:
  1. The densities of the two super states should have a large overlap. Otherwise, a chain of super states between A and B may be needed, such that the overlap of each two consecutive super states is adequate.
  2. The sample size should be large. In particular, as successive states are correlated, the simulation time should be much larger than the correlation time.
  3. The cost of simulating both ensembles should be approximately equal - and then, in fact, the system is sampled roughly equally in both super states. Otherwise, the optimal expression for C is modified, and the sampling should devote equal times to the two ensembles.

    Multistate Bennett acceptance ratio

The multistate Bennett acceptance ratio is a generalization of the Bennett acceptance ratio that calculates the free energies of several multi states. It essentially reduces to the BAR method when only two super states are involved.

Relation to other methods

The perturbation theory method

This method, also called Free energy perturbation, involves sampling from state A only. It requires that all the high probability configurations of super state B are contained in high probability configurations of super state A, which is a much more stringent requirement than the overlap condition stated above.

The exact (infinite order) result

or
This exact result can be obtained from the general BAR method, using the Metropolis function, in the limit. Indeed, in that case, the denominator of the general case expression above tends to 1, while the numerator tends to.
A direct derivation from the definitions is more straightforward, though.

The second order (approximate) result

Assuming that and Taylor expanding the second exact perturbation theory expression to the second order, one gets the approximation
Note that the first term is the expected value of the energy difference, while the second is essentially its variance.

The first order inequalities

Using the convexity of the log function appearing in the exact perturbation analysis result, together with Jensen's inequality, gives an inequality in the linear level; combined with the analogous result for the B ensemble one gets the following version of the Gibbs-Bogoliubov inequality:
Note that the inequality agrees with the negative sign of the coefficient of the variance term in the second order result.

The thermodynamic integration method

writing the potential energy as depending on a continuous parameter,
one has the exact result
This can either be directly verified from definitions or seen from the limit of the above Gibbs-Bogoliubov inequalities when
we can therefore write
which is the thermodynamic integration result. It can be approximated by dividing the range between states A and B into many values of λ at which the expectation value is estimated, and performing numerical integration.

Implementation

The Bennett acceptance ratio method is implemented in modern molecular dynamics systems, such as Gromacs.
Python-based code for MBAR and BAR is available for download at .