Commit | Date | |
---|---|---|
[r23975]
by
bugman
The frame_order.pdb_model user function no longer tries to create a cone object for the double rotor. |
2014-06-16 10:05:39 | Tree |
[r23974]
by
bugman
Updated the double rotor frame order model to be in a pseudo-functional state. Bugs in the target function method have been removed, the calc_vectors() target function now accepts |
2014-06-16 09:49:10 | Tree |
[r23973]
by
bugman
The frame order target function calc_vectors() method arguments have all been converted to keywords. This is in preparation for handling a second pivot argument for the double rotor model. |
2014-06-16 09:40:37 | Tree |
[r23972]
by
bugman
Updated all of the CaM frame order system tests for the recent speed up (r23970). The speed up switched to the use of numpy.tensordot() for shifting each Sobol' rotation into the |
2014-06-16 09:11:13 | Tree |
[r23971]
by
bugman
Attempt at speeding up the torsionless pseudo-ellipse frame order model. The check if the Sobol' point is outside of an isotropic cone defined by the largest angle theta_y This however reveals a problem with the test suite data for this model. |
2014-06-16 09:07:44 | Tree |
[r23970]
by
bugman
Small speed ups for all of the frame order models in the quasi-random numerical PCS integration. These changes result in an ~10% speed up. Testing via the func_pseudo_ellipse() target function The changes consist of pre-calculating all rotations of the rotation matrix into the motional |
2014-06-16 09:05:28 | Tree |
[r23969]
by
bugman
Added the full optimisation results for the torsionless isotropic cone frame order model. This is for the CaM test data using the new frame_order.py optimisation script. |
2014-06-16 07:02:19 | Tree |
[r23968]
by
tlinnet
Inner product fix in model NS CPMG 2site 3D. Fix for system tests: The number of dotting with Mint, should corespond to the power. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-15 20:59:15 | Tree |
[r23967]
by
tlinnet
Last try to use the out argument. In the last dotting loop, the out argument wont work, no matter what I do. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-15 14:41:00 | Tree |
[r23966]
by
tlinnet
Implemented the dot method via blas. This needs a array with one more axis. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-15 14:27:07 | Tree |