Menu

SVN archive Commit Log


Commit Date  
[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
[r20302] by bugman

Speed ups of the 'NS 2-site star' dispersion model optimisation.

The relaxation and magnitisation data structures are now initialised with the target function
initialisation, rather than being created at each target function call. The Rex and M0 matrices are
now updated at the base of the target function rather than in the lib.dispersion.ns_2site_star
module to minimise the number of mathematical operations per target function call. And the M0
matrix has changed shape and a dot product is used in lib.dispersion.ns_2site_star to create Moft
instead.

2013-07-15 16:13:21 Tree
[r20301] by bugman

The 'NS 2-site star' model is now more robust against math domain failures.

This includes the failure of the logarithmic of zero matrices.

2013-07-15 15:08:50 Tree
[r20300] by bugman

Fix for the state G+E to A+B conversion in lib.dispersion.ns_2site_star.

2013-07-15 11:55:12 Tree
[r20299] by bugman

The fixed relaxation time period is now sent into the 'NS 2-site star' dispersion model.

2013-07-15 10:03:38 Tree
[r20298] by bugman

Basic fix for the lib.linear_algebra.matrix_power.square_matrix_power() function.

2013-07-15 09:57:31 Tree
[r20297] by bugman

The chemical shift difference is now passed into lib.dispersion.ns_2site_star.

This is currently set to the fA parameter, though it is not yet clear if this is correct.

2013-07-15 09:46:41 Tree
[r20296] by bugman

Fixes for the construction of the complex conjugate matrix in lib.dispersion.ns_2site_star.

2013-07-15 09:36:28 Tree
[r20295] by bugman

Completed the conversion of the ground and excited states (G, E) to the A and B states.

This follows from http://thread.gmane.org/gmane.science.nmr.relax.devel/4132/focus=4154.

2013-07-15 08:57:48 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.