PSCF v1.2
McMoveManager

An McMoveManager is a container for McMove objects (i.e., instances of subclasses of McMove) that perform different types of Monte Carlo moves.

See also
McMoveManager (class API)
McSimulator (manual page)

Parameter File

The parameter file format, including all optional parameters, is shown below:

McMoveManager{
McMove#*{ .... }
McMove#*{ .... }
.
.
.
}

The McMoveManager block contains a sequence of any number of selectable McMove subblocks that ends when the closing bracket for the McMoveManager block is reached. Each such McMove subblock must start with an opening line that contains the label (or class name) for a known analyzer algorithm that is implemented by a subclass of the McMove base class.