Menu

Commit [r19873]  Maximize  Restore  History

Added support for model selection to the relaxation dispersion specific analysis package.

This involved redesigning the model_loop() method. Instead of yielding both the spin containers and
the spin IDs, now only spin IDs are yielded. This is important as the model loop is used
independently of the data pipes. Hence the spin containers cannot be yielded as multiple pipes are
compared within the model loop. The auxiliary method _spin_ids_to_containers(spin_ids) has been
added to obtain the list of spin containers from the list of spin IDs.

To support model selection, the methods duplicate_data(), model_desc() and model_statistics() have
been added, and model_type() aliased to the common _model_type_local() method.

bugman 2013-06-05

changed /branches/relax_disp/specific_analyses/relax_disp/__init__.py
changed /branches/relax_disp/specific_analyses/relax_disp/disp_data.py
/branches/relax_disp/specific_analyses/relax_disp/__init__.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/specific_analyses/relax_disp/disp_data.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.