Menu

SVN archive Commit Log


Commit Date  
[r22059] by bugman

Introduced the ROT_FILE flag to the frame order test data generation base script.

This allows the 'rotations.bz2' file creation to be skipped, if set to False. This file takes time
to create and is of limited use.

2014-01-28 10:30:02 Tree
[r22058] by bugman

The frame order test data generation base script now outputs the frame order matrix to 8 places.

2014-01-28 10:25:13 Tree
[r22057] by bugman

Fix for the frame order test data generation base script for when the distribution of structures is not created.

2014-01-28 10:24:33 Tree
[r22056] by bugman

Fixes for the calculation of the frame order matrix in the test data generation base script.

The matrix generation now handles multiple modes of motion correctly. The total rotation matrix is
constructed when looping over the modes by using the dot product of the individual rotation to the
total, and then this is used to create the outer product, summed over all states.

2014-01-28 10:23:50 Tree
[r22055] by bugman

The frame order matrix printing function can now output the matrix to any precision.

The lib.frame_order.format.print_frame_order_2nd_degree() function now accepts the 'places' argument
which allows for higher precision printouts.

2014-01-28 10:20:07 Tree
[r22054] by bugman

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

........
r22051 | bugman | 2014-01-27 19:23:47 +0100 (Mon, 27 Jan 2014) | 6 lines

More speed ups for the internal structural object when huge numbers of models are present.

Another loop over the structural_data object has been eliminated from the PDB reading load_pdb()
method.
........
r22052 | bugman | 2014-01-27 20:42:01 +0100 (Mon, 27 Jan 2014) | 6 lines

Another optimisation for the internal structural object for large numbers of models.

The ModelList.add_item() method no longer loops over all models to check if a model is already
present, instead using the new current_models list.
........
r22053 | bugman | 2014-01-27 21:49:32 +0100 (Mon, 27 Jan 2014) | 8 lines

Yet more optimisation for handling large quantities of models in the internal structural model.

Now when adding new models to the object, the model_indices and model_list objects are no longer
created. This saves much time as the large model_list is now not sorted. A number of structural
object methods have been updated to handle the change by switching to the model_loop() method for
looping over the models, rather than using the model_indices and model_list objects.
........

2014-01-27 21:06:35 Tree
[r22053] by bugman

Yet more optimisation for handling large quantities of models in the internal structural model.

Now when adding new models to the object, the model_indices and model_list objects are no longer
created. This saves much time as the large model_list is now not sorted. A number of structural
object methods have been updated to handle the change by switching to the model_loop() method for
looping over the models, rather than using the model_indices and model_list objects.

2014-01-27 20:49:32 Tree
[r22052] by bugman

Another optimisation for the internal structural object for large numbers of models.

The ModelList.add_item() method no longer loops over all models to check if a model is already
present, instead using the new current_models list.

2014-01-27 19:42:01 Tree
[r22051] by bugman

More speed ups for the internal structural object when huge numbers of models are present.

Another loop over the structural_data object has been eliminated from the PDB reading load_pdb()
method.

2014-01-27 18:23:47 Tree
[r22050] by bugman

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

........
r22049 | bugman | 2014-01-27 18:54:08 +0100 (Mon, 27 Jan 2014) | 8 lines

Large speed up for the internal structural object for when many models are present.

The new ModelList.current_models object keeps track of all the models already present in the
structural object. This simplifies the checks of the pack_structs() internal structural object
method by removing expensive looping. This allows the loading of PDB files to continue to be fast
even with many tens or hundreds of thousands of models already loaded.
........

2014-01-27 17:54:40 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.