Menu

SVN archive Commit Log


Commit Date  
[r23954] by tlinnet

Lowered the number of dot iterations, by pre-prepare the dot matrix another round.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-15 06:53:42 Tree
[r23953] by tlinnet

Wrote the essential dot matrix up to be initiated earlier.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-15 06:53:40 Tree
[r23952] by tlinnet

Changed linked matrix/vector inner products into chained dot expressions.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-15 06:53:38 Tree
[r23951] by tlinnet

Change to the target function to the model ns cpmg 2site 3d to use the reduced input to the lib function.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-15 06:53:36 Tree
[r23950] by tlinnet

Fix for unit tests of model ns cpmg 2site 3d to the reduced input to the lib function.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-15 06:53:34 Tree
[r23949] by tlinnet

Methods to replace math domain errors in model ns_cpmg_2site_3d, has been replaced with numpy masks.

number of points has been removed, as the masks utility replaces this.
pB is now moved to be calculated inside. This makes the lib function simpler.
k_AB and k_BA is also now calculated here.
Magnetization vector is also now filled in lib function.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-15 06:53:31 Tree
[r23948] by bugman

Python 3 fix for the CaM frame order system test base script.

2014-06-13 17:54:40 Tree
[r23947] by bugman

Added another timing script for helping with speeding up the frame order analysis.

This is for the part where the rotation matrix for each Sobol' integration point is shifted into the
eigenframe.

2014-06-13 17:51:26 Tree
[r23946] by tlinnet

Fix for system test Relax_disp.test_cpmg_synthetic_dx_map_points.

By just copying self.back_calc_a to self.back_calc, problem was solved.

In specific_analysis.relax_disp.optimisation in function back_calc_r2eff(), the
function gets the last values stores in the class function.

This is in:
class Disp_result_command(Result_command):
"""Class for processing the dispersion optimisation results.
With:
self.back_calc = back_calc

And back_calc_r2eff() have return model.back_calc

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-13 16:45:23 Tree
[r23945] by bugman

Reverted r23693 as SciPy is actually still used in the frame order analyses.

The command used was:
$ svn merge -r23693:r23692 .

.....
r23693 | bugman | 2014-06-06 14:24:44 +0200 (Fri, 06 Jun 2014) | 6 lines
Changed paths:
M /trunk/docs/latex/install.tex

Removed all SciPy references in the installation chapter of the manual.

This is because SciPy is no longer used in the frame order analysis, hence it is not used for any
part of relax.
.....

2014-06-13 15:54:50 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.