__init__(self,
spins=None,
spin_ids=None,
sim_index=None,
scaling_matrix=None,
verbosity=None)
(Constructor)
| source code
|
Initialise the relaxation dispersion memo class.
This is used for handling the optimisation results returned from a
slave processor. It runs on the master processor and is used to store
data which is passed to the slave processor and then passed back to the
master via the results command.
- Parameters:
spins (list of SpinContainer instances) - The list of spin data container for the cluster. If this
argument is supplied, then the spin_id argument will be ignored.
spin_ids (list of str) - The spin ID strings for the cluster.
sim_index (int) - The optional MC simulation index.
scaling_matrix (numpy diagonal matrix) - The diagonal, square scaling matrix.
verbosity (int) - The verbosity level. This is used by the result command returned
to the master for printouts.
- Overrides:
object.__init__
|