Menu

SVN archive Commit Log


Commit Date  
[r24566] by bugman

Modified the specific analysis parameter object grid_lower() and grid_upper() methods.

These now accept the model information from the model_loop() API method and send that into an grid
lower and upper functions. These functions will require the information to pull out the correct
spin, spin cluster, or other information from the current data pipe to determine what the bounds
should be.

2014-07-18 09:51:54 Tree
[r24565] by bugman

Created the parameter object infrastructure for adding the grid search lower and upper bounds.

The _add() method now accepts the grid_lower and grid_upper keyword arguments, which can be either
values or functions. These are then stored in the _grid_lower and _grid_upper class dictionaries.
The public methods grid_lower() and grid_upper() have been added to return the value corresponding
to the given parameter.

2014-07-18 09:05:51 Tree
[r24564] by bugman

Created the specific analysis API return_parameter_object() function.

This is used by the non-specific analysis code to obtain the parameter object (a singleton object).
It will allow for more direct access to the parameter information.

2014-07-18 09:02:52 Tree
[r24563] by bugman

Merged revisions 24562 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r24562 | bugman | 2014-07-18 10:58:56 +0200 (Fri, 18 Jul 2014) | 7 lines

Bug fix for the parameter units descriptions.

This only affects a few rare parameters. The specific analysis API parameter object units() method
was incorrectly checking if the units value is a function - it was checking the parameter conversion
factor instead.
........

2014-07-18 08:59:46 Tree
[r24562] by bugman

Bug fix for the parameter units descriptions.

This only affects a few rare parameters. The specific analysis API parameter object units() method
was incorrectly checking if the units value is a function - it was checking the parameter conversion
factor instead.

2014-07-18 08:58:56 Tree
[r24561] by bugman

Updated the frame order optimisation results for the CaM small angle rotor test data.

The optimisation in the frame_order.py is now of higher precision with the number of Sobol' numeric
integration points significantly increased, especially for the Monte Carlo simulations. The new
frame order representation files have been added to the repository, as well as the intermediate
state files.

2014-07-18 08:30:09 Tree
[r24560] by bugman

Updated the frame order optimisation results for the CaM free rotor isotropic cone test data.

The optimisation in the frame_order.py is now of higher precision with the number of Sobol' numeric
integration points significantly increased, especially for the Monte Carlo simulations. The new
frame order representation files have been added to the repository, as well as the intermediate
state files.

2014-07-18 08:26:01 Tree
[r24559] by bugman

Implemented get_param_names() and get_param_values() for the relaxation curve-fitting analysis.

These are part of the specific analysis API.

2014-07-17 15:31:50 Tree
[r24558] by bugman

Fix for a number of docstring typos from r24557.

2014-07-17 15:24:09 Tree
[r24557] by bugman

Updated all the specific analysis methods affected by the _model_info_spin() API method change.

This is for the change whereby the common API method now returns the spin ID string as well
(r24554).

2014-07-17 15:13:34 Tree
Older >
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.