Kernels#
An instance of MCKernel
specifies the Monte Carlo
algorithm to be used for sampling. The MCKernel
class
use MCUsher
to generate step proposals for MC sampling. A
MCBias
can also be added to bias the system towards,
for example, a given fugacity. Users will rarely need to instantiate
or use any of these classes directly, but instead create them
implicitly by using instantiating a Sampler
.