Menu

SVN archive Commit Log


Commit Date  
[r21118] by bugman

Added a script and results files for the base 'R2eff' model for Remco Sprangers' ClpP data.

2013-10-15 14:30:04 Tree
[r21117] by bugman

Simplified the Relax_disp.test_sprangers_cpmg_data_auto_analysis system test script.

The pA and kex parameters are now also pre-set to speed things up.

2013-10-15 14:19:06 Tree
[r21116] by bugman

Changes to the Sprangers ClpP data analysis script.

2013-10-15 14:15:48 Tree
[r21115] by bugman

Manually reverted the temporary change of r21094.

The command used was:
svn merge -r21094:r21093 .

.....
r21094 | bugman | 2013-10-14 15:40:53 +0200 (Mon, 14 Oct 2013) | 5 lines
Changed paths:
M /branches/relax_disp/test_suite/system_tests/relax_disp.py

Temporarily turned off the Relax_disp.test_sprangers_cpmg_data_auto_analysis system test.

This commit must be reverted!
.....

2013-10-15 14:15:22 Tree
[r21114] by bugman

Modified the Relax_disp.test_sprangers_cpmg_data_auto_analysis system test so the models are programatically changed.

2013-10-15 14:13:24 Tree
[r21113] by bugman

Replaced all usage of scipy.linalg.expm() with lib.linear_algebra.matrix_exponential.matrix_exponential().

This is for the functions of the lib.dispersion package used for the relaxation dispersion numeric
solution models. The change eliminates a bug in the scipy function which uses the Pade
approximation which fails horribly for the complex part of the matrix. The real part looks good,
but the complex part looks to have nasty truncation artefacts which is propagated and amplified
through the Bloch-McConnell equations.

2013-10-15 11:27:37 Tree
[r21112] by bugman

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

........
r21111 | bugman | 2013-10-15 13:20:25 +0200 (Tue, 15 Oct 2013) | 5 lines

Fix for the new lib.linear_algebra.matrix_exponential.matrix_exponential() function.

This function now returns a numpy array type rather than matrix type.
........

2013-10-15 11:22:50 Tree
[r21111] by bugman

Fix for the new lib.linear_algebra.matrix_exponential.matrix_exponential() function.

This function now returns a numpy array type rather than matrix type.

2013-10-15 11:20:25 Tree
[r21110] by bugman

Merged revisions 21107-21109 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r21107 | bugman | 2013-10-15 11:31:40 +0200 (Tue, 15 Oct 2013) | 5 lines

Created the lib.check_types.is_complex() function.

This is used to determine if a number is a Python or numpy complex type.
........
r21108 | bugman | 2013-10-15 11:34:11 +0200 (Tue, 15 Oct 2013) | 5 lines

The lib.linear_algebra.matrix_exponential.matrix_exponential() function now uses lib.check_types.is_complex().

This fixes the function for complex matrices.
........
r21109 | bugman | 2013-10-15 11:45:29 +0200 (Tue, 15 Oct 2013) | 3 lines

Created a new unit test for lib.linear_algebra.matrix_exponential.matrix_exponential() for complex matrices.
........

2013-10-15 09:46:02 Tree
[r21109] by bugman

Created a new unit test for lib.linear_algebra.matrix_exponential.matrix_exponential() for complex matrices.

2013-10-15 09:45:29 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.