Menu

SVN archive Commit Log


Commit Date  
[r20312] by bugman

Docstring fix for the lib.dispersion.ns_2site_star.r2eff_ns_2site_star() function.

2013-07-16 07:29:34 Tree
[r20311] by bugman

Added the 'NS 2-site star red' model to the relax_disp.select_model user function frontend.

This is the model of the numerical solution for the 2-site Bloch-McConnell equations using complex
conjugate matrices, whereby the simplification R20A = R20B is assumed.

This commit follows step 2 of the relaxation dispersion model addition tutorial
(http://thread.gmane.org/gmane.science.nmr.relax.devel/3907).

2013-07-16 07:17:15 Tree
[r20310] by bugman

Rewrote the relax_disp.select_model user function documentation.

All of the detailed model information has been removed as it is now in the relax user manual. The
model lists have been modified to match the analytic-numeric sectioning of the manual.

2013-07-16 07:05:12 Tree
[r20309] by bugman

Added the 'NS 2-site star red' model to the specific_analyses.relax_disp.variables module.

This is the model of the numerical solution for the 2-site Bloch-McConnell equations using complex
conjugate matrices, whereby the simplification R20A = R20B is assumed.

This commit follows step 1 of the relaxation dispersion model addition tutorial
(http://thread.gmane.org/gmane.science.nmr.relax.devel/3907).

2013-07-16 06:54:50 Tree
[r20308] by bugman

Reworked the dispersion chapter of the manual for the recent support of numerical models.

This includes better sectioning and section labelling and referencing, and the addition of the
'NS 2-site star' numerical model. The model and parameter tables have been updated as well.

2013-07-16 06:50:49 Tree
[r20307] by bugman

Changed 'numerical integration' to 'numerical solutions' in the dispersion chapter of the manual.

2013-07-15 17:13:38 Tree
[r20306] by bugman

Docstring completion for lib.dispersion.ns_2site_star.r2eff_ns_2site_star().

Epydoc text was missing for some of the function arguments.

2013-07-15 17:07:57 Tree
[r20305] by bugman

Improvement of the error handling in the 'NS 2-site star' model.

The fA and pB parameters are no longer being checked. Instead a Mgx value of 0.0 is being checked
for. This catches additional problems. And now instead of the R2eff value being set to zero, it is
set to 1e99. This is because log of zero is -inf, and then multiplied by a negative constant gives
positive inf.

2013-07-15 17:04:29 Tree
[r20304] by bugman

More speed ups of the 'NS 2-site star' dispersion model.

A number of calculations have been shifted to the target function initialisation code, avoiding
unnecessary repetitive mathematical operations.

2013-07-15 16:35:02 Tree
[r20303] by bugman

Shifted to using the faster numpy.linalg.matrix_power() function in lib.dispersion.ns_2site_star.

This was originally using the lib.linear_algebra.matrix_power.square_matrix_power() function,
however the numpy equivalent is faster.

2013-07-15 16:16:46 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.