Package specific_analyses :: Package jw_mapping :: Module parameter_object :: Class Jw_mapping_params
[hide private]
[frames] | no frames]

Class Jw_mapping_params

source code


The reduced spectral density mapping parameter list singleton.

Instance Methods [hide private]
 
__init__(self)
Define all the parameters of the analysis.
source code

Inherited from parameter_object.Param_list: base_loop, check_param, contains, conversion_factor, data_names, default_value, description, error_flag, grace_string, grace_units, grid_lower, grid_upper, is_spin_param, loop, scaling, scope, set, simulation_flag, type, type_string, uf_doc, units

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from parameter_object.Param_list: __new__

Class Variables [hide private]
  _instance = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Define all the parameters of the analysis.

Parameters:
  • spin_data - A flag which if True indicates that the specific analysis operates with spins.
Overrides: object.__init__