Menu

SVN archive Commit Log


Commit Date  
[r7244] by bugman

Converted the determine_graph_type() function to the new relax design.

2008-09-24 14:41:32 Tree
[r7243] by bugman

Converted the Grace class methods into module functions.

2008-09-24 14:33:09 Tree
[r7242] by bugman

Modified the set_error() base class method to accept the spin container.

2008-09-24 14:26:40 Tree
[r7241] by bugman

Modified the sim_return_param() base class method to accept the spin container.

2008-09-24 14:22:23 Tree
[r7240] by bugman

Modified the sim_return_selected() base class method to accept the spin container.

2008-09-24 14:19:59 Tree
[r7239] by bugman

Created the sim_return_chi2() base class method.

2008-09-24 14:18:13 Tree
[r7238] by bugman

Changed model_loop() to return the spin container.

2008-09-24 14:10:56 Tree
[r7237] by bugman

Activated the model_loop() generator method.

2008-09-24 12:49:48 Tree
[r7236] by bugman

Created the specific base class method model_loop().

This defaults to one model per spin system, and can be used by most analysis types.

2008-09-24 12:47:48 Tree
[r7235] by bugman

Merged revisions 7041-7233 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r7047 | semor | 2008-07-31 15:43:31 +0200 (Thu, 31 Jul 2008) | 3 lines

Added a missing import.
........
r7048 | semor | 2008-07-31 15:46:13 +0200 (Thu, 31 Jul 2008) | 3 lines

Converted 'self.relax.IO' instances to 'relax_io' and added corresponding imports.
........
r7049 | semor | 2008-07-31 16:05:37 +0200 (Thu, 31 Jul 2008) | 5 lines

More conversions of 'relax.IO' to 'relax_io'.

Old instances are now completely converted.
........
r7050 | semor | 2008-07-31 16:23:49 +0200 (Thu, 31 Jul 2008) | 3 lines

Removed many unused imports.
........
r7051 | semor | 2008-07-31 16:51:45 +0200 (Thu, 31 Jul 2008) | 5 lines

Started to implement system tests for the use of the external program Dasha.

This code is mimicked on the palmer code for testing interaction with ModelFree4.
........
r7052 | semor | 2008-07-31 21:07:51 +0200 (Thu, 31 Jul 2008) | 7 lines

Completed the coding for the system tests temporary directory used by external programs.

This follows the thread started by Edward d'Auvergne at:
https://mail.gna.org/public/relax-devel/2008-07/msg00056.html (message ID:
7f080ed10807310053w4cf118bajab47aad7536db4dc@...).
........
r7053 | semor | 2008-07-31 21:25:31 +0200 (Thu, 31 Jul 2008) | 3 lines

Added the temporary directory path to the state.save() function.
........
r7054 | semor | 2008-07-31 22:08:08 +0200 (Thu, 31 Jul 2008) | 5 lines

More removal of run arguments.

These changes are part of the new design.
........
r7055 | semor | 2008-07-31 22:11:44 +0200 (Thu, 31 Jul 2008) | 3 lines

Still more removal of run arguments.
........
r7056 | bugman | 2008-08-01 11:08:51 +0200 (Fri, 01 Aug 2008) | 3 lines

Converted the VMD class methods into module functions.
........
r7057 | bugman | 2008-08-01 11:11:39 +0200 (Fri, 01 Aug 2008) | 3 lines

Converted the VMD code to the new relax design.
........
r7058 | bugman | 2008-08-01 11:14:01 +0200 (Fri, 01 Aug 2008) | 3 lines

Shifted the VMD module import check into dep_check.py.
........
r7059 | bugman | 2008-08-01 11:37:54 +0200 (Fri, 01 Aug 2008) | 3 lines

Converted the copy() method to the new design (and converted into a function).
........
r7060 | bugman | 2008-08-01 11:39:55 +0200 (Fri, 01 Aug 2008) | 3 lines

Converted the diplay() method to the new design and into a module function.
........
r7061 | bugman | 2008-08-01 11:54:11 +0200 (Fri, 01 Aug 2008) | 3 lines

Converted the write() and write_data() methods to the new design and into module functions.
........
r7062 | semor | 2008-08-01 13:54:49 +0200 (Fri, 01 Aug 2008) | 7 lines

Changed a variable name to avoid confusion.

This is in response to a post by Edward d'Auvergne at:
https://mail.gna.org/public/relax-devel/2008-08/msg00011.html (message ID:
7f080ed10808010103o2bc3db69r385daf7fc8c168d2@...).
........
r7063 | bugman | 2008-08-01 14:04:34 +0200 (Fri, 01 Aug 2008) | 3 lines

Added the ability to have extra columns written by write_line().
........
r7064 | bugman | 2008-08-01 14:07:34 +0200 (Fri, 01 Aug 2008) | 3 lines

Modified write_header() to write extra columns as well.
........
r7065 | bugman | 2008-08-01 14:17:49 +0200 (Fri, 01 Aug 2008) | 3 lines

Modified the write_data() function to use write_header() and write_line() from generic_fns.sequence.
........
r7066 | bugman | 2008-08-01 14:19:47 +0200 (Fri, 01 Aug 2008) | 5 lines

Converted the read() class method into a module function.

This completes the conversion of all class methods to functions.
........
r7067 | bugman | 2008-08-01 14:53:53 +0200 (Fri, 01 Aug 2008) | 3 lines

Converted the generic_fns.value.read() function to the new design.
........
r7068 | bugman | 2008-08-01 14:54:39 +0200 (Fri, 01 Aug 2008) | 3 lines

Bug fix, removed a now non-existent reference to 'self'.
........
r7069 | bugman | 2008-08-01 14:55:21 +0200 (Fri, 01 Aug 2008) | 3 lines

Fixed a call to minimise.reset_min_stats().
........
r7070 | bugman | 2008-08-05 22:04:16 +0200 (Tue, 05 Aug 2008) | 3 lines

Fix for the set_selected_sim() method, the args were back to front.
........
r7071 | bugman | 2008-08-05 22:20:04 +0200 (Tue, 05 Aug 2008) | 3 lines

Changed the instance arg to model_index in the model-free set_selected_sim() method.
........
r7072 | bugman | 2008-08-05 22:22:15 +0200 (Tue, 05 Aug 2008) | 5 lines

Fixes for the J(w) mapping set_selected_sim() method.

The spin index and not spin container is passed into the method.
........
r7073 | bugman | 2008-08-05 22:28:10 +0200 (Tue, 05 Aug 2008) | 3 lines

Added a missing import.
........
r7074 | bugman | 2008-08-05 23:29:30 +0200 (Tue, 05 Aug 2008) | 3 lines

Converted the spin loop in create_data() to a loop over the models.
........
r7075 | semor | 2008-08-06 15:13:23 +0200 (Wed, 06 Aug 2008) | 7 lines

Ported r7070, r7072 and r7073 to the consistency tests code.

r7070: http://svn.gna.org/viewcvs/relax?rev=7070&view=rev
r7072: http://svn.gna.org/viewcvs/relax?rev=7072&view=rev
r7073: http://svn.gna.org/viewcvs/relax?rev=7073&view=rev
........
r7094 | bugman | 2008-08-07 21:53:33 +0200 (Thu, 07 Aug 2008) | 3 lines

Modified the create_data() method to use the unimplemented base_data_loop() generator method.
........
r7095 | bugman | 2008-08-07 22:11:42 +0200 (Thu, 07 Aug 2008) | 3 lines

Created the base_data_loop() generator method for the base class for looping over spins.
........
r7096 | bugman | 2008-08-07 22:23:30 +0200 (Thu, 07 Aug 2008) | 3 lines

Made the base_data_loop() generator method accessible to the specific analyses.
........
r7097 | bugman | 2008-08-07 22:47:31 +0200 (Thu, 07 Aug 2008) | 3 lines

Updated create_mc_data() and sim_pack_data() to accept the spin_id yielded by base_data_loop().
........
r7098 | bugman | 2008-08-07 22:54:36 +0200 (Thu, 07 Aug 2008) | 5 lines

Updated the return_error() method to accept the spin_id arg.

This change doesn't actually do anything.
........
r7099 | bugman | 2008-08-07 23:11:24 +0200 (Thu, 07 Aug 2008) | 5 lines

Implemented the create_mc_data() method.

In the 1.2 line, this was simply aliased to the return_data() method.
........
r7100 | bugman | 2008-08-07 23:17:34 +0200 (Thu, 07 Aug 2008) | 3 lines

Added the missing self arg to create_mc_data().
........
r7101 | bugman | 2008-08-07 23:28:31 +0200 (Thu, 07 Aug 2008) | 3 lines

Added a missing import.
........
r7102 | bugman | 2008-08-07 23:34:36 +0200 (Thu, 07 Aug 2008) | 3 lines

Updated the return_error() to accept the spin_id arg.
........
r7103 | bugman | 2008-08-07 23:53:41 +0200 (Thu, 07 Aug 2008) | 3 lines

Updated the sim_pack_data() method to the new design.
........
r7104 | bugman | 2008-08-07 23:58:28 +0200 (Thu, 07 Aug 2008) | 3 lines

Fixed a call to the data_init() method.
........
r7128 | bugman | 2008-08-10 00:02:18 +0200 (Sun, 10 Aug 2008) | 3 lines

Renamed the 'clean_temp' and 'clean' scons targets to 'clean' and 'clean_all' respectively.
........
r7129 | bugman | 2008-08-10 13:50:55 +0200 (Sun, 10 Aug 2008) | 3 lines

The Monte Carlo error_analysis() function now uses the unimplemented specific model_loop() method.
........
r7190 | semor | 2008-08-12 23:06:07 +0200 (Tue, 12 Aug 2008) | 3 lines

Ported r7099, r7100, r7101, r7103 and r7104 to the consistency tests code.
........
r7209 | bugman | 2008-08-19 16:54:28 +0200 (Tue, 19 Aug 2008) | 3 lines

Added a RelaxError for when the PDB MODEL record is corrupted.
........
r7210 | bugman | 2008-08-20 20:22:16 +0200 (Wed, 20 Aug 2008) | 3 lines

Fixed a call to atom_add().
........
r7211 | bugman | 2008-08-20 20:23:32 +0200 (Wed, 20 Aug 2008) | 3 lines

Typo bug fix for another call to the structural method atom_add().
........
r7212 | bugman | 2008-08-20 20:27:46 +0200 (Wed, 20 Aug 2008) | 3 lines

Fixed some more calls to the structural method atom_add().
........
r7213 | bugman | 2008-08-20 20:29:22 +0200 (Wed, 20 Aug 2008) | 3 lines

Fixed a call to the structural PDB writer.
........
r7214 | bugman | 2008-08-20 20:42:37 +0200 (Wed, 20 Aug 2008) | 3 lines

The structural data structure for the cone is now properly initialised.
........
r7215 | bugman | 2008-08-20 21:10:20 +0200 (Wed, 20 Aug 2008) | 3 lines

Fixed the creation of the PIV and AVE residues for the cone models.
........
r7216 | bugman | 2008-08-21 14:55:19 +0200 (Thu, 21 Aug 2008) | 3 lines

Fixes for the cone_edge() function for the structural API changes.
........
r7217 | bugman | 2008-08-21 15:50:13 +0200 (Thu, 21 Aug 2008) | 3 lines

Removed some debugging code.
........
r7218 | bugman | 2008-08-21 16:18:14 +0200 (Thu, 21 Aug 2008) | 3 lines

Removed some useless code in generate_vector_residues().
........
r7219 | bugman | 2008-08-21 17:57:51 +0200 (Thu, 21 Aug 2008) | 3 lines

First try at fixing the generate_vector_dist() function.
........
r7220 | bugman | 2008-08-21 18:00:28 +0200 (Thu, 21 Aug 2008) | 3 lines

Atom number fixes for the cone_edge() function.
........
r7221 | bugman | 2008-08-21 18:01:36 +0200 (Thu, 21 Aug 2008) | 3 lines

Fixed calls to the atom_connect() structural API method.
........
r7222 | bugman | 2008-08-21 18:11:32 +0200 (Thu, 21 Aug 2008) | 3 lines

Fixed the call to and the execution of the stitch_cap_to_cone() function.
........
r7223 | bugman | 2008-08-21 18:23:33 +0200 (Thu, 21 Aug 2008) | 3 lines

Fixed the cone_edge() function.
........
r7224 | bugman | 2008-08-21 19:01:29 +0200 (Thu, 21 Aug 2008) | 3 lines

Fixed the generation of the diffusion in a cone geometric object.
........
r7225 | bugman | 2008-08-21 22:07:54 +0200 (Thu, 21 Aug 2008) | 3 lines

Removed some debugging print statements.
........

2008-09-24 12:31:35 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.