Trees | Indices | Help |
|
---|
|
Base class containing API methods common to multiple analysis types.
|
|||
str |
|
||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
class instance |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
int |
|
||
SpinContainer instance, str |
|
||
str |
|
||
str |
|
||
int |
|
||
|
|||
|
|||
|
|||
list of float |
|
||
list of float |
|
||
float |
|
||
tuple of length 2 of floats or None |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
list of float or float |
|
||
list of float |
|
||
list of int |
|
||
list of int |
|
|
Generator method for looping over the base data of the specific analysis type (spin system specific). This method simply loops over the spins, returning the spin identification string.
|
Return the Monte Carlo relaxation data list for the corresponding spin.
|
Dummy method for initialising data structures. This method does nothing!
|
Initialise data structures (spin system specific).
|
Common method for deselecting a global model.
|
Dummy method for model elimination. This simply returns False to signal that no model elimination is to be performed.
|
Return the current data pipe as the model container.
|
Testing if errors exist for the current data pipe (spin system specific).
|
Common method stating that the parameter is not spin specific. This method always returns False, hence all parameters will be considered global.
|
Common method stating that the parameter is spin specific. This method always returns true, hence all parameters will be considered residents of a SpinContainer object.
|
Default generator method for looping over a single global (non-spin specific) model. The loop will yield a single index, zero, once to indicate a single model.
|
Default generator method for looping over the models, where each spin has a separate model. In this case only a single model per spin system is assumed. The yielded data is the spin container object. The spin ID string is also yielded to allow the corresponding spin container to be identified.
|
Return the type of the model as being 'global'.
|
Return the type of the model as being 'local'.
|
Return the number of instances, equal to the number of selected spins.
|
Default method for when the model_loop() method simply loops over a single global model.
|
Default method for when the model_loop() method simply loops over spins.
|
Return the Ri data structure for the given spin.
|
Return the Ri error structure for the corresponding spin.
|
Method for returning 1.0.
|
Return the value and error corresponding to the parameter 'param'. If sim is set to an integer, return the value of the simulation and None. The values are taken from the given SpinContainer object.
|
Set the parameter errors (spin system specific).
|
Set the global parameter values in the top layer of the data pipe.
|
Set the spin specific parameter values.
|
Set the simulation selection flag (for a single global model).
|
Set the simulation selection flag (spin system specific).
|
Dummy method to do nothing!
|
Pack the Monte Carlo simulation relaxation data into the corresponding spin container.
|
Return the simulation chi-squared values (spin system specific).
|
Return the array of simulation parameter values (spin system specific).
|
Return the array of selected simulation flags for the global model.
|
Return the array of selected simulation flags (spin system specific).
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 28 15:37:58 2016 | http://epydoc.sourceforge.net |