svn+ssh://bugman@.../svn/relax/1.3
........
r13932 | bugman | 2011-07-27 17:54:24 +0200 (Wed, 27 Jul 2011) | 13 lines
Redesign of the structure.load_spins user function back end.
This redesign is required due to problems encountered by Han in the xyz branch. See the thread
starting at https://mail.gna.org/public/relax-devel/2011-07/msg00021.html.
This commit consists of a number of changes:
- The combine_models argument has been removed as it is a relic, and isn't used at all.
- The spins are now created in the standard way via the generic_fns.mol_res_spin.create_spin()
function, eliminating all of the issues and complications of the old code.
- The atomic positions are now converted to numpy arrays.
- Only the created spins are included in the print out, and not replicated for each model.
........
r13951 | bugman | 2011-07-28 15:14:55 +0200 (Thu, 28 Jul 2011) | 7 lines
Redesign of the main relax module.
The module has been renamed to 'relax.py', and the original file 'relax' is now a very basic python
script which simply loads the module and runs the new start() function for launching relax. The MS
Windows BAT file has also been updated to feed the module into python.
........