Commit | Date | |
---|---|---|
[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 |
[r24352]
by
bugman
Shifted the rotor generation for the frame order geometric representation into its own function. This is the specific_analyses.frame_order.geometric.add_rotors() function which adds the rotors are |
2014-06-27 15:47:15 | Tree |
[r24351]
by
tlinnet
Replaced all self.num_frq with self.NM in target function. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-27 15:16:16 | Tree |