Package specific_fns :: Package model_free :: Module multi_processor_commands
[hide private]
[frames] | no frames]

Module multi_processor_commands

source code

Module for the multi-processor command system.

Classes [hide private]
  MF_memo
The model-free memo class.
  MF_minimise_command
Command class for standard model-free minimisation.
  MF_grid_command
Command class for the model-free grid search.
  MF_result_command
Class for processing the model-free results.
Functions [hide private]
 
spin_print(spin_id, verbosity)
Print out some header text for the spin.
source code
Variables [hide private]
  __package__ = 'specific_fns.model_free'

Imports: sys, match, Mf, generic_minimise, grid, grid_point_array, Memo, Result_command, Slave_command


Function Details [hide private]

spin_print(spin_id, verbosity)

source code 

Print out some header text for the spin.

Parameters:
  • spin_id (str) - The spin ID string.
  • verbosity (int) - The amount of information to print. The higher the value, the greater the verbosity.