Commit | Date | |
---|---|---|
[r24362]
by
bugman
Created a master profiling script for comparing the speed between different dispersion models. This is similar to the disp_profile_all.py script except it only operates on a single relax version. The output of the script for the current disp_spin_speed branch code has also been added. |
2014-06-30 08:41:27 | Tree |
[r24361]
by
bugman
Added better epydoc sectioning to the lib.dispersion.ns_cpmg_2site_expanded module docstring. This is to better separate the original scripts used to document the code evolution. |
2014-06-30 08:16:57 | Tree |
[r24360]
by
bugman
A very small speed up to the MMQ CR72 dispersion model by minimising repetitive maths operations. This matches the recent change for the CR72 model (r24353), though the Psi calculation was already 100 single spins analysis: Cluster of 100 spins analysis: |
2014-06-27 17:01:21 | Tree |
[r24359]
by
bugman
Merged revisions 24354-24355 via svnmerge from ........ |
2014-06-27 16:59:29 | Tree |
[r24358]
by
bugman
Removed unused imports. This is from the splitting of the specific_analyses.frame_order.uf module into the new geometric |
2014-06-27 16:36:44 | Tree |
[r24357]
by
bugman
Removal of a tonne of unused imports in the lib.dispersion package. These were identified using the command "pylint * --disable=all --enable=unused-import". |
2014-06-27 16:32:30 | Tree |
[r24356]
by
bugman
Updated the numpy version requirement to be >= 1.6 on the http://www.nmr-relax.com/download.html webpage. |
2014-06-27 16:15:50 | Tree |
[r24355]
by
bugman
Updated the numpy minimal dependency in the installation chapter of the manual to version 1.6. |
2014-06-27 16:14:26 | Tree |
[r24354]
by
bugman
Numpy version 1.6 or higher is now required to be able to run relax. This follows from the series of messages: - http://www.mail-archive.com/relax-devel@.../msg06288.html, If too many users complain, maybe this change can be reverted later. This minimal numpy version is |
2014-06-27 16:13:27 | Tree |
[r24353]
by
bugman
A very small speed up to the CR72 dispersion models by minimising repetitive maths operations. The k_BA and k_AB rates are used to simplify the Psi calculation, dropping from 3 to 2 Using the disp_profile_all.py script, the speed ups for these two models are: 100 single spins analysis: Cluster of 100 spins analysis: |
2014-06-27 15:53:53 | Tree |