Menu

SVN archive Commit Log


Commit Date  
[r25979] by bugman

Converted all structural object methods to use the selection object rather that atom ID strings.

This should have a significant impact on the speed of certain operations within relax. The most
obvious effect will be a huge speed up of the interatom.define user function. There should be speed
ups with a number of other user functions relating to structural information. All parts of relax
have been updated for the change.

2014-09-23 17:50:46 Tree
[r25978] by bugman

Created the structural object Internal_selection.mol_loop() method.

This is to simply quickly loop over all molecule indices of the selection object.

2014-09-23 16:55:47 Tree
[r25977] by bugman

Converted the rotate() and translate() structural object methods to use the new selection object.

The atom_id arguments have been replaced with selection arguments. Therefore all parts of relax
which call these methods must first call selection() to obtain the Internal_selection instance.

2014-09-23 16:43:56 Tree
[r25976] by bugman

Fixes for the new structural object Internal_selection object.

The atom indices are not stored via the molecule index.

2014-09-23 16:21:42 Tree
[r25975] by bugman

Indentation fix for the internal structural object validate_model() method.

2014-09-23 16:14:12 Tree
[r25974] by bugman

Missing import of the Internal_selection class.

2014-09-23 16:13:12 Tree
[r25973] by bugman

The internal structural object validate_models() method now accepts the verbosity argument.

This is used to silence printouts.

2014-09-23 16:12:45 Tree
[r25972] by bugman

Added the selection() method to the internal structural object.

This parses the atom ID string using the lib.selection module, loops over the molecules and atoms,
performs matches using re.search() via lib.selection, and populates and returns the new
Internal_selection object. This can be used to pre-process the atom ID string to save huge amounts
of time.

2014-09-23 16:05:23 Tree
[r25971] by bugman

Created a special internal structural object selection object.

This will be used for massively speeding up the internal structural object. The use of the
lib.selection module by the internal structural object is currently very slow as a huge number of
calls to re.search() are required. The idea is to avoid this by using lib.selection once to
populate this new selection object, and then reusing this object to loop over molecules and atoms.

2014-09-23 16:02:05 Tree
[r25970] by bugman

Implemented the frame_order.simulate user function backend for the double rotor frame order model.

This involved extending the algorithm to loop over N states, where N=2 for the double rotor and N=1
for all other models. To handle the rotations being about the x and y-axes, an axis permutation
algorithm is used to shift these axes to z prior to decomposing to the torsion-tilt angles. The
reverse permutation is used to shift the axes back after correcting for being outside of the allowed
angles.

2014-09-23 15:13:58 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.