Menu

SVN archive Commit Log


Commit Date  
[r11335] by bugman

The same bug fix of r11334 has now been applied to the func_rigid() and func_iso_cone() target fns.

The temporary data structures are no longer clobbering the permanent storage structures.

2010-07-22 09:12:22 Tree
[r11334] by bugman

Bug fix for the func_pseudo_ellipse() target function.

The overwriting of the permanent storage data structures was killing the optimisation of the average
domain position. Now temporary data structures are used for the functions which return numpy arrays.

2010-07-22 09:09:04 Tree
[r11333] by bugman

Merged revisions 11269-11289,11291-11296,11298-11332 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r11269 | bugman | 2010-07-01 10:25:33 +0200 (Thu, 01 Jul 2010) | 3 lines

Inverted the x and y axes in the RDC and PCS correlation plots.
........
r11270 | bugman | 2010-07-01 10:31:10 +0200 (Thu, 01 Jul 2010) | 3 lines

The errors in the correlation plots are now optional.
........
r11271 | bugman | 2010-07-01 10:48:48 +0200 (Thu, 01 Jul 2010) | 3 lines

Better support for RDC and PCS correlation plots with and without errors.
........
r11272 | bugman | 2010-07-02 10:40:23 +0200 (Fri, 02 Jul 2010) | 3 lines

Added a new system test for the direct optimisation of the paramagnetic centre.
........
r11273 | bugman | 2010-07-02 10:41:41 +0200 (Fri, 02 Jul 2010) | 5 lines

Renamed the pcs.centre() user function to paramag.centre() in the system tests.

This is because in the future this paramagnetic centre position is shared with the PRE.
........
r11274 | bugman | 2010-07-02 10:47:57 +0200 (Fri, 02 Jul 2010) | 6 lines

Renamed the pcs.centre() user function to paramag.centre() to abstract for the PRE.

The paramagnetic centre is shared between different NMR interactions, so this function has been
abstracted and is no longer PCS dependent.
........
r11275 | bugman | 2010-07-02 10:53:18 +0200 (Fri, 02 Jul 2010) | 3 lines

The fix flag is now accepted by the paramag.centre() user function.
........
r11276 | bugman | 2010-07-02 10:54:49 +0200 (Fri, 02 Jul 2010) | 3 lines

A few fixes for the paramag prompt code for the change from the PCS.
........
r11277 | bugman | 2010-07-02 10:55:42 +0200 (Fri, 02 Jul 2010) | 3 lines

The paramag user function class is now accessible.
........
r11278 | bugman | 2010-07-02 10:59:20 +0200 (Fri, 02 Jul 2010) | 3 lines

Fixes for the system tests for the pcs.centre() to paramag.centre() shift.
........
r11279 | bugman | 2010-07-02 11:50:32 +0200 (Fri, 02 Jul 2010) | 5 lines

Activated the paramag centre finding system test.

This currently fails as the code to do this does not exist.
........
r11280 | bugman | 2010-07-02 12:07:05 +0200 (Fri, 02 Jul 2010) | 3 lines

Fixes for solely specifying that the paramag centre will be optimised.
........
r11281 | bugman | 2010-07-02 13:24:55 +0200 (Fri, 02 Jul 2010) | 5 lines

Fix for the RDC back_calc() function for when N=1 in the N-state model.

The bond vector structure was not correct.
........
r11282 | bugman | 2010-07-02 13:31:52 +0200 (Fri, 02 Jul 2010) | 6 lines

Bug fix for the RDC back_calc() function - the align_id arg was being ignored.

The RDCs were being calculated for all tensors, and then assigned to the align_id key. The results
was that the back-calculated RDCs were for the last tensor, not for align_id.
........
r11283 | bugman | 2010-07-02 17:39:21 +0200 (Fri, 02 Jul 2010) | 9 lines

Preparation for the optimisation of the paramagnetic centre in the N-state model.

The calculation of PCS unit vectors and distances has been shifted into the new
maths_fns.paramag_centre module and into the N-state model maths_fns code. The API of
maths_fns.n_state_model has been changed so that now atomic positions, the paramagnetic centre
position, the temperature, and frequency are passed in rather than the PCS vectors and constants.
The code is now more flexible making it easy to add PRE support.
........
r11284 | bugman | 2010-07-02 17:50:23 +0200 (Fri, 02 Jul 2010) | 3 lines

The paramagnetic centre optimisation has been merged into the func_population() target function.
........
r11285 | bugman | 2010-07-02 19:36:51 +0200 (Fri, 02 Jul 2010) | 5 lines

The paramagnetic centre is now part of the parameter vector for the N-state model.

Well, only when it is not fixed.
........
r11286 | bugman | 2010-07-03 11:38:32 +0200 (Sat, 03 Jul 2010) | 5 lines

N-state models with no parameters are now caught prior to optimisation.

The minimise() method now simply throws a warning and returns without doing anything.
........
r11287 | bugman | 2010-07-03 20:08:53 +0200 (Sat, 03 Jul 2010) | 3 lines

The N-state model calculate() method now stored the back-calculated RDCs and PCSs and Q factors.
........
r11288 | bugman | 2010-07-03 21:56:40 +0200 (Sat, 03 Jul 2010) | 3 lines

The rdc.back_calc() user function without an ID arg will back-calculate RDCs for all alignments.
........
r11289 | bugman | 2010-07-06 18:10:10 +0200 (Tue, 06 Jul 2010) | 3 lines

The N-state model now supports the paramagnetic centre in return_data_name().
........
r11291 | bugman | 2010-07-08 11:45:21 +0200 (Thu, 08 Jul 2010) | 3 lines

Docstring improvements - the geometric info should be in Angstroms.
........
r11292 | bugman | 2010-07-08 11:49:35 +0200 (Thu, 08 Jul 2010) | 9 lines

Better support for the optimisation and mapping of the Ln3+ position.

The position is now treated in Angstrom, and is properly scaled. A few additional API methods have
been added for the mapping of the optimisation space, and a few modified to support the Ln3+
position.
........
r11293 | bugman | 2010-07-08 11:56:42 +0200 (Thu, 08 Jul 2010) | 3 lines

Fix for the Ln3+ position optimisation with no populations, the target function was overwritten.
........
r11294 | bugman | 2010-07-08 13:03:13 +0200 (Thu, 08 Jul 2010) | 5 lines

Fix for the N-state model _assemble_scaling_matrix() method for the 2-domain model.

This is a recently introduced bug. For the 2-domain model, no alignment parameters are optimised.
........
r11295 | bugman | 2010-07-08 13:49:04 +0200 (Thu, 08 Jul 2010) | 3 lines

Changed the alignment tensor parameter scaling back to 1 as this was slowing down the optimisation.
........
r11296 | bugman | 2010-07-08 15:26:24 +0200 (Thu, 08 Jul 2010) | 3 lines

Created the n_state_model.elim_no_prob() to remove structures with zero probability.
........
r11298 | bugman | 2010-07-13 13:28:44 +0200 (Tue, 13 Jul 2010) | 14 lines

Major patch for integrating the GUI into the noe calculation.

This patch is from Michael Bieri (https://gna.org/users/michaelbieri) and is from file #9490
(https://gna.org/support/download.php?file_id=9490) attached to task #6847
(https://gna.org/task/?6847).

Changes include:
- output filename can be specified
- folder, where results files will be placed, can be specified
- label of hetero nucleus and proton of peak lists and pdb file can be selected
- sequence is read either by sequence file or pdb file
- removed white spaces and progress output.
........
r11299 | bugman | 2010-07-15 13:19:11 +0200 (Thu, 15 Jul 2010) | 3 lines

Added a system test checking the conversion of alignment tensor to chi tensor.
........
r11300 | bugman | 2010-07-15 13:39:35 +0200 (Thu, 15 Jul 2010) | 3 lines

Fix for the alignment tensor rotation matrix - it is now always in the right handed universe.
........
r11301 | bugman | 2010-07-15 15:26:00 +0200 (Thu, 15 Jul 2010) | 3 lines

Initialising and alignment tensor now adds the ID to the alignment ID list.
........
r11302 | bugman | 2010-07-15 15:26:35 +0200 (Thu, 15 Jul 2010) | 3 lines

Wrote the pcs.back_calc() user function back end.
........
r11303 | bugman | 2010-07-15 15:29:46 +0200 (Thu, 15 Jul 2010) | 3 lines

Added a severely truncated PDB file for PCS back-calculation with ubiquitin.
........
r11304 | bugman | 2010-07-15 15:46:30 +0200 (Thu, 15 Jul 2010) | 3 lines

Added a system test for the back-calculation of PCSs.
........
r11305 | bugman | 2010-07-15 15:46:58 +0200 (Thu, 15 Jul 2010) | 3 lines

Added some unit tests for the pseudo-elliptic cosine function.
........
r11306 | bugman | 2010-07-15 17:08:22 +0200 (Thu, 15 Jul 2010) | 5 lines

Fix for the alignment tensor initialisation for when the ID is added to cdp.align_ids.

This was introduced in r11301. cdp.align_ids was not being checked if the align ID already exists.
........
r11307 | bugman | 2010-07-15 17:23:28 +0200 (Thu, 15 Jul 2010) | 3 lines

The Ln3+ position optimisation system test has been sped up by decreasing the accuracy.
........
r11308 | bugman | 2010-07-15 18:32:33 +0200 (Thu, 15 Jul 2010) | 6 lines

Small fixes and improvements to the rdc.back_calc() user function.

Align IDs are being used instead of RDC IDs so RDCs can be back-calculated even if measured RDCs are
not present. And spin info is also being checked for better error reporting to the user.
........
r11309 | bugman | 2010-07-15 18:34:04 +0200 (Thu, 15 Jul 2010) | 5 lines

The RDC and PCS back-calculation user fns now add the alignment ID to the RDC and PCS if absent.

Again this is to allow both data types to be back-calculated in the absence of measured data.
........
r11310 | bugman | 2010-07-15 18:38:18 +0200 (Thu, 15 Jul 2010) | 3 lines

Added a system test to back-calculated RDCs from a PCS derived alignment tensor.
........
r11311 | bugman | 2010-07-16 11:24:28 +0200 (Fri, 16 Jul 2010) | 3 lines

Made a RelaxError less stringent so that the paramagnetic centre can be unfixed.
........
r11312 | bugman | 2010-07-16 11:28:33 +0200 (Fri, 16 Jul 2010) | 3 lines

The align_tensor.delete() user function can now be used to remove all tensors simultaneously.
........
r11313 | bugman | 2010-07-16 19:12:36 +0200 (Fri, 16 Jul 2010) | 3 lines

Fixed the align_tensor.delete() arg unit test to accept None as an arg.
........
r11314 | bugman | 2010-07-16 19:13:13 +0200 (Fri, 16 Jul 2010) | 3 lines

Pre-defined probabilities can now be used in the 'fixed' N-state model optimisation.
........
r11315 | bugman | 2010-07-19 11:42:30 +0200 (Mon, 19 Jul 2010) | 5 lines

For for a bug introduced in the last revision (r11314).

The fixed probabilities were not being set for the Ln3+ optimisation case.
........
r11316 | bugman | 2010-07-19 11:59:05 +0200 (Mon, 19 Jul 2010) | 3 lines

Large speed ups of the Ln3+ position finding system test.
........
r11317 | bugman | 2010-07-19 15:35:24 +0200 (Mon, 19 Jul 2010) | 9 lines

Created compile_1st_matrix_pseudo_ellipse() for numerically making the 1st degree frame order matrix.

A number of new supplementary functions have been added for this numerical approximation:
part_int_daeg1_pseudo_ellipse_xx()
part_int_daeg1_pseudo_ellipse_yy()
part_int_daeg1_pseudo_ellipse_zz()
tmax_pseudo_ellipse()
........
r11318 | bugman | 2010-07-19 17:36:43 +0200 (Mon, 19 Jul 2010) | 3 lines

Fix for the print_frame_order_2nd_degree() fn, sys.stdout overwriting now works.
........
r11319 | bugman | 2010-07-19 18:04:13 +0200 (Mon, 19 Jul 2010) | 6 lines

Created compile_2nd_matrix_pseudo_ellipse() for numerically making the 2nd degree frame order matrix.

A series of part_int_daeg2_pseudo_ellipse_**() supplementary functions have been added for this
numerical approximation. The function is also unit tested.
........
r11320 | bugman | 2010-07-19 18:39:18 +0200 (Mon, 19 Jul 2010) | 6 lines

Removal of the T23 transpose from compile_2nd_matrix_pseudo_ellipse() and an index shift of -1.

The removal of the transpose has changed all of the indices in part_int_daeg2_pseudo_ellipse_xx().
These indices now start at zero for easier debugging.
........
r11321 | bugman | 2010-07-19 18:42:38 +0200 (Mon, 19 Jul 2010) | 3 lines

Reordering of the part_int_daeg2_pseudo_ellipse_xx() functions.
........
r11322 | bugman | 2010-07-19 19:18:42 +0200 (Mon, 19 Jul 2010) | 3 lines

Added a debugging print out to test_compile_2nd_matrix_pseudo_ellipse().
........
r11323 | bugman | 2010-07-19 19:19:18 +0200 (Mon, 19 Jul 2010) | 3 lines

Clean up of the maths functions in part_int_daeg2_pseudo_ellipse_xy().
........
r11324 | bugman | 2010-07-21 11:24:16 +0200 (Wed, 21 Jul 2010) | 3 lines

Added support for the pseudo-elliptic cone model in the frame order user function and specific code.
........
r11325 | bugman | 2010-07-21 11:46:03 +0200 (Wed, 21 Jul 2010) | 3 lines

Removed the docstring linewrapping in the frame order maths_fns module.
........
r11326 | bugman | 2010-07-21 13:28:41 +0200 (Wed, 21 Jul 2010) | 3 lines

Alphabetical arrangement of the functions in the frame_order_matrix_ops module.
........
r11327 | bugman | 2010-07-21 13:36:52 +0200 (Wed, 21 Jul 2010) | 3 lines

Modified compile_2nd_matrix_pseudo_ellipse() to rotate and return the frame order matrix.
........
r11328 | bugman | 2010-07-21 13:38:29 +0200 (Wed, 21 Jul 2010) | 5 lines

Created the func_pseudo_ellipse() optimisation target fn. for the pseudo-elliptic cone model.

The structure of the Frame_order class has been simplified for handling multiple frame order models.
........
r11329 | bugman | 2010-07-21 13:43:49 +0200 (Wed, 21 Jul 2010) | 3 lines

Fix for the frame order grid_search() method - the pseudo-elliptic parameters were incorrectly named.
........
r11330 | bugman | 2010-07-21 13:54:01 +0200 (Wed, 21 Jul 2010) | 7 lines

Bug fix for the frame order grid search - the non-linear grid search is now performed.

Previously the minfx.grid.grid() function was being used, causing the custom grid to be ignored.
Now minfx.grid.grid_point_array() is being used allowing the non-regular grid to be used.
........
r11331 | bugman | 2010-07-21 14:52:37 +0200 (Wed, 21 Jul 2010) | 3 lines

Bug fix for the frame order grid_search() method - the point grid is now properly constructed.
........
r11332 | bugman | 2010-07-21 16:32:58 +0200 (Wed, 21 Jul 2010) | 3 lines

Fix for the _assemble_param_vector() method - the pseudo-ellipse parameter vector was not being created.
........

2010-07-22 07:35:02 Tree
[r11332] by bugman

Fix for the _assemble_param_vector() method - the pseudo-ellipse parameter vector was not being created.

2010-07-21 14:32:58 Tree
[r11331] by bugman

Bug fix for the frame order grid_search() method - the point grid is now properly constructed.

2010-07-21 12:52:37 Tree
[r11330] by bugman

Bug fix for the frame order grid search - the non-linear grid search is now performed.

Previously the minfx.grid.grid() function was being used, causing the custom grid to be ignored.
Now minfx.grid.grid_point_array() is being used allowing the non-regular grid to be used.

2010-07-21 11:54:01 Tree
[r11329] by bugman

Fix for the frame order grid_search() method - the pseudo-elliptic parameters were incorrectly named.

2010-07-21 11:43:49 Tree
[r11328] by bugman

Created the func_pseudo_ellipse() optimisation target fn. for the pseudo-elliptic cone model.

The structure of the Frame_order class has been simplified for handling multiple frame order models.

2010-07-21 11:38:29 Tree
[r11327] by bugman

Modified compile_2nd_matrix_pseudo_ellipse() to rotate and return the frame order matrix.

2010-07-21 11:36:52 Tree
[r11326] by bugman

Alphabetical arrangement of the functions in the frame_order_matrix_ops module.

2010-07-21 11:28:41 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.