Menu

SVN archive Commit Log


Commit Date  
[r19374] by bugman

Fix for the analysis specific API common method _data_init_spin().

The data types are now correctly checked - they are not strings but types.

2013-04-04 20:28:57 Tree
[r19373] by bugman

The relaxation dispersion specific _disassemble_param_vector() method is now functional.

This should allow the minimise user function to complete.

2013-04-04 20:22:43 Tree
[r19372] by bugman

The 'exp_fit' relaxation dispersion model now uses the minfx.grid sparseness argument.

This is used to skip all parts of the grid search belonging to a different exponential curve or
different spin. If the number of curves is N and the number of spins M, the grid size decreases
from inc**(2*N*M) to (inc**2)*N*M. For lots of spins and curves, this is a huge decrease.

2013-04-04 20:07:07 Tree
[r19371] by bugman

Fix for the func_exp_fit() relaxation dispersion target function.

The parameter index was not correctly calculated.

2013-04-04 15:47:21 Tree
[r19370] by bugman

Fix for the relaxation dispersion specific _assemble_scaling_matrix() method.

The values were all inverted - the matrix should hold values on the same order as the parameter
values.

2013-04-04 15:26:32 Tree
[r19369] by bugman

The relaxation dispersion func_exp_fit() target function now uses exponential_2param_neg().

This is from the lib.curve_fit.exponential module.

2013-04-04 15:17:57 Tree
[r19368] by bugman

Typo fix for the new lib.curve_fit.exponential.exponential_2param_neg() function.

2013-04-04 15:17:10 Tree
[r19367] by bugman

Created the new lib.curve_fit.exponential module for exponential curve-fitting.

This contains the single exponential_2param_neg() function which will be used for the relaxation
dispersion target functions. This is based on Sebastien Morin's function exp_2param_neg in
maths_fns.exponential.c in his dormant inversion-recovery branch.

2013-04-04 15:15:33 Tree
[r19366] by bugman

Created the lib.curve_fit package and associated unit tests.

This will be used for holding modules such as for exponential curve-fitting required for the
relaxation dispersion analysis.

2013-04-04 14:40:15 Tree
[r19365] by bugman

Missing import in the target_functions.relax_disp module.

2013-04-04 14:36:33 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.